From: [EMAIL PROTECTED] Operating system: Solaris PHP version: 4.0.4pl1 PHP Bug Type: *Extensibility Functions Bug description: end_error: referenced symbol not found, while loading a php extension module using dl() within php and apache, I get the following error message: Warning: Unable to load dynamic library 'libhostphp.so' - ld.so.1: .../bin/httpd: fatal: relocation error: file libhostphp.so: symbol zend_error: referenced symbol not found in .../test.php The symbol zend_error (among others) should be delivered by php/apache, that is program file httpd. The same module (recompiled) works on linux. Does anyone know, how to get this symbol? Thank You very much Joacim Zschimmer -- Edit bug report at: http://bugs.php.net/?id=12918&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]