php5 and MySQL 4.1 under Fedora C2
I am trying to get php5 to wotk with Apache 2 and MySQL 4.1 on my Fedora C2 laptop.
So far, Apache works fine, as well as MySQL. I have compiled php5 and it runs proprely, except for the MySQL extension. It doesn't appear in the phpinfo() and when phpMyAdmin tries to connect it says it tried to load the extension but failed.
php5 was copiled with --with-mysql, but not --with-mysqli : I can't find the mysql_config file which is necessary to compile with mysqli, although I have installed all mysql rpms (server, client, shared, devel and bench).
Any clue someone ?
|