Hi, I have an FC4 box:
$ uname -a Linux localhost 2.6.14-1.1637_FC4 #1 Wed Nov 9 18:19:32 EST 2005 i586 i586 i386 GNU/Linux ...on which I have installed mysql: $ mysql -V mysql Ver 14.7 Distrib 4.1.14, for redhat-linux-gnu (i386) using readline 4.3 I am trying to build php 5.0.5 with MySQL support, but cannot seem to make things work: ./configure --with-regex=system --enable-dbase --with-apxs2=/www/bin/apxs --with-freetype --with-pdflib --with-mysql ... checking for mSQL support... no checking for MSSQL support via FreeTDS... no checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no configure: error: Cannot find MySQL header files under yes. Note that the MySQL client library is not bundled anymore. $ Note that the MySQL was installed as an rpm when the box was built, and is kept up to date with the yum package. Any idea what gives here? I'd prefer to stay away from locally building mysql, etc. Thanks ..Tom