On Wed, 19 Apr 2000, Gottfried Ryser wrote:

> > Can you tell me what you have tried so far?
> mySQL is running, the midgard db is installed, lib_midgard is also
> installed, but with the module mod_midgard I'm strugling. I configured with
> ./configure --with-midgard=/usr/local/ and the libs are in the right place.
> I checked the loaded libs and midgard and mysqlclient are not loaded. So I
> added the paths in /etc/ld.so.conf, but no change is visible. Both libs do
> not show up. What did I make wrong here?

The build process (the linker to be exact) doesn't use the ld.so.conf
info but needs to be hinted separately if the libs are not in the
ld-default locations. I have the following environment set up for my RH
box:

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

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