Martin Fienkeng wrote:
> config.log states
>
> /usr/bin/ld: cannot find -lmidgard
> collect2: ld returned 1 exit status
> configure: failed program was:
>
> #line 910 "configure"
> #include "confdefs.h"
>
> main(){return(0);}
>
>
> The syntax for performing the configuration is as follows
> ./configure --with-midgard-config=/usr/local/midgard/bin/midgard-config
> --with-mysql=/usr/local/mysql --with-expat
> --with-apxs=/usr/local/apache/bin/apxs
>
> Any help to resolve this would be greatly appreciated
Did you get this issue resolved? If not, try adding
LDFLAGS="$LDFLAGS "`$MIDGARDCONFIG --libs`
after
LIBS="$LIBS "`$MIDGARDCONFIG --libs`
in configure.in and run 'autoconf'. If you don't have autoconf, the
current snaps of mod_midgard have this fix applied.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]