Pre installation issues

Having trouble installing serendipity?
Post Reply
mallors
Posts: 4
Joined: Tue Sep 11, 2007 12:53 pm

Pre installation issues

Post by mallors »

I have installed:
Apache HTTP Server 2.0.59
MySQL Server 5.0
php-5.2.4

When I go to http://localhost/serendipity/index.php I get a couple of issues:

Database extensions none [!]
GDlib extension No [?]
OpenSSL extension No [?]
mbstring extension No [?]

post_max_size 10M 8M [?]
upload_max_filesize 10M 2M [?]

How can I resolve these issues?
mallors
Posts: 4
Joined: Tue Sep 11, 2007 12:53 pm

Post by mallors »

post_max_size 10M 8M [?]
upload_max_filesize 10M 2M [?]

I have changed in php.ini
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Your PHP installation doesn't have a database extensions, you need to compile one in!

GDLib and openssl would be nice, but those are not required.

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