Subject: compiling mod-ssl on 1.4 alpha
To: None <port-alpha@netbsd.org>
From: Joao Pedras <jpedras@mail.telepac.pt>
List: port-alpha
Date: 05/29/1999 12:14:37
Hello all!

I'm trying to make the ap-ssl using the port. Version is 2.2.8-1.3.6.

NetBSD's version is 1.4 and it is running on a DEC3000. I'm using it with
RSAREF=NO.

It stops with the following error :

gcc -o openssl -DMONOLITH -I../include -DTERMIOS -O3 -Wall openssl.o verify.o
asn1pars.o req.o dgst.o dh.o enc.o gendh.o errstr.o ca.o  pkcs7
.o crl2p7.o crl.o  rsa.o dsa.o dsaparam.o  x509.o genrsa.o gendsa.o s_server.o
s_client.o speed.o  s_time.o apps.o s_cb.o s_socket.o version.
o sess_id.o  ciphers.o nseq.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L..
-lcrypto -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib
../libcrypto.so: undefined reference to `R_RandomUpdate'
../libcrypto.so: undefined reference to `R_GetRandomBytesNeeded'
../libcrypto.so: undefined reference to `RSAPrivateDecrypt'
../libcrypto.so: undefined reference to `RSAPublicEncrypt'
../libcrypto.so: undefined reference to `R_RandomFinal'
../libcrypto.so: undefined reference to `RSAPrivateEncrypt'
../libcrypto.so: undefined reference to `R_RandomInit'
../libcrypto.so: undefined reference to `RSAPublicDecrypt'
collect2: ld returned 1 exit status
*** Error code 1

Stop. 
*** Error code 1

Stop.
*** Error code 1

Stop. 
*** Error code 1

Stop. 
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Any ideas ?

Thanks in advance.

Joao