Subject: pkgsrc/security/openssl fails to build on NetBSD 1.4/alpha
To: None <tech-security@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-security
Date: 08/23/1999 15:54:20
	Hello,
	Is anyone using NetBSD-1.4 pkgsrc/security/openssl on NetBSD 1.4/alpha,
	without RSAREF (USE_RSAREF=NO)?
	for me, it compiles just fine on NetBSD 1.4/i386, but not on alpha.  
	It fails like attached.

itojun


---
cd .. && csh /usr/home/itojun/work/pkgsrc/security/openssl/files/makelib libssl.so.1.0 libssl.a
making all in apps...
rm -f openssl
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