To whom it may concern,

    I also want to mention the "config" step for building open ssl:

    ./config -L/yahoo1/EP/EP_1.0/SSL/openssl-0.9.5a/../rsaref-2.0/local/ rsaref

    I am not sure if this information is useful but this might reveal
    some problem that might have affected the creation of the Makefile.ssl
    (because the document that I had appears out of date when instructing
    to use the "config" step for open ssl).
    

    Here is also my output of config test:    

yahoo% config -t -L/yahoo1/TP/TP_1.0/SSL/openssl-0.9.5a/../rsaref-2.0/local/ 
rsaref
WARNING! Detected WorkShop C 5.0. Do make sure you have
         patch #107357-01 or later applied.
Operating system: sun4u-sun-solaris2
Configuring for solaris-sparcv9-cc
/opt/bin/perl5 ./Configure solaris-sparcv9-cc 
-L/yahoo1/TP/TP_1.0/SSL/openssl-0.9.5a/../rsaref-2.0/local/ rsaref

    
    Al


> Date: Mon, 19 Jun 2000 12:18:30 -0700 (PDT)
> Subject: make failed on SunOS  5.6 Generic_105181-03 sun4u sparc SUNW,Ultra-4
> To: [EMAIL PROTECTED]
> Mime-Version: 1.0
> Content-MD5: M+NXjTTlnNz8XitGQ/y8YA==
> 
> 
> 
> To whom it may concern 
> 
> 
>    I was running make and it failed. Here is the output of the last few lines:
>    
>    M   -c nseq.c -o nseq.o
> cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref -xtarget=ultra 
> -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC 
> -DMD5_ASM   -c pkcs12.c -o pkcs12.o
> cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref -xtarget=ultra 
> -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC 
> -DMD5_ASM   -c pkcs8.c -o pkcs8.o
> cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref -xtarget=ultra 
> -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC 
> -DMD5_ASM   -c spkac.c -o spkac.o
> cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref -xtarget=ultra 
> -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC 
> -DMD5_ASM   -c smime.c -o smime.o
> cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref -xtarget=ultra 
> -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC 
> -DMD5_ASM   -c rand.c -o rand.o
> cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref -xtarget=ultra 
> -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC 
> -DMD5_ASM   -c openssl.c -o openssl.o
> rm -f openssl
> cc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DRSAref 
> -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN 
-DBN_DIV2W 
> -DULTRASPARC -DMD5_ASM openssl.o verify.o asn1pars.o req.o dgst.o dh.o 
dhparam.o 
> enc.o passwd.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 app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o 
smim
> e.o rand.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto 
-L/yahoo1/TP/TP_
> 1.0/SSL/openssl-0.9.5a/../rsaref-2.0/local -lRSAglue -lrsaref -lsocket -lnsl
> ld: warning: file ../libssl.a ignored: unable to locate archive symbol table
> ld: warning: file ../libssl.a ignored: unable to locate archive symbol table
> ld: fatal: library -lssl: not found
> ld: fatal: file ../libcrypto.a: unknown type, unable to process using elf(3E) 
li
> braries
> ld: fatal: file ../libcrypto.a: unknown type, unable to process using elf(3E) 
li
> braries
> ld: fatal: file ../libcrypto.a: unknown type, unable to process using elf(3E) 
li
> braries
> ld: fatal: library -lcrypto: not found
> ld: warning: file ../libRSAglue.a ignored: unable to locate archive symbol 
table
> ld: warning: file ../libRSAglue.a ignored: unable to locate archive symbol 
table
> ld: warning: file ../libRSAglue.a ignored: unable to locate archive symbol 
table
> ld: fatal: library -lRSAglue: not found
> ld: fatal: File processing errors. No output written to openssl
> make[1]: *** [openssl] Error 1
> make[1]: Leaving directory `/yahoo1/TP/TP_1.0/SSL/openssl-0.9.5a/apps'
> make: *** [all] Error 1  
> 
> 
> As far as I can see, 3 libraries are created in the dir where
> I ran "make": libRSAglue.a  libcrypto.a   libssl.a
> openssl-0.9.5a is installed so it is the latest version.
> 
> 
> Another question does openssl-0.9.5a need to be installed as root?
> Any help/suggestions appreciated.
> 
> Al
> 
> 
> 
> make report output:
> 
> OpenSSL self-test report:
> 
> OpenSSL version:  0.9.5a
> Last change:      Make sure _lrotl and _lrotr are only used with MSVC....
> Options:          -L/yahoo1/TP/TP_1.0/SSL/openssl-0.9.5a/../rsaref-2.0/local 
> rsaref
> OS (uname):       SunOS yahoo 5.6 Generic_105181-03 sun4u sparc SUNW,Ultra-4
> OS (config):      sun4u-sun-solaris2
> Target (default): solaris-sparcv9-cc
> Target:           solaris-sparcv9-cc
> Compiler:         cc: WorkShop Compilers 5.0 98/12/15 C 5.0
> 
> Failure!
> [...]
>       
> Test report in file testlog
> 

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

Reply via email to