> I was trying to install 1.2.5.
> The lib did compile, was installed to the /usr/local/lib and
> /usr/local/include
> locations, but when I tried to compile the midgard module, i got an error
> that it
> couldn't find libmidgard, even when i tried --with-midgard=/usr/local/lib
That would be --with-midgard=/usr/local since configure uses it to find
both headers and libs.
The error message is a bit misleading because it could in fact mean that
it coudn't find libmidgard or libmysqlclient. A peek at config.log will
tell you more about that.
Anyhow, I usually build on RedHat, and have to provide the
configure/compilation process some hinst to find all the components:
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]