php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10799 fails to compile with mysql's libraries
Submitted: 2001-05-10 16:55 UTC Modified: 2001-06-03 23:59 UTC
From: jgreen_1 at yahoo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.5 OS: MacOS X
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
13 - 7 = ?
Subscribe to this entry?

 
 [2001-05-10 16:55 UTC] jgreen_1 at yahoo dot com
Using the default Apache installation, the following 
configure options work

./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-mysql \
--with-xml \
--disable-pear \
--with-apxs

However, if I attempt to use 

--with-mysql=/path/to/mysql 

the created .so module is unusable. Apach fails to start 
after installing. Gives the following error on starting 
apache:

dyld: /usr/sbin/httpd Undefined symbols:
_compress
_uncompress


 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-21 19:25 UTC] sniper@php.net
It means your external mysql client lib is linked with zlib.
Try adding --with-zlib into your configure line.

--Jani

 [2001-06-03 23:59 UTC] sniper@php.net
This should be fixed in PHP 4.0.6R. Please try the 
latest release candidate from:

http://www.php.net/~andi/php-4.0.6RC2.tar.gz

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC