[PHP-DEV] Bug #11738 Updated: Unresolved symbols in Apche DSO From: nathan <email protected>
Date: 06/28/01

ID: 11738
User Update by: nathan <email protected>
Old-Status: Closed
Status: Open
Old-Bug Type: *Install and Config
Bug Type: Documentation problem
Operating system: MacOSX 10.0.4
PHP Version: 4.0.6
Description: Unresolved symbols in Apche DSO

Re-opened and changed bug classification to "Documentation
Problem" as pre request of derick <email protected> Please add an
entry this to the FAQ or INSTALL

On Thu, 28 Jun 2001 derick <email protected> wrote:
[snip]
It has actually nothing to do with PHP, but with the MySQL
client libraries. Some need --with-zlib, others do not.
This is covered in the MySQL FAQ, 25.4.2 IIRC. But it
should be added to the INSTALL or FAQ.
[snip]

Previous Comments:
---------------------------------------------------------------------------

[2001-06-27 13:23:56] sniper <email protected>
This is not PHP problem. Problem is that the external
client libs are linked with zlib. And if PHP isn't linked
with zlib you get the unresolved symbols.

---------------------------------------------------------------------------

[2001-06-27 10:56:18] nathan <email protected>
Issue resolved by adding --with-zlib=/usr to configure and
recompiling.

Note that INSTALL mentions nothing of zlib, please update
docs to point out the MacOSX requires zlib or remove zlib
dependency from build if --with-zilb isn't specified

---------------------------------------------------------------------------

[2001-06-27 10:23:27] nathan <email protected>
Fresh compile on OSX 10.0.4:
./configure --with-apxs --with-mysql=/usr/local

After a successful compile and install, checking apache
yeilds:
[puma:nathan/src/php-4.0.6] root# apachectl configtest
dyld: /usr/sbin/httpd Undefined symbols:
_compress
_uncompress
[puma:nathan/src/php-4.0.6] root#

Output compression is off

Apache is:
[puma:nathan/src/php-4.0.6] root# httpd -V
Server version: Apache/1.3.14 (Darwin)
Server built: 02/16/01 19:31:58
Server's Module Magic Number: 19990320:10
Server compiled with....
 -D EAPI
 -D HAVE_MMAP
 -D USE_MMAP_SCOREBOARD
 -D USE_MMAP_FILES
 -D USE_FLOCK_SERIALIZED_ACCEPT
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D HTTPD_ROOT="/usr"
 -D SUEXEC_BIN="/usr/sbin/suexec"
 -D DEFAULT_PIDLOG="/var/run/httpd.pid"
 -D DEFAULT_SCOREBOARD="/var/run/httpd.scoreboard"
 -D DEFAULT_LOCKFILE="/var/run/httpd.lock"
 -D DEFAULT_XFERLOG="/var/log/httpd/access_log"
 -D DEFAULT_ERRORLOG="/var/log/httpd/error_log"
 -D TYPES_CONFIG_FILE="/etc/httpd/mime.types"
 -D SERVER_CONFIG_FILE="/etc/httpd/httpd.conf"
 -D ACCESS_CONFIG_FILE="/etc/httpd/access.conf"
 -D RESOURCE_CONFIG_FILE="/etc/httpd/srm.conf"

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=11738

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>