midgardnewby wrote:

> >> The explaination is (./configure --help)
> >>   --with-midgard=DIR   Prefix of the Midgard installation.
> >>                        The header file midgard.h should be in
> >>                        DIR/include, and the library libmidgard in
> >>                        DIR/lib.
> >
> >is libmysqlclient.so in /usr/local/mysql/lib ?
> 
> No, there is only a libmysqlclient.a file
> 
> Is that the problem ? What do I have to do?

It might be. If you don't have libmysqlclient.so elsewhere you could
try

CFLAGS="-L/usr/local/mysql -lmysqlclient" LIB=$CFLAGS LIB=$CFLAGS ./configure ...

Having the shared libs makes things much easier, so if you can get
them, do. If not, we'll try to fashion a way around this. Alexander,
isn't libtool supposed to solve these headaches?

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to