php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15012 Cannot load libphp4.so - undefined symbol: uncompress
Submitted: 2002-01-12 21:20 UTC Modified: 2002-04-10 19:06 UTC
From: dominic dot marcotte at ml5 dot net Assigned:
Status: Closed Package: Apache related
PHP Version: 4.1.1 OS: Debian GNU/Linux 2.2
Private report: No CVE-ID: None
 [2002-01-12 21:20 UTC] dominic dot marcotte at ml5 dot net
After compiling and installing PHP on Debian, Apache/1.3.9, MySQL 3.23.44, when I try to
restart the apache server, I get the following error :

Cannot load /usr/local/apache/libexec/libphp4.so into server:
/usr/local/apache/libexec/libphp4.so: undefined symbol: uncompress


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-12 21:23 UTC] yohgaki@php.net
Please search bug db before report ;)
There is workaround described in report :)

 [2002-01-12 23:12 UTC] dominic dot marcotte at ml5 dot net
I already searched but I didn't find an answer
 [2002-01-13 02:40 UTC] mfischer@php.net
Adding --with-zlib fix this for you.
 [2002-01-13 17:37 UTC] dominic dot marcotte at ml5 dot net
I tried 

./configure 
     --with-mysql=/usr/local/mysql 
     --with-apxs=/usr/local/apache/bin/apxs
     --with-zlib

and when it's compiling, I got the error 

"Confugure extensions"
"checking if the location of ZLIB install directory is defined... no"
"checking whether to include ZLIB support... yes"
"configure: error: Cannot find libz"

so I tried

./configure 
     --with-mysql=/usr/local/mysql 
     --with-apxs=/usr/local/apache/bin/apxs
     --with-zlib=/usr/local/src/php-4.1.1/ext/zlib

and I got the same message :(

Can you help me...
 [2002-01-13 20:22 UTC] yohgaki@php.net
You can ask support question to php-general@lists.php.net
We are not going to answer any support questions, since if we do. Bug db will be full of questions.

BTW, have your read manual?
 [2002-04-10 19:06 UTC] sniper@php.net
This is fixed in CVS and in the PHP 4.2.0 (which will be released soon)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC