Philipp Rotmann wrote:
>
> Hi,
>
> well, I, er, have that Frequently Encountered Problem whith the
> MySQL client library while configuring midgard-lib-1.2.5 ...
> I am not really sure whether my compilation of mysql-3.22.27
> _did_ actually produce that library, but I do have the following
> files in my mysql tree:
>
> /var/lib/mysql/lib/mysql/libmysqlclient.a
> /var/lib/mysql/lib/mysql/libmysqlclient.la*
> /var/lib/mysql/lib/mysql/libmysqlclient.so@
> /var/lib/mysql/lib/mysql/libmysqlclient.so.6@
> /var/lib/mysql/lib/mysql/libmysqlclient.so.6.0.0*
> $ LIB=-L/var/lib/mysql LDFLAGS=-L/var/lib/mysql ./configure
The LIB/LDFLAGS must point to the directories where the libraries
reside, so:
$ LIB=-L/var/lib/mysql/lib/mysql LDFLAGS=-L/var/lib/mysql/lib/mysql
./configure
--
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]