skip to main content
Configuring and connecting to data sources : Environment settings : Linux Environment Variables : Library Search Path
  

Try DataDirect Drivers Now
Library Search Path
The library search path variable can be set by executing the appropriate shell script located in the ODBC home directory. From your login shell, determine which shell you are running by executing:
echo $SHELL
C shell login (and related shell) users must execute the following command before attempting to use ODBC-enabled applications:
source ./odbc.csh
Bourne shell login (and related shell) users must initialize their environment as follows:
. ./odbc.sh
Executing these scripts sets the library search path environment variable, LD_LIBRARY_PATH.
The library search path environment variable must be set so that the ODBC core components, Java components, and drivers can be located at the time of execution. After running the setup script, execute:
env
to verify that the installation_directory/lib directory has been added to your shared library path.