I hope you can herlp me, and btw, I have no clue where this php stuff comes from. I compiled and installed php (4.0X), but no idea why it appears here.
Bye,
Oliver
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Cant get the thing to compile (Suse 7.2 Linux, Kernel 2.4.4).
I modified the Makefile that it points correctly to my apsx file and I copied the mysql include files into /usr/include/mysql but I get this error :
linuxserver:~/temp/temp/mod_auth_mysql # make
/usr/local/apache/bin/apxs -o mod_auth_mysql.so -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient -c mod_auth_mysql.c
gcc -DLINUX=22 -I/home/ohardt/download/linux/php-4.0.6 -I/home/ohardt/download/linux/php-4.0.6/main -I/home/ohardt/download/linux/php-4.0.6/main -I/home/ohardt/download/linux/php-4.0.6/Zend -I/home/ohardt/download/linux/php-4.0.6/Zend -I/home/ohardt/download/linux/php-4.0.6/TSRM -I/home/ohardt/download/linux/php-4.0.6/TSRM -I/home/ohardt/download/linux/php-4.0.6 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/local/apache/include -I/usr/include/mysql -c mod_auth_mysql.c
-o mod_auth_mysql.so mod_auth_mysql.o -L/usr/lib/mysql -lmysqlclient
apxs:Break: Command failed with rc=16777215
make: *** [mod_auth_mysql.so] Error 1
I hope you can herlp me, and btw, I have no clue where this php stuff comes from. I compiled and installed php (4.0X), but no idea why it appears here.
Bye,
Oliver
I have no such problem w/ slackware.
there is one thing to check. Do you have
/usr/local/mysql/lib/mysql in your /etc/ld.so.conf?
Maybe apxs can not find the dynamic link library.
RGDS
GARY