I installed apache and php from
www.packages.slackware.it on my Slackware 10.1 2.6.13 kernel. Phpinfo() tells me I've got Apache 1.3.33, php 4.1.10 and mysql 4.1.14
Originally I received errors in the log indicating that it couldn't find libmysqlclient.so.12. The only mysqlclient I had was libmysqlclient.so.14.0.0 and in a different directory than where it was looking, so I linked to .14, calling it libmysqlclient.so.12.
It seemed better, at least mysql was recognized in phpinfo() now. But I get *** glibc detected *** corrupted double linked list, and the page dies when I try to call mysql_connect. Is it becasue I´m using a .14 client as .12?
phpinfo says:
Active Persistent Links 0
Active Links 0
Client API version 4.1.14
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient
mysql.allow_persistent On On
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent Unlimited Unlimited
mysql.trace_mode Off Off
Whasup?
Thx