Gabriele,

Thank you for your interest.  I am using /usr/bin/ because this is where my 
mysql file is, and my libmysqlclient.* files are in /usr/lib/.  I tried 
using just /usr (i.e. --with-mysql=/usr) as you suggest, but get the same 
results.

In fact the file mysql.h is not anywhere in my filesystem.  The MySQL 
installation was managed by the Mandrake distribution I am wondering if the 
header files have been omitted.

Any other thoughts would be appreciated, but please note that I can get my 
scripts to run by changing reference to the host in the mysql connections 
functions to 127.0.0.1 from "localhost".  It works but I don't know why?

Keith

At 09:09 08/06/01 +0200, Gabriele Bartolini wrote:

>>"> ./configure --with-mysql=/usr/bin --with-apxs --enable-track-vars
>
>Ciao,
>
>    sorry but I just joined this mailing list, so I am not aware of any 
> previous messages.
>
>/usr/bin ?
>
>Why in that directory?
>
>Can I please get to know how did you install MySQL? By RPM?
>
>Please try these 2 find commands?
>
>find / -name mysql.h            (in my system it's under /usr/include/mysql/)
>find / -name "libmysqlclient.*"        (in my system it's under 
>/usr/lib/mysql/lib/)
>
>The latest RPM version comes with this prefix: /usr (so just put 
>--with-mysql=/usr )
>
>Let me know!
>
>Hope this helps!
>-Gabriele
>
>-------------------------------------------------
>Gabriele Bartolini - Computer Programmer
>U.O. Rete Civica - Comune di Prato
>Prato - Italia - Europa
>e-mail: [EMAIL PROTECTED]
>http://www.po-net.prato.it
>-------------------------------------------------
>A "Supernova" is the celestial
>equivalent of "rm -rf /*" with
>root permissions.
>-------------------------------------------------


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to