Mysql database extensions

Having trouble installing serendipity?
Post Reply
larry2148
Posts: 2
Joined: Sat Aug 05, 2006 11:38 am

Mysql database extensions

Post by larry2148 »

So I have reinstalled my server and am installing serendipty on a fedora core 4 box, its got mysql, apache, php, all are functioning normally, however serendipity still does not recognize any database extensions:

Database extensions none

I tried installing mysql manually, reinstalling httpd, and all that good stuff. Has anyone seen anything like this, or have any suggestions of things i should try? I remember setting it up last time and it was real easy, now its being a real pain.

Thanks in advance,
Larry
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Mysql database extensions

Post by garvinhicking »

Hi!

If s9y cannot detect a DB extension it means that your PHP does not have a DB extension library installed. Create a php script with

Code: Select all

<?php
phpinfo();
?>
contents and check if mysql is mentioned there; its houldn't be, which means you need to recompile PHP with the "--with-mysql" flag...

Best regards,
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/
Post Reply