- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- php/apache on HP-UX10.2 compile problems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 05:49 AM
06-10-2002 05:49 AM
php/apache on HP-UX10.2 compile problems
apxs:Error: file libs/libphp4.sl is not a DSO
*** Error exit code 1
I have seen somewhere to rename the .sl file to .so and manually run apxs, and that was fine, but when I start apache, I get :
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code) from /opt/apache/lib/modul
es/libphp4.so
Syntax error on line 239 of /opt/apache/etc/httpd.conf:
Cannot load /opt/apache/lib/modules/libphp4.so into server: No such file or directory
Apache v1.3.14
php 4.2.1
Help - I think its a bit of the wood and trees scenario now as I have been looking at it far too long.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 05:08 AM
06-19-2002 05:08 AM
Re: php/apache on HP-UX10.2 compile problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 11:18 AM
07-12-2002 11:18 AM
Re: php/apache on HP-UX10.2 compile problems
I am experiencing the same problem with my HPUX-11.00 box! I am running apache 2.0.39 and PHP 4.2.2 Everything compiles (a couple of warnings though), but when I try to get httpd running the infamous unresolved symbol __umoddi3 message shows up. Is it possible for you to explain how you fixed the problem? I will appreciate it so much!
Thanks for your help!
Luis Sandoval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 07:24 AM
07-15-2002 07:24 AM
Re: php/apache on HP-UX10.2 compile problems
remove php and apache directories there from previous attempts.
unzip and swinstall gcc-2.95.3 from http://hpftp.cict.fr/hppd/hpux/Gnu/gcc-2.95.3/
unzip and swinstall binutils-2.11.2, bison-1.35 and flex-2.5.4 from http://hpux.connect.org.uk/hppd/hpux/Gnu/alpha.html
ensure path is set to these
unzip and untar apache-1.3.24-ss-11.00
http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/apache-1.3.24/
unzip and untar php-4.2.1 from http://www.php.net/downloads.php
in the php directory - vi configure and remove the 3 occurences of '/src' in lines 3847, 3849 and 3855 (those were the lines in mine, anyway)
Then follow the QUICK INSTALL (Static) section of http://cvs.php.net/co.php/php4/INSTALL
All seems to work fine now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2002 05:59 PM
07-15-2002 05:59 PM
Re: php/apache on HP-UX10.2 compile problems
I decided to give it a try, but using Apache 1.3.26 instead. Everything went smoothly, and got statically compiled the PHP 4.2.2 module. I did not have to edit the configure script though!
I still wonder the reason for that unresolved symbol (__umoddi3) in the 2.0.39 built. I will keep searching for an answer on that.
Thanks for your help!