On Thu, Aug 30, 2001 at 05:45:41PM +0100, James Mackay wrote:
> 
> Have a problem in mod_midgard-1.4.1 (using CVS from today) in that the following 
>error appear after ./configure. "C compiler cannot
> create executables."
> 
> config.log shows:
> 
> configure:899: checking whether the C compiler (gcc  ) works
> configure:915: gcc -o conftest    -I/usr/lib/glib/include -I/usr/include/mysql 
>-I/var/expat/include -I/home/midgard/include/midgard$
> /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);}
> 
> No idea why this has happened.
Pretty clear actually:
 > collect2: ld returned 1 exit status
 > configure: failed program was:
It means that you haven't installed libmidgard properly prior to
mod_midgard compiling. Make sure that libmidgard is installed and
libmidgard.so is in the ldconfig's paths (f.g. /usr/lib)

-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Save energy: be apathetic.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to