Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread Miles Thompson
Try it t wo ways ... 1. w/o the with-mysql, run a script containing phpinfo() and see what it returns. MySQL support is compiled in by default to a default location. 2. Check that the with-mysql parameter is correct. On one system I had a path that was /usr/local/mysql/bin/mysql and yes, that

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread David Jackson
Micheal -- Thanks for your replys. What I see in /usr/local/mysql/lib is: libmysqlclient.a I'm wondering if the MySQL binaaries use static libs? Thanks, David Michael Sims wrote: > > At 12:50 PM 1/27/2002 -0700, David Jackson wrote: > >Mike -- > >Thanks for you reply, I made the changes

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread Michael Sims
At 12:50 PM 1/27/2002 -0700, David Jackson wrote: >Mike -- >Thanks for you reply, I made the changes an am stilling getting the same >error? >On the other hand if I compile PHP with out specifing mysql home. I >don't get the error. Check and see which directory libmysqlclient.so is in, and make s

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread David Jackson
Mike -- Thanks for you reply, I made the changes an am stilling getting the same error? On the other hand if I compile PHP with out specifing mysql home. I don't get the error. David Jackson Miles Thompson wrote: > > Add the path to libphp4.so to the file /etc/ld.conf.so > and run ldconfig > >

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread Michael Sims
At 12:11 PM 1/27/2002 -0700, David Jackson wrote: >I've seen similar question in the archive, but here it goes? >Setup: Slackware-8.0, Apache-1.3.23, mysql-3.23.47-pc-linux-gnu-i686 [...] >Config options: >Syntax error on line 236 of /usr/local/www/conf/httpd.conf: >Cannot load /usr/local/www/libe

Re: [PHP] undefined symbol: uncompress

2002-01-27 Thread Miles Thompson
Add the path to libphp4.so to the file /etc/ld.conf.so and run ldconfig or copy libphp4.so to the libexec directory found beneath the main apach directory. It's most likely in the libs directory of your php source directory. The second way is probably the best. HTH - Miles Thompson On Su