problems running configure

Damien Miller djm at mindrot.org
Sat Mar 11 11:36:50 EST 2000


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