PHP/MySQL

Jonathan Hutchins hutchins at opus1.com
Sun Aug 18 02:53:09 CDT 2002


Ok - here's the skinny:

From
http://www.php.net/manual/en/faq.databases.php#faq.databases.shared-mysql

The user comments at the bottom reveal:
---------------
bveDONTSPAMME at telusplanet.net
09-Jan-2002 08:19 
 
The default install of PHP on RedHat 7.1 is NOT enabled for use with MySQL.
All over the place I was reading that I would have to compile my own install
of PHP, MySQL and Apache.

If you visit http://rpmfind.net and search for mysql.so you should be able
to find a Red Hat compiled RPM which has the required modules.

After installing the RPM just init 1 and init 3 to restart the services and
it should be working.

Wanted to post this here to save others from a few days of frustration.

BTW PHP rocks!!!
-------------------
Followed closely by: 
------------------
martin at ve><tron.ltd.uk
22-Apr-2002 11:16 
 
Regarding that post for mysql.so and RPMFIND!!

If your system (RedHat) can use "up2date" - Just request the package
php-mysql - It's much easier you know ;)
 ----------------

So:

#up2date php-mysql
#/etc/init.d/httpd restart

and we're up and running!




More information about the Kclug mailing list