Operating System - HP-UX
1829070 Members
2735 Online
109986 Solutions
New Discussion

HPUX 10.20 + APACHE 2.0.47 + PHP 434

 
Murilo Alves
New Member

HPUX 10.20 + APACHE 2.0.47 + PHP 434

Hi , I´m writing from Brazil , and I experience some problems while compiling PHP434 with apxs Apache 2.0.47
When I try to start apache I´ve received this message. Someone could help me?

e25:/usr/local/se/apache/bin> ./apachectl start
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code) from /usr/local/se/apache/libexec/libphp4.sl
Syntax error on line 206 of /usr/local/se/apache/conf/httpd.conf:
Cannot load /usr/local/se/apache/libexec/libphp4.sl into server: No such file or directory
./apachectl start: httpd could not be started

Regards

Murilo Al
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: HPUX 10.20 + APACHE 2.0.47 + PHP 434

There is a depot version that has php.

Beats compiling it most of the time.

http://software.hp.com/portal/swdepot/displayProductsList.do?groupName=HP-UX+Apache-based+Web+Server

swinstall -s /full_patt_of_depot \*

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vijaya Kumar_3
Respected Contributor

Re: HPUX 10.20 + APACHE 2.0.47 + PHP 434

It seems to be like "/usr/local/se/apache/libexec/libphp4.sl" is missing from installation. try finding the correct path for libphp4.sl.
i hope you didn't compile PHP4 before compiling Apache.

try recompiling Apache and PHP4

Thanks
Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Vijaya Kumar_3
Respected Contributor

Re: HPUX 10.20 + APACHE 2.0.47 + PHP 434

Also, look into this link. Got some nice inromation:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=5830
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Steven E. Protter
Exalted Contributor

Re: HPUX 10.20 + APACHE 2.0.47 + PHP 434

Of course if I'd read your post I'd know that won't help.

This may be a SHLIB_PATH issue. There are instructions on how to set SHLIB_PATH so that apache works right. http://www.apache.opg

Doh on me.

Just in case there is good source code available here:
http://hpux.connect.org.uk/

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com