Environment Variables
 
 
 

Use the setenvironment.sh script in the build directory to set the environment variables before commencing the build. The script assigns default values to most of these variables as noted below and tests for the existence of the directories. If the script detects that a directory does not exist, it will request that you modify the script. The default locations for the MySQL and ArcSDE clients are inside the build directory hierarchy. You change the default values of FDOMYSQL, SDEHOME, FDOODBC, and LD_LIBRARY_PATH.

NoteSource the script (source setenvironment.sh), so that the environment variables are set in the parent shell.
NoteAdd the following line to the setenvironment.sh script before running it: export FDOODBC=<directory> where <directory> is the location of the lib and include directories for the ODBC Driver Manager.