DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) MyODBC HP-UX

Info Catalog (mysql.info.gz) MyODBC Mac OS X (mysql.info.gz) MyODBC Unix source (mysql.info.gz) MyODBC AIX
 
 23.1.7.12 HP-UX Notes
 .....................
 
 To build the driver on HP-UX 10.x or 11.x, make use of the following
 `configure' example:
 
 If using `cc':
 
      shell> CC="cc" \
             CFLAGS="+z" \
             LDFLAGS="-Wl,+b:-Wl,+s" \
             ./configure --prefix=/usr/local
      			       --with-unixodbc=/usr/local
      			       --with-mysql-path=/usr/local/mysql/lib/mysql
      			       --enable-shared
      			       --enable-thread-safe
 
 If using `gcc':
 
      shell> CC="gcc" \
             LDFLAGS="-Wl,+b:-Wl,+s" \
             ./configure --prefix=/usr/local
      			       --with-unixodbc=/usr/local
      			       --with-mysql-path=/usr/local/mysql
      			       --enable-shared
      			       --enable-thread-safe
 
 Once the driver is built, cross-check its attributes using `chatr
 .libs/libmyodbc3.sl' to see whether or not you need to have the MySQL
 client libraries path using the `SHLIB_PATH' environment variable. For
 static versions, ignore all shared-library options and run `configure'
 with the `--disable-shared' option.
 
Info Catalog (mysql.info.gz) MyODBC Mac OS X (mysql.info.gz) MyODBC Unix source (mysql.info.gz) MyODBC AIX
automatically generated byinfo2html