[PHP-DEV] PHP 4.0 Bug #5860: not find libmysqlclient.so.6 From: andrea <email protected>
Date: 07/30/00

From: andrea <email protected>
Operating system: GNU DEBIAN / Linux
PHP version: 4.0.1pl2
PHP Bug Type: MySQL related
Bug description: not find libmysqlclient.so.6

I've tried to compile the latest version of php, with apache 1.3.12 as module with support to mysql db ( version 3.22.31)

this is my configure line of Mysql
./configure --prefix=/some/paths/mysql

this is my configure line of Apache

./configure --prefix=/some/paths/apache
--enable-shared=max

and this is my configure line of php
./configure --with-mysql=/some/paths/mysql --with-apxs=/some/paths/apache

Everything have gone ok, but when i've tried to start the apache server , the apache couldn't start and showed this
line libmysqlclient.so.6 not find ????

With php3 everything went ok !!!
I've made some mistake ???

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>