- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Recompile PHP
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
05-29-2003 03:29 PM
05-29-2003 03:29 PM
Recompile PHP
HP-UX 11.0
Apache 1.3.14
PHP 4.0.4pl1
Informix IDS 9.2
I have Apache and PHP "working" but need to add support for Informix in php. I see many references to running "configure" on php but cannot locate it. I have a /opt/apache/apache1.3.14/conifuge but the often mentioned /opt/apache/php/configure does not exist on my system. Some suggest that apache and/or php need to be rebuilt some don't. Can anyone advise me?
Thanks,
--CH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:49 AM
05-30-2003 12:49 AM
Re: Recompile PHP
First to compile PHP, you need the sources.
You can donwload it from
http://www.php.net (the latest version should be better as there's some bugs corrected for compilation on HP-UX.
You also need the sources for Apache.
http://www.apache.org
get the latest 1.3.... version (don't try the 2. it's more complicated).
You also need Informix libraries developpment (which should be install if you have an informix database).
The first thing to do is to follow instruction given in the INSTALL file from the php sources. Follow the static version, it's easier to install.
To compile with informix, in the ./configure script of php don't forget :
--with-informix[=DIR] (check it with the --help).
If you have any troubles in those steps or need more explanation, add a comment to this thread, i will add email notification.
I did several php config on HP-UX, but never with informix. I think it should be different from other databases..
hope this help.
Benoit
___________
"Chez Leon, on est electricien d'ampere en fils, on a seulement les mains balladeuses."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2003 02:33 PM
06-03-2003 02:33 PM
Re: Recompile PHP
I already have Apache and PHP working but the problem is that this is a production box and I don't want to have to rebuild everything unless I have to.
Also, I cannot find the PHP "configure" file. I simply does not exist on this machine. I find that a bit odd considering I set it up.
Thanks,
--CH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 03:28 PM
06-05-2003 03:28 PM
Re: Recompile PHP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 03:43 AM
06-06-2003 03:43 AM
Re: Recompile PHP
I don't think it's possible to add informix without compiling php at least.
You can do it without compiling APache, but you need to compile php.
hth
Benoit