Hi Michael,

On Friday, February 23, 2001, 5:35:54 PM, you babbled something about:

MRJ> But in the file I just generated, while there is a section for
MRJ> PostgreSQL, there is none for MySQL.

It sounds to me that the module is not getting loaded by php. The more
recent versions of PHP allow for loadable modules (much like Apache) and the
rpms that RH supplies are these modules NOT some sort of compiled in thing.

Look for the following section in your php.ini file.
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

Then look to see if the line :
extension=mysql.so
is commented (begins with a ";").

It would seem to me to be the only thing left.

Have fun,
-- 
_________________________________________________________________
 Brian Ashe                     CTO
 [EMAIL PROTECTED]              Dee-Web Software Services, LLC.
 http://www.dee-web.com/
-----------------------------------------------------------------
You don't have to swim faster than the shark...
You just have to swim faster than the people you're with.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to