Page 1 of 1

Pre installation issues

Posted: Tue Sep 11, 2007 5:15 pm
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?

Posted: Tue Sep 11, 2007 6:04 pm
by mallors
post_max_size 10M 8M [?]
upload_max_filesize 10M 2M [?]

I have changed in php.ini

Posted: Wed Sep 12, 2007 12:21 pm
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