problems running configure
Mate Wierdl
mw at moni.msci.memphis.edu
Sat Mar 11 09:23:15 EST 2000
On Fri, Mar 10, 2000 at 04:13:33PM -0600, Ben Lindstrom wrote:
>
> Two Places..
>
> LIBS="$saved_LIBS -L$ssldir"
> CFLAGS="$CFLAGS -I$ssldir/include"
> if test "x$need_dash_r" = "x1" ; then
> LIBS="$LIBS -R$ssldir"
>
> both LIBS lines have to change.. as stated about 4 times on this
> list now in the last few days.
OK. Look at my configure lines
LDFLAGS="-L/space/local/lib" \
LIBS="-L/space/local/lib" \
CFLAGS="$RPM_OPT_FLAGS -I/space/local/include" \
LD=/usr/ccs/bin/ld ./configure --prefix=/space/local \
--with-ssl-dir=/space/local/lib
Nevertheless, I get, 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
So I think the problem is not not finding the libs.
Mate
More information about the openssh-unix-dev
mailing list