- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HpuxwsApache and Oracle/PHP support
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
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
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
тАО01-28-2004 03:50 AM
тАО01-28-2004 03:50 AM
HpuxwsApache and Oracle/PHP support
Fatal error: Call to undefined function: ocilogon() in /opt/hpws/apache/htdocs/oracle.php on line 29
I have looked a test PHP page and it seems Apache is configured thus...
./configure' '--prefix=/opt/hpws/apache/php' '--enable-so' '--with-apxs2=/opt/hpws/apache/bin/apxs'
Surely this means PHP in Apache does not support Oracle/PHP out of the box as is claimed.
Anyone had any experience of this?
Thanks
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 03:56 AM
тАО01-28-2004 03:56 AM
Re: HpuxwsApache and Oracle/PHP support
Maybe it depends on the version you are running ?
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW101001
If you look at the above link, PHP/oracle is build in.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 04:11 AM
тАО01-28-2004 04:11 AM
Re: HpuxwsApache and Oracle/PHP support
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 09:31 PM
тАО01-28-2004 09:31 PM
Re: HpuxwsApache and Oracle/PHP support
HP Apache is supposed to have PHP/Oracle out of the box but the ocilogon err msg indicates that it it is not...
Perhaps I should log a a call with the response center.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2004 12:40 AM
тАО01-30-2004 12:40 AM
Re: HpuxwsApache and Oracle/PHP support
extension=oci8.sl
It now works!