Ok I solved my error 10 problem.... I edited the Top-level makefile and
changed bn_asm from the default C varient to the HPUX varient... solved
that problem... now for the new one...

When I make it runs until it get to the apps directory where the following
occurs..
making all in apps...
    
        rm -f openssl
    
        gcc -o openssl -DMONOLITH -I../include -DB_ENDIAN -O3 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: ld returned 1 exit status    
/usr/ccs/bin/ld: Unsatisfied symbols:  
   bn_div_words (code)                 
   bn_add_words (code)                 
   bn_sub_words (code)                 
   bn_mul_comba4 (code)                
   bn_mul_comba8 (code)                
   bn_sqr_comba4 (code)                
   bn_sqr_comba8 (code)                
*** Error exit code 1
    

Stop.                                  

*** Error exit code 1                                        

Stop.


? any Ideas...

Ian Grimwood

P.S. is the a online refernce or the such? I feel bad asking so many
questions but I'm stuck for another way to solve the problem...
                     

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

Reply via email to