Hello,
I'm not really a professionnal in compiling libs.
So I strictly followed the installation directives.
But...
Here is the bug report.

OpenSSL self-test report:

OpenSSL version:  0.9.5a
Last change:      Make sure _lrotl and _lrotr are only used with
MSVC....
Options:          --prefix=~/McPit/openssl-0.9.5a
--openssldir=~/McPit/openssl-0.9.5a/ssl
OS (uname):       SunOS korrigan 5.6 Generic_105181-21 sun4m sparc
SUNW,SPARCstation-20
OS (config):      sun4m-sun-solaris2
Target (default): solaris-sparcv8-gcc
Target:           solaris-sparcv8-gcc
Compiler:         gcc version 2.95.2 19991024 (release)

Failure!
-----------------------------------------------------------------------------
making all in crypto...
making all in crypto/md2...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/bn...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/dh...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/objects...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in ssl...
making all in rsaref...
making all in apps...
rm -f openssl
gcc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -mv8 -O3
-fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W 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 smime.o rand.o -L. -L.. -L../.. -L../../.. -L.. -lssl
-L.. -lcrypto -lsocket -lnsl
Undefined                       first referenced
 symbol                             in file
lh_free                             openssl.o
lh_doall                            ../libcrypto.a(o_names.o)
ERR_load_BIO_strings                ../libcrypto.a(err_all.o)
RC5_32_cfb64_encrypt                ../libcrypto.a(e_cfb_r5.o)
lh_num_items                        ../libcrypto.a(mem_dbg.o)
RIPEMD160                           speed.o
ERR_load_RAND_strings               ../libcrypto.a(err_all.o)
SHA1                                speed.o
RAND_seed                           speed.o
lh_new                              openssl.o
RAND_add                            ../libssl.a(s2_srvr.o)
ERR_load_CRYPTO_strings             ../libcrypto.a(err_all.o)
RAND_status                         speed.o
lh_delete                           ../libssl.a(ssl_sess.o)
RC5_32_set_key                      speed.o
RC5_32_ofb64_encrypt                ../libcrypto.a(e_ofb_r5.o)
RAND_pseudo_bytes                   enc.o
RC5_32_ecb_encrypt                  ../libcrypto.a(e_ecb_r5.o)
ERR_load_BUF_strings                ../libcrypto.a(err_all.o)
lh_insert                           openssl.o
MD5                                 speed.o
lh_retrieve                         openssl.o
RAND_bytes                          rand.o
lh_strhash                          openssl.o
RC5_32_cbc_encrypt                  speed.o
RAND_cleanup                        speed.o
lh_doall_arg                        ../libssl.a(ssl_sess.o)
ld: fatal: Symbol referencing errors. No output written to openssl
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `openssl'
Current working directory
/u/sounion/0/saga/pmario/McPit/openssl-0.9.5a/apps
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /u/sounion/0/saga/pmario/McPit/openssl-0.9.5a
-----------------------------------------------------------------------------
testing...
gcc -I../include -DTHREADS -D_REENTRANT -mv8 -O3 -fomit-frame-pointer
-Wall -DB_ENDIAN -DBN_DIV2W  -c  bntest.c
gcc -o bntest -I../include -DTHREADS -D_REENTRANT -mv8 -O3
-fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W bntest.o -L. -L..
-L../.. -L../../.. -L.. -lcrypto -lsocket -lnsl
Undefined                       first referenced
 symbol                             in file
lh_free                             ../libcrypto.a(err.o)
ERR_load_BIO_strings                ../libcrypto.a(err_all.o)
lh_num_items                        ../libcrypto.a(mem_dbg.o)
ERR_load_RAND_strings               ../libcrypto.a(err_all.o)
RAND_seed                           bntest.o
lh_new                              ../libcrypto.a(err.o)
RAND_add                            ../libcrypto.a(bn_rand.o)
ERR_load_CRYPTO_strings             ../libcrypto.a(err_all.o)
lh_delete                           ../libcrypto.a(err.o)
RAND_pseudo_bytes                   ../libcrypto.a(bn_rand.o)
ERR_load_BUF_strings                ../libcrypto.a(err_all.o)
lh_insert                           ../libcrypto.a(err.o)
lh_retrieve                         ../libcrypto.a(err.o)
RAND_bytes                          ../libcrypto.a(bn_rand.o)
lh_doall_arg                        ../libcrypto.a(mem_dbg.o)
ld: fatal: Symbol referencing errors. No output written to bntest
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `bntest'
Current working directory
/u/sounion/0/saga/pmario/McPit/openssl-0.9.5a/test
*** Error code 1
make: Fatal error: Command failed for target `tests'
Current working directory /u/sounion/0/saga/pmario/McPit/openssl-0.9.5a
-----------------------------------------------------------------------------

So, May I hope some help?

-- 

--------------
Forfait gratuit et r�volutionnaire sur Liberty Surf!
4H par mois tout compris internet + t�lecom +
Hamburgers a volonte + frites + caissiere +
sauna + casino + une semaine aux Bahamas pour OF
+ Coupe d'Europe a l'equipe de votre choix +
poste de president d'Alcatel ou Thomson selon
disponibilite + portable Motorola + abonnement
d'un siecle en tribune d'honneur a Monaco + Siege
baquets + Clim + Abonnement a free.fr + Reservation
sur le prochaine voyage spatial(couchettes avec vue
sur la terre) + 3 voeux exauces (*) + Un poster geant
d'Annie Cordy + Sa discographie complete + le vrai Mr 
Bean grandeur nature( avec le slip) + un flacon de 
timotei peche et coton + une paire de chaussettes 
portees par jim morrison himself par encore lavees + 
un lecteur portable de mp3 livre avec un shamallow 
a la menthe bleue .

(*) Dans la mesure ou les voeux formules sont juges achetables en
actions libertysurf par un huissier de justice.
http://register.libertysurf.fr/libertytelecon/signup.php3

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

Reply via email to