curl-users
surl-ssl with rsaref
Date: Fri, 29 Sep 2000 15:19:00 -0400
I've got a small problem that's bogging me down...
I have openssl 0.9.5a with rsaref
On the Install Document it says:
If your SSL library was compiled with rsaref (usually for use in the United
States), you may also need to set:
LIBS=-lRSAglue -lrsaref
But what's the whole syntax? I have tried this:
LIBS=-lRSAglue -lrsaref ./configure --prefix=/usr/local/curl --with-ssl
and get:
bash: -lrsaref: command not found
I try:
LIBS="-lRSAglue -lrsaref" ./configure --prefix=/usr/local/curl
--with-ssl
and get:
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
Log says:
gcc -o conftest conftest.c -lRSAglue -lrsaref 1>&5 /usr/bin/ld:
cannot open -lRSAglue: No such file or directory
What the heck is going on? How can I add this line?
If I do neither of these things when I do the configure with just the
everything past ./configure it hits this wall:
configure:3195: checking for SSL_connect in -lssl
configure:3214: gcc -o conftest -g -O2 -I/usr/local/ssl/include/openssl
-I/usr/local/ssl/include conftest.c -lssl -lcrypto -ldl
-L/usr/local/ssl/lib 1>&5 /usr/local/ssl/lib/libcrypto.a(rsa_lib.o): In
function `RSA_new_method': rsa_lib.o(.text+0x1e): undefined reference to
`RSA_PKCS1_RSAref'
Any help would be greatly appreciated.
-- Thomas Deliduka IT Manager ------------------------- New Eve Media The Solution To Your Internet Angst http://www.neweve.com/Received on 2000-09-29