On Tue, 23 May 2000, Burness,Phil wrote:

> I have compiled and installed successfully midgard-lib and installed midgard
> data as per the install instructions. While trying to configure mod_midgard
> I get the following error message
> checking for mgd_connect in -lmidgard... no
> 
> I have run ldconfig -p | grep midgard and have the following response
> libmidgard.so.2 (libc6) => /usr/local/lib/libmidgard.so.2
> libmidgard.so (libc6) => /usr/local/lib/libmidgard.so
> 
> I have tried to run the configure script with the --with-midgard=/usr/local
> and I have set the LD_LIBRARY_PATH variable to /usr/local/lib but to no
> avail.
> 
> can somebody please advise what is happening?

The linker (which is different from ld.so) doesn't use LD_LIBRARY_PATH.
Here's my build environment:

export LDFLAGS="-L/usr/lib/mysql -L/usr/local/lib -lmysqlclient -lcrypt"
export LIBS=$LDFLAGS
export LIB=$LDFLAGS
export PATH=$PATH:/usr/sbin

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