S�bastien Bernard wrote:
>
> It is so difficult to install that midgard ....
> Ok, Apache, Mysql ok.
> Now Midgard-lib:
>
> ./configure --with-mysql=/home/sb/src/mysql-3.22.32
> OK
>
> But then make:
> In file included from midgard.c:23:
> internal.h:25: mysql.h: No such file or directory
>
> That mysql.h IS in /home/sb/src/mysql-3.22.32/include so what ?
>
> I precise I did install mysql as a rpm. but the sources are in
> /home/sb/src/mysql-3.22.32
You should specify your binary installation paths. Usually MySQL
installed into /usr or /usr/local/ and you should say:
./configure --with-mysql=/usr
or
./configure --with-mysql=/usr/local
--
Alexander Bokovoy
--
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]