[PHP-DEV] PHP 4.0 Bug #7153: Failed static linking with Apache From: Paolo.Brutti <email protected>
Date: 10/12/00

From: Paolo.Brutti <email protected>
Operating system: HP-UX 10.20
PHP version: 4.0.3RC2
PHP Bug Type: Compile Failure
Bug description: Failed static linking with Apache

Static linking with Apache fails with the message:
/usr/ccs/bin/ld: Unsatisfied symbols:
   DL_UNLOAD (code)

A possible solution is wrapping the code of zend_extension_startup
in zend_extensions.c in a #if ZEND_EXTENSIONS_SUPPORT
directive

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

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