From:             [EMAIL PROTECTED]
Operating system: MacOS X
PHP version:      4.0.5
PHP Bug Type:     *Install and Config
Bug description:  fails to compile with mysql's libraries

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


 


-- 
Edit Bug report at: http://bugs.php.net/?id=10799&edit=1



-- 
PHP Development 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