Excuse if this sort of obvious thing, but is mysql running on your system?
PHP can't bring it up if it isn't already running.
- Mark
-Original Message-
From: Bert Goodman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 10, 2001 6:43 PM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] compil
Can anyone recommend a place/forum for help in getting PHP to compile under
linux?
I am running into a problem that I haven't gotten any feedback on from
php-dev, php-general or php-install.
The specific problem is:
/usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name
__fp_query@@GLIB
Why am I encountering the following error in configure:
checking for gzgets in -lz... no
configure: error: Zlib module requires zlib >= 1.0.9.
when my version of zlib is higher than that:
ls -l /usr/lib/libz*
-rwxr-xr-x 1 root root66354 Jan 17 21:08 /usr/lib/libz.a
lrwxrwxrwx 1
Good point. And it reminds me of something else: I don't think the PHP
configure script >>dies<< if it can't find the mysql libraries. It just
prints out a warning message, which you can miss if you don't scan the
output from configure. That probably ought to be changed.
When everything is okay,