On Wed, 26 Apr 2000, Ted Hattemer wrote:

> >checking for mgd_connect in -lmidgard... no
> >*** You need the Midgard library for using mod_midgard.      ***
> >*** Use the --with-midgard option to tell                    ***
> >*** the configure script where to look for the library.      ***
> >*** Check also that both the Midgard library and the MySQL   ***
> >*** client library are on your dynamic library load path.    ***
> >configure: error: Midgard library libmidgard not found
> 
> I am getting this error on  mod_midgard-1.2.5
> ./configure --with-midgard=/usr/local/lib --with-midgard=/usr/local/include
> MySQL lives in /usr/local/mysql
> This is an OS X Server (G4)

I'd have to see the last part of config.log, but I think the linker can't
find either libmysqlclient or libmidgard. You'll have to clue the linker
in with something like:

export LDFLAGS="-L/usr/lib/mysql -L/usr/local/lib -lmidgard -lmysqlclient"
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