jose ibarz wrote: > "Your PHP installation appears to be missing the MySQL which is required > for WordPress." > > I use php5, and have installed: > php4-cgi, php5-cgi, php4-mysql y php5-mysql > > What happens?
I bet it is because you didn't configured PHP to use the MySQL extension. You have to check that there is a line like this === extension=mysql.so === in /etc/php4/cgi/php.ini. If not, add it at the bottom of the file; that should fix the problem. Good luck Jose :-) -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
