Database extensions not detected

Having trouble installing serendipity?
Post Reply
cepheus
Posts: 2
Joined: Tue Jan 23, 2007 11:47 pm

Database extensions not detected

Post by cepheus »

Hello,

I wanted to install serendipity on my desktop machine just to try it. But I can't get past the installation: The Installation Page tells me: "Database extenstions: None [!]".

MySQL server is up and running, I have created a database "serendipity" and granted "ALL" privileges to user "serendipity". MySQL users "serendipity" and "root" have empty passwords.

The serendipity root directory is /var/www/html/serendipity and is world-writeable.

I have configured apache to allow all .htaccess files ("AllowOverride ALL").

What am I doing wrong? Do I have to change any files in the serendipity root folder?

Thank You

cepheus
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Database extensions not detected

Post by garvinhicking »

Hi!

This is a problem of your PHP compilation. Your PHP does not have the mysql or mysqli extension compiled in, so you need to recompile or depending on your linux distribution install php-mysql packages.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
cepheus
Posts: 2
Joined: Tue Jan 23, 2007 11:47 pm

Post by cepheus »

Hi,

this did the trick: I use fedora and I had to install the "php-mysql" package. No I get the message "Database extensions: MySQL, MySQLi".

Thank you very much

cepheus
Post Reply