Hi, all. I don't know if it has already been a common bug, but one of my friend told me why the libmysqlclient.so.6 seems to be required. That is: PHP 4.0.4 pl1 includes MySQL client itself, but its version is 3.23.22 beta and not compatible with the latest version of MySQL. And more, mysql.h of MySQL 3.23.33 is not correct. The 232nd line of the file is described: > int STDCALL mysql_send_query(MYSQL *mysql, const char *q); but it should be: > int STDCALL mysql_send_query(MYSQL *mysql, const char *q, uint length); This is a version scalability bug. I wish this will be a little help. Regards, --- Norihisa Washitake. [EMAIL PROTECTED] I wrote: > > Hi, all. > > Let me know if this problem has been already solved. > > I am installing PHP 4.0.4 patched 1 (4.0.4p1) on Solaris 8 (x86) > and having trouble with MySQL library. > > Currently there is MySQL 3.23.33 already running, and it has > libmysqlclient.so.10 in /usr/lib which is a symbolic link to > /usr/local/lib/mysql/libmysqlclient.so.10.0.0. > > But PHP complains that I have no libmysqlclient.so.6 anywhere. > Why is this? I think libmysqlclient.so or its original (so.10.0.0) > will do. > > Compiling option for PHP is: > ./configure --with-apxs=/usr/apache/bin/apxs \ > --with-mysql=/usr/local --enable-track-vars > > I found some articles on libmysqlclient.so.6 already posted, but > the senders already had one in somewhere. I have nowhere! > > Regards, > > --- > Norihisa Washitake > [EMAIL PROTECTED] > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to