Displaying 2 results from an estimated 2 matches for "err_load_rsaref_strings".
2000 Jul 14
2
Still a problem with openssh and rsaref
...ot find working SSLeay / OpenSSL libraries, please install
and config.log shows:
configure:2795: gcc -o conftest -g -O2 -Wall -I/opt/openssl/include
-L/opt/openssl/lib -L/opt/openssl conftest.c -ldl -lnsl -lz -lutil -lpam
-lcrypto 1>&5
/usr/bin/../lib/libcrypto.so: undefined reference to
`ERR_load_RSAREF_strings'
/usr/bin/../lib/libcrypto.so: undefined reference to `RSA_PKCS1_RSAref'
so why doesn't it seem to use my --with-ssl-dir, which points to /usr/lib,
also the test isn't including -lRSAglue -lrsaref.
I see that there has been problems with this in past versions of openssh,
but I did...
2000 Mar 07
2
rsaref usage
...kopt'
s_socket.o(.text+0xf4): undefined reference to `connect'
s_socket.o: In function `init_server':
[...]
rand_egd.o(.text+0x78): undefined reference to `connect'
../libcrypto.a(err_all.o): In function `ERR_load_crypto_strings':
err_all.o(.text+0x40): undefined reference to
`ERR_load_RSAREF_strings'
*** Error code 1
make: Fatal error: Command failed for target `openssl'
Current working directory
/space/local/src/redhat/BUILD/openssl-0.9.5/apps
*** Error code 1
make: Fatal error: Command failed for target `all'
This is on Solaris 2.6. Can I compile openssl without rsaref, and
sti...