Hi,
> -----Original Message-----
> From: Marcin So�tysiak [mailto:[EMAIL PROTECTED]]
> foget previous :-) should be:
> try a symbolic link :
> /usr/local/lib/mysql/libmysqlclient.so ->
> /usr/local/lib/mysql/libmysqlclient.so.11
This is an already existing symlink.
Maybe the output of config.log will help. Again, the libmysqlclient is
listed in the output of ldconfig -v, and the header files are in the dir
that is shown.. But I don't see any header file includes, so that
probably won't make a difference
configure:3046: checking for library containing mysql_connect
configure:3064: gcc -o conftest -Wall -g -O2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/local/include/mysql
-L/usr/local/lib/mysql -lmysqlclient conftest.c -lm -lz -lcrypt -lglib
1>&5
/tmp/ccF80HQh.o: In function `main':
/root/build/midgard-lib-1.4_CVS200205090205/configure:3060: undefined
reference to `mysql_connect'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3053 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */ char
mysql_connect();
int main() {
mysql_connect()
; return 0; }
configure:3086: gcc -o conftest -Wall -g -O2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/local/include/mysql
-L/usr/local/lib/mysql -lmysqlclient conftest.c -lmysqlclient -lm -lz
-lcrypt -lglib 1>&5
/tmp/ccHfQVdn.o: In function `main':
/root/build/midgard-lib-1.4_CVS200205090205/configure:3082: undefined
reference to `mysql_connect'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3075 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */ char
mysql_connect();
int main() {
mysql_connect()
; return 0; }
> Solt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]