search for: mysql_libdir

Displaying 1 result from an estimated 1 matches for "mysql_libdir".

2006 May 18
1
configure change for 1.0.beta8
...;t find libraries and when these are found -R runtime path is needed for linking. Also if library name is given before library path it can't find it. These changes are needed for configure script line 29533 for i in /usr /usr/local /usr/local/mysql /usr/sfw; do line 29548 LIBS="$LIBS -L$MYSQL_LIBDIR -R$MYSQL_LIBDIR" line 29559 LIBS="$LIBS -lmysqlclient" line 29770 SQL_LIBS="$SQL_LIBS -L$MYSQL_LIBDIR -R$MYSQL_LIBDIR" line 29780 LIBS="$LIBS -lmysqlclient" Tomppa