Here's the end of the CFLAGS=-I/usr/include/mysql ./configure
--with-sitegroups config.log:
int main() {
floor()
; return 0; }
configure:2084: gcc -o conftest -I/usr/include/mysql
-I/usr/lib/glib/include conftest.c -lm -lz -lcrypt -L/usr/lib -lglib
1>&5
configure:2106: checking for iconv
configure:2124: gcc -o conftest -I/usr/include/mysql
-I/usr/lib/glib/include conftest.c -lm -lz -lcrypt -L/usr/lib -lglib
1>&5
configure:2180: checking whether to enable SiteGroups
configure:2205: checking whether to enable PageLinks (experimental)
configure:2240: checking MySQL location
configure:2276: checking Expat location
configure:2320: checking for library containing mysql_connect
configure:2338: gcc -o conftest -I/usr/include/mysql
-I/usr/lib/glib/include -I/usr/include/mysql -I/usr/include
-L/usr/lib/mysql -L/usr/lib conftest.c -lm -lz -lcrypt -L/usr/lib -lglib
1>&5
/tmp/ccOt61U8.o: In function `main':
/tmp/ccOt61U8.o(.text+0x7): undefined reference to `mysql_connect'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2327 "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:2360: gcc -o conftest -I/usr/include/mysql
-I/usr/lib/glib/include -I/usr/include/mysql -I/usr/include
-L/usr/lib/mysql -L/usr/lib conftest.c -lmysqlclient -lm -lz -lcrypt
-L/usr/lib -lglib 1>&5
/usr/lib/mysql/libmysqlclient.so: undefined reference to
`[EMAIL PROTECTED]'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2349 "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; }
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]