- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX Web Server Suite - PHP but without Infor...
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
07-08-2006 01:15 AM
07-08-2006 01:15 AM
HP-UX Web Server Suite - PHP but without Informix
We have installed the HP-UX Web Server Suite with apache 2.x version, php and etc.
After reading some documents the standard HP-UX Web Server Suite with PHP only support Oracle, Mysql database extension but not Informix.
Anyone knows how to get the Informix extension so that I can connect to my Informix database.
Thanks
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2006 09:39 AM
07-08-2006 09:39 AM
Re: HP-UX Web Server Suite - PHP but without Informix
Nice name.
Its a standard apache port, so if you follow the instructions and install the Informix extension most likely it will work.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2006 02:59 AM
07-09-2006 02:59 AM
Re: HP-UX Web Server Suite - PHP but without Informix
You may compile apache and php with informix support.
When you compiling php it's option --with-informix[=DIR] in configure.
--with-informix[=DIR] Include Informix support. DIR is the Informix base install directory, defaults to nothing.
Regards
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 03:41 PM
07-10-2006 03:41 PM
Re: HP-UX Web Server Suite - PHP but without Informix
Any ideas...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 05:52 PM
07-27-2006 05:52 PM
Re: HP-UX Web Server Suite - PHP but without Informix
take a look at the IBM document
'A step-by-step how-to guide to install, configure, and test a Linux, Apache, Informix, and PHP server'
and I think this will solve your problems
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0606bombardier/
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 06:16 PM
07-27-2006 06:16 PM
Re: HP-UX Web Server Suite - PHP but without Informix
You need to get the source code of PHP and recompile using informix i.e
./configure --with-apxs2=/usr/sbin/apxs --with-informix=/usr/informix
then make and then make install
This will build your PHP with Informix and then link it to Apache so when you tun the
you'll see Informix in there.