Hello,

When I installed php-4.3.2 I realised that phpinfo() from mod_php said :
Client API version => 3.23.56
And from CLI, he said : Client API version => 4.0.x
(this one is the mysql-client version installed)

And Browse link from PhpMyAdmin didn't worked, apache died, from the apache error log:
[Tue Jun 10 01:12:01 2003] [notice] child pid 4946 exit signal Segmentation fault (11)



So this how we've done :


If you want to get all this soft working together :
 o Apache 1.3.x
 o PHP 4.3.2 (using MySQL 4.0.x client librairies)
 o MySQL 4.0.x
 o mod_auth_mysql

Install apache and mysql...
Configure then make php with mysql external support (--with-mysql=/usr, for example)
and with other flags if you want.
Install php
Restart apache and see if all work fine.
Then get the latest version of mod_auth_mysql from :
http://modauthmysql.sourceforge.net/
Read the README file and follow instructions
And finaly restart apache and check if all work fine.


Now we have :
Client API version => 4.0.13
with phpinfo() in both cases (CLI and mod)
And all seems to work as expected

Hope this mail to serve to someone ;-)

This post is under GPL :)))

R.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to