problems running configure
peter at frontierflying.com
peter at frontierflying.com
Sat Mar 11 12:43:28 EST 2000
root at hangar:/usr/tmp/openssh-1.2.2p1 > LIBS="-lRSAref -lRSAglue" ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for inline... inline
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
from the config.log
configure:593: checking host system type
configure:617: checking for inline
configure:631: cc -c conftest.c 1>&5
configure:661: checking for gcc
configure:774: checking whether the C compiler (gcc ) works
configure:790: gcc -o conftest conftest.c -lRSAref -lRSAglue 1>&5
/usr/i486-linux/bin/ld: cannot open -lRSAref: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 785 "configure"
#include "confdefs.h"
Suggestions?
peter
peter stern Frontier Flying Service Inc.
Network Administrator 5245 Airport Industrial Rd
907-474-1739 x249 Fairbanks AK 99709
On Sat, 11 Mar 2000, Damien Miller wrote:
> On Fri, 10 Mar 2000, Mate Wierdl wrote:
>
> > I wonder what your config.log say (search for `SS')? First, I also
> > thought on my Solaris box that the problem is not finding the
> > (open)ssl libraries. But I have this in config.log
> >
> > configure:1918: gcc -o conftest -O2 -I/space/local/include
> > -I/space/local/lib/incl
> > ude -L/usr/ucblib conftest.c -ldl -lsocket -lnsl -lz
> > -L/space/local/lib -lpam -L/
> > space/local/lib -R/space/local/lib -lcrypto 1>&5
> > /space/local/lib/libcrypto.a(rsa_lib.o): In function `RSA_new_method':
> > /space/local/src/redhat/BUILD/wierdlm/openssl-0.9.4/crypto/rsa/rsa_lib.c:109:
> > unde
> > fined reference to `RSA_PKCS1_RSAref'
> > collect2: ld returned 1 exit status
>
> It liiks like you have built your OpenSSH with RSAref. You need to
> add a LIBS="-lRSAref -lRSAglue" before ./configure.
>
> -d
>
> --
> | "Bombay is 250ms from New York in the new world order" - Alan Cox
> | Damien Miller - http://www.mindrot.org/
> | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
>
>
>
More information about the openssh-unix-dev
mailing list