stelios issaias wrote:
>
> >
> >ldconfig -m /path/to/add
>
> I added all the paths and still when you configure mod_midgard-1.2.5, even
> with the --with-midgard, --with-mysql, --with-apache, directory options,
> it can't find the midgard library.
Ah sorry, I forgot: 1.2.5 had limit smarts about finding these libs
during the
configure phase. Configure doesn't use the paths as stored by ldconfig,
either
it needs to find them by hand, or it needs to be told. Try this:
export LDFLAGS="-L/usr/lib/mysql -L/usr/local/lib -lmysqlclient -lcrypt"
export LIBS=$LDFLAGS
export LIB=$LDFLAGS
export PATH=$PATH:/usr/sbin
before doing any of the configure, etc. actions.
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]