[PHP-DEV] Bug #1357: libphp3.so don't load From: bug <email protected>
Date: 04/27/99

From: bug <email protected>
Operating system: BSD/OS 3.1
PHP version: 3.0.7
PHP Bug Type: Dynamic loading related
Bug description: libphp3.so don't load

BSDI 3.1 is quite specific platform - it has dl-style modules loading,
but don't support true dynamic loading (even, pseudo, static
one exists). After some tweaking the Apache configure I add
support for DSO for BSDI 3.1 - dl was quite enough. Most modules was loaded without the problems, including libperl.so.

But libphp3.so failed to load :( I suspect, that problem is
in unresolved symbols, but due strange nature of BSDI dl I
don't get any unresolved symbols message...

So, how this can be checked and how - solved?

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>