Tony Vickers writes: > configure:3126: checking for mysql_config > configure:3235: checking for mysql_connect
You do not have mysql_config installed, which is a part of MySQL development package. Looks like you only have runtime MySQL support installed, which is insufficient. You need to install development MySQL support, which are additional files and libraries. -- Sam
