Posted by Jan Pieter Kunst on 12/18/05 18:03
In article <1134919808.642128.266110@g49g2000cwa.googlegroups.com>,
gooderthanyou@gmail.com wrote:
> configure: error: Cannot find MySQL header files under usr/local/mysql.
> Note that the MySQL client library is not bundled anymore!
>
> I gunzipped mysql, did tar -xvf to the resulting tar, moved the mysql
> folder to usr/local/... and I been able to log into mysql and all that
> good stuff so I guess its installed. just when I try to configure php
> with mysql it gives me that error when trying to fetch mysql!!
>
> inside my php-5.1.1 folder I typed this from tutorials
>
> ./configure --with-apxs2=/usr/local/apache2/bin/apxs
> --with-mysql=usr/local/mysql
Try "--with-mysql=/usr/local"
JP
[Back to original message]
|