On Mon, 2 Feb 2004, E.H.Terwiel wrote: > I installed apache 2, mysql 4.1.1 and now added php 4.3.4. > My plan is to run PHPBB2. Installing this system warns me, that my PHP > 4 installation does not "see" the database MySQL on my system. > But it's there, I installed it and it works, judging from the > mysql-tests I did. > Only PHP does not see MySQL. > > I ./configured it --with-mysql=/usr/local/mysql though... > > I did not edit php.ini though... > > what could be wrong here ?
You're asking on the wrong list (you need [EMAIL PROTECTED]) but PHP 4's bundled MySQL client library doesn't support MySQL 4.1, you will need to install the library yourself (and it's dev headers). Derick
