Date: 07/26/01
- Next message: ahmad <email protected>: "[PHP-DEV] Bug #12400: Session values are not being retrieved on next page"
- Previous message: halim <email protected>: "[PHP-DEV] Bug #12399: Linking against OS X port of libdl causes problems"
- In reply to: halim <email protected>: "[PHP-DEV] Bug #12399: Linking against OS X port of libdl causes problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 12399
User updated by: halim <email protected>
Reported By: halim <email protected>
Status: Open
Bug Type: Apache related
Operating System: MacOSX
PHP Version: 4.0.6
New Comment:
Just to clarify, libdl for OS X is a separate library, not included with the OS, that provides the standard dlopen API to OS X software. It is part of a package called dlcompat. This bug is not at all a bug with dlcompat/libdl, just with the problem that PHP includes the dlopen function from both libdl and Apache's built-in dlopen that is enabled on the OS X port.
Previous Comments:
------------------------------------------------------------------------
[2001-07-26 09:40:46] halim <email protected>
When compiling PHP under Mac OS X, you currently must move the OS X port of libdl to libdl.a.old and libdl.dylib.old to prevent PHP from using them. Apache on Darwin/OS X already defines it's own version of the dlopen functions, and if PHP links against the libdl from the OS X dlcompat library, Apache will fail to run, complaining about multiple definitions of dlopen.
This may be more of an Apache issue than a PHP issue?
I haven't tried compiling Apache yet using dlcompat's libdl instead of it's built-in dlopen stuff, but I might try that just to see if it works.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=12399&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>
- Next message: ahmad <email protected>: "[PHP-DEV] Bug #12400: Session values are not being retrieved on next page"
- Previous message: halim <email protected>: "[PHP-DEV] Bug #12399: Linking against OS X port of libdl causes problems"
- In reply to: halim <email protected>: "[PHP-DEV] Bug #12399: Linking against OS X port of libdl causes problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

