- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Php and MySQL with WebServer Suite 2.12
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
09-06-2005 08:07 PM
09-06-2005 08:07 PM
Php and MySQL with WebServer Suite 2.12
I just installed HP Web Server suite V2.12.
I also installed MySql from a tar file (mysql-standard-4.0.12-hp-hpux11.11-hppa2.0w-64bit.tar.gz)
When I try to acces MySQL, I get the message "PHP cannot load MySQL Extension. Check your PHP config".
I checked it but I am not able to find anything wrong !
I believed MySQL was built-in and therefore there was no need to enable anything !
Could someone help me ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 08:13 PM
09-06-2005 08:13 PM
Re: Php and MySQL with WebServer Suite 2.12
create files phpinfo.php:
And try to execute it: http://lalala/phpinfo.php
What do you see in MYSQL section of the output?
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 09:33 PM
09-06-2005 09:33 PM
Re: Php and MySQL with WebServer Suite 2.12
The mySQL install seems to be OK (all tests passed with mysql-test-run).
So php and mySql seems to be OK on their own side, but they are unable to work together ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 09:36 PM
09-06-2005 09:36 PM
Re: Php and MySQL with WebServer Suite 2.12
What's the compile line that was used to compile php? You can see at the first section of the output.
I think that it cannot find mysql libraries.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 11:51 PM
09-06-2005 11:51 PM
Re: Php and MySQL with WebServer Suite 2.12
Attached is the whole output of phpinfo().
Serge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 12:06 AM
09-07-2005 12:06 AM
Re: Php and MySQL with WebServer Suite 2.12
Any results?
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 12:22 AM
09-07-2005 12:22 AM
Re: Php and MySQL with WebServer Suite 2.12
Serge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 12:36 AM
09-07-2005 12:36 AM
Re: Php and MySQL with WebServer Suite 2.12
Let's try this:
find / -name mysql | grep so
But I doubt that we'll find the libraries.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 12:38 AM
09-07-2005 12:38 AM
Re: Php and MySQL with WebServer Suite 2.12
find / | grep -i mysql > /tmp/mysql_files.txt
Can you attach this file?
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 01:07 AM
09-07-2005 01:07 AM
Re: Php and MySQL with WebServer Suite 2.12
Actually, there is no library in ... but it doesn't really surprise me because as far as I know, HP WebServer Suite should contain a PHP version with mySQL client build-in.
Like it's said on HP site : "... However substantial functionality including MySQL database connectivity is built into PHP ... ".
serge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 01:11 AM
09-07-2005 01:11 AM
Re: Php and MySQL with WebServer Suite 2.12
Do you see any errors in "access_log" of Apache?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 01:33 AM
09-07-2005 01:33 AM
Re: Php and MySQL with WebServer Suite 2.12
But there isn't anything wrong in it nor in the error_log file ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 09:56 PM
09-07-2005 09:56 PM
Re: Php and MySQL with WebServer Suite 2.12
Since I was in a total blackout, I decided to downgrade to HP WebServer Suite 2.10.
The main difference is PHP version 4 in place of PHP 5.
It's a bit frustrating but it work's ...
Thanks anyway for your help, Alex.
Serge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 10:03 PM
09-07-2005 10:03 PM