[PHP-DEV] PHP 4.0 Bug #2205: RTLD_NOW is not defined on OpenBSD From: Frederic.Seraphine <email protected>
Date: 08/31/99

From: Frederic.Seraphine <email protected>
Operating system: OpenBSD/Sparc
PHP version: 4.0 Beta 2
PHP Bug Type: Compile Failure
Bug description: RTLD_NOW is not defined on OpenBSD

libzend/zend_extensions.c doesn't compile. RTLD_NOW
(which comes from the expansion of the DL_LOAD macro)
is recognized as an undefined symbol.
dlfcn.h and dlopen(3) under OpenBSD doesn't provide
for RTLD_NOW.

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