"[EMAIL PROTECTED]" wrote:

> changes to httpd.conf as per instructions, now when I come to do the PHP
> ./configure using
> LDFLAGS="-L/usr/lib/mysql -lm -lmidgard -lmysqlclient"
> ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/include/mysql --wit
> h-midgard=/usr/local
> 
> It throws up the following error: Invalid MySQL directory - unable to find
> mysql.h under /usr/include/mysql
> 
> The thing is that the file mysql.h is there? What the hell's goin' on now?

--with-mysql hints configure about where to find headers _and_ libs.
If your libs are at /usr/lib/mysql, try --with-mysql=/usr

emile

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to