Hello,
        I am trying to install OpenSSL 0.9.2b on my IRIX 6.2 box. compiling fails
after a certain point.

when I type ./config, i dont know if it ends prematurly but it says this
after configuring a lot of makefiles:
making links in test...
Makefile => Makefile.ssl
making links in tools...
Makefile => Makefile.ssl
c_rehash: rehashing skipped ('openssl' program not available)
bsrour@blaze <07:28pm> (~/openssl-0.9.2b)$ 

Is there more configuration after that? Just a thought as to why it might
not be working.
Here is what it says when the compile stops:
        gcc -DMONOLITH -I../include -O2 -DTERMIOS -DB_ENDIAN -c ciphers.c
        gcc -DMONOLITH -I../include -O2 -DTERMIOS -DB_ENDIAN -c nseq.c
        gcc -DMONOLITH -I../include -O2 -DTERMIOS -DB_ENDIAN -c openssl.c
        rm -f openssl
        gcc -o openssl -DMONOLITH -I../include -O2 -DTERMIOS -DB_ENDIAN
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 
collect2: /usr/lib/old_ld returned 1 exit status
/usr/lib/old_ld:
Unresolved:
bn_div_words
bn_mul_comba8
bn_sub_words
bn_mul_comba4
bn_sqr_comba4
bn_sqr_comba8
*** Error code 1 (bu21)
*** Error code 1 (bu21)

If you have any insight regarding this it would be appreciated.

Thanks!
-Ben


--
Ben Srour                                         
[EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to