David Banning wrote:
> # ./configure --prefix=/www \
> --add-module=/usr/David/midmod/mod_midgard-1.2.5/mod_midgard.c
>
> /usr/libexec/elf/ld: cannot open -lmidgard: No such file or directory
> *** Error code 1
>
> seems I probably have to tell ./configure that the libmidgard's
> are in /usr/local/lib - how would I do that? - I looked at ./configure
> --help
> and I don't see an option
I'm not sure whether pre-configuring the module with it's own
configure helps, but you could try. Otherwise, assuming ksh or bash:
export LDFLAGS="-L/usr/lib/mysql -L/usr/local/lib -lmysqlclient -lcrypt"
export LIBS=$LDFLAGS
export LIB=$LDFLAGS
usually does the trick for me. You could of course also opt for
installing libmidgard in /usr/lib instead of /usr/local/lib.
> > > suexec: disabled; invalid wrapper /www/bin/suexec
>
> Isn't this an error?
It's just an apache complaint that it can't find the suexec wrapper.
If you're not using it apache will run just fine. This is not Midgard
related BTW.
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]