|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-25 13:24 UTC] avsm@php.net
[2001-05-03 15:39 UTC] avsm@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 04:00:02 2025 UTC |
I am having the same problem as described in bug report 5536. libphp4.so seems to be compiling as a Netscape ES 3.x plugin, which loads ns-httpd functions at module initialization as opposed to IPlanet 4.x which loads them at runtime. Tried using Netscape provided script to relink libphp4.so to load ns-httpd symbols at runtime to no avail (script failed). Netscape claims changes need to be made to the Makefile to get plugins to link properly. I am not sure how to do this. Here's IPWS output: [https-fradkin.btv.ibm.com]: start failed. (2: unknown early startup error) [https-fradkin.btv.ibm.com]: conf_init: Error running init function load-modules: dlopen of /web/iplanet/es.4.1sp5/bin/libphp4.so failed ( 0509-130 Symbol resolution failed for /web/iplanet/es.4.1sp5/bin/libphp4.so because: [https-fradkin.btv.ibm.com]: 0509-136 Symbol __builtin_delete (number 198) is not exported from [https-fradkin.btv.ibm.com]: dependent module ns-httpd. [https-fradkin.btv.ibm.com]: 0509-136 Symbol __rtti_si (number 199) is not exported from [https-fradkin.btv.ibm.com]: dependent module ns-httpd. [https-fradkin.btv.ibm.com]: 0509-136 Symbol __rtti_user (number 200) is not exported from [https-fradkin.btv.ibm.com]: dependent module ns-httpd. [https-fradkin.btv.ibm.com]: 0509-192 Examine .loader section symbols with the [https-fradkin.btv.ibm.com]: 'dump -Tv' command.) [https-fradkin.btv.ibm.com]: server exit: status 1 PHP configured with --with-mysql=/pathtomysql --enable-libgcc --with-nsapi=/pathtoiplanet Thanks!