1834385 Members
2305 Online
110066 Solutions
New Discussion

apache php error

 
Kraekel
Occasional Contributor

apache php error

I have installet the web server suite(depot) and perlv. 5.6.1(depot).
When i starte the apache with php "LoadModule php4_module modules/libphp4.so"
i have some error's
"/usr/lib/dld.sl: Unresolved symbol: dlsym (code) from /opt/hpws/apache/modules/libphp4.so
/usr/lib/dld.sl: Unresolved symbol: dlerror (code) from /opt/hpws/apache/modules/libphp4.so
/usr/lib/dld.sl: Unresolved symbol: dlopen (code) from /opt/hpws/apache/modules/libphp4.so
/usr/lib/dld.sl: Unresolved symbol: dlclose (code) from /opt/hpws/apache/modules/libphp4.so
Syntax error on line 220 of /opt/hpws/apache/conf/httpd.conf:
Cannot load /opt/hpws/apache/modules/libphp4.so into server: No such file or directory"
6 REPLIES 6
Robert-Jan Goossens
Honored Contributor

Re: apache php error

Hi,

What is your OS version ?

Robert-Jan.
Kraekel
Occasional Contributor

Re: apache php error

HP-UX 11
Robert-Jan Goossens
Honored Contributor

Re: apache php error

Thanks,

Check version of

# what /usr/lib/libdld.sl

Think you have to install the latest version of linker tools, look at patch below.

PHSS_24303 s700_800 11.00 ld(1) and linker tools cumulative patch

http://www5.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHSS_28434

Hope it helps,

Robert-Jan.

NDQ_1
Advisor

Re: apache php error

Version of Apache ?
Version of PHP ?
Version of C compiler? HP's C ? GNU gcc ?
David Barkman
Occasional Advisor

Re: apache php error

Hi, just wanted to followup on this thread for future readers.

I had the same problem as in the original description. I installed the patch as described by Robert-Jan and apache is now loading perfectly, and running php!

Thanks everyone for your contributions to this forum.
K.Vijayaragavan.
Respected Contributor

Re: apache php error

Hope you have uninstalled the previosly existed webserver before installing new one.
"Let us fine tune our knowledge together"