RE: [PHP] RedHat 8.0 MySQL Problem

2003-03-05 Thread Daevid Vincent
[mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 10:44 PM To: Darren Young Cc: [EMAIL PROTECTED] Subject: Re: [PHP] RedHat 8.0 MySQL Problem Have you actually enabled the MySQL extension? You should have a line in your php.ini that says: extension=mysql.so By the way

Re: [PHP] RedHat 8.0 MySQL Problem

2003-03-05 Thread Jason Wong
On Thursday 06 March 2003 09:05, Daevid Vincent wrote: Wouldn't that technically be downgrade, since RH8 ships with Apache 2.0 *smirk* But yes, however, keep in mind that when you do 'downgrade' you will run into the constant annoyance that up2date will always want to install a newer php and

[PHP] RedHat 8.0 MySQL Problem

2003-03-04 Thread Darren Young
I have an app that runs just fine on RedHat 7.2 with compiled Apache and PHP along with MySQL binaries installed from MySQL's site. I have a new machine running RedHat 8.0 that is completely generic, i.e only RedHat Apache, PHP and MySQL RPM's installed. The error message I'm getting is:

Re: [PHP] RedHat 8.0 MySQL Problem

2003-03-04 Thread Rasmus Lerdorf
Have you actually enabled the MySQL extension? You should have a line in your php.ini that says: extension=mysql.so By the way, the Apache that comes with RH8 when combined with PHP does not give you a production-quality solution. So if you are running this thing for any sort of important