Hi All, I've searched through the archives for an answer to this error and I can't seem to come up with one. I am trying to run PHP4 under Netscape Enterprise Server 3.6 SP3 on an IRIX box. It compiled correctly, and, yes, I did remember to include "--enable-libgcc" to the configuration process. :-) I have the following lines in obj.conf: Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/var/netscape/suitespot/bin/https/libphp4.so" Init fn="php4_init" LateInit="yes" errorString="Failed to initialize PHP!" Yet, when the server starts up, I get the following error: Starting Netscape Enterprise Server(s) /var/netscape/suitespot/https-holodec conf_init: Error running init function load-modules: dlopen of /var/netscape/suitespot/bin/https/libphp4.so failed (207132:ns-httpd: rld: Fatal Error: Cannot Successfully map soname '/var/netscape/suitespot/bin/https/libphp4.so' under any of the filenames /var/netscape/suitespot/bin/https/libphp4.so ) Cannot start /var/netscape/suitespot/https-holodec. I have seen fixes for invalid symbol errors but I can't seem to find anything for a "Cannot Successfully map soname" error. Can anyone offer any suggestions? Thanks a Million, Daryl D. -- PHP General 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]