- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Compiling Apache/1.3.24 and PHP 4.0.4 on ux 10...
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-11-2002 08:13 AM
06-11-2002 08:13 AM
Here are some of the errors I get. Just a note .. I did look through the user forums here and found some solutions but they just lead to more problems.
Configure errors:
There don't appear to be any.
Make errors:
Under Making all in .:
*** Warning: This library needs some functionality provided by -lcrypt.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** Warning: This library needs some functionality provided by -lcrypt.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
Make install errors:
apxs:Error: file libs/libphp4.sl is not a DSO
*** Error exit code 1
Stop.
*** Error exit code 1
The problem with the make install error was supposedly to copy it from libphp4.sl to libphp4.so and run it manually. This works but when you try to start apache back up it gives you errors and apache doesn't start.
My question is just this. Is it even possable to compile php 4.x.x on 10.20? (I got 3.x.x to compile fine but I need the functionality that 4.x.x provides)
If there is anyone out there that has gotten this to compile please let me know how!
Thanks in advance
Dan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:03 AM
06-11-2002 09:03 AM
Re: Compiling Apache/1.3.24 and PHP 4.0.4 on ux 10.20
You can get a pre-compiled version of Apache with built in PHP from HP at:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B9416AAPA2000
Hope this helps,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:14 AM
06-11-2002 09:14 AM
Re: Compiling Apache/1.3.24 and PHP 4.0.4 on ux 10.20
1. I need to have Postgresql compiled in. There is also the fact that it is a Version 11/11i depot and the server I am attempting to install it on is a 10.20 server. (I would upgrade but am unable to at this time)
It is a very good suggestion though ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 12:26 AM
06-12-2002 12:26 AM
Re: Compiling Apache/1.3.24 and PHP 4.0.4 on ux 10.20
Not sure about the libcrypt, I have a libcrypt.a on my 10.20 - you may to statically link also.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2002 04:54 AM
06-19-2002 04:54 AM
SolutionHere's what I had to do:
remove php and apache directories there from previous attempts.
unzip and swinstall gcc-2.95.3 from http://hpux.cict.fr/hppd/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 the paths to these are in /etc/PATH, log off and log on again
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
06-19-2002 05:06 AM
06-19-2002 05:06 AM
Re: Compiling Apache/1.3.24 and PHP 4.0.4 on ux 10.20
good luck