I've been using Serendipity for more than one year without any problem.
Recently, I decided to upgrade my Linux distribution, and Apache 2.0 moved to 2.4, PHP 4 became PHP 5.
Since then, Serendipity doesn't work anymore, and gives me that message :
PHP Fatal error: Call to undefined function sqlite_open() in /webs/serendipity/include/db/sqlite.inc.php on line 54
In my php.ini, I have :
extension=sqlite.so
The library sqlite can be found at :
/usr/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so
What did I miss?
Thanks in advance.