On Mon, 23 Dec 2002, Andy Polyakov wrote:

> > i tried this but linking the openssl program as well as the tests fails
> > with the following message:
> >           cc -o openssl -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS 
>-D_REENTRANT -DDSO_DL -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ASM +DA2.0 +DS2.0 +O3 
>+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY 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 rsautl.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 engine.o ocsp.o  
>-L.. -lssl  -L.. -lcrypto -Wl,+s -ldld ; \
> >         fi
> > /usr/ccs/bin/ld: Unsatisfied symbols:
> >    ERR_load_DSO_strings (first referenced in ../libcrypto.a(cryptlib.o)) (code)
> >    SHA_Final (first referenced in ../libcrypto.a(cryptlib.o)) (code)
> >    ERR_load_EC_strings (first referenced in ../libcrypto.a(cryptlib.o)) (code)
> >    lh_delete (first referenced in ../libssl.a(s2_srvr.o)) (code)
> >    BIO_snprintf (first referenced in ca.o) (code)
> >    BIO_new_socket (first referenced in s_server.o) (code)
> >    UI_free (first referenced in apps.o) (code)
> >    ...
> 
> Danm! The very same thing happened to me earlier! You have to 'find .
> -name lib -size 0 -exec rm {} \;' if you delete libcrypto.a. Sorry:-)
> Alternative is to start from scratch, i.e. unpack into another
> directory, etc. A.

sorry for the delay but i was on christmas holiday.

the problem with the BN_kronecker test seems to occur also with the newly
released 0.9.7 version which seems to include the bn_lcl.h patch you sent
me for testing. i've used fresh source trees to avoid dependency problems
when testing this issue. here're the commands i've used for building:

perl Configure no-asm hpux-parisc2-cc
gmake
gmake test


is anyone using the HP Ansi C compiler for compiling OpenSSL run across
this issue? or am i the only one using this compiler?

-- 
        aspa                                    http://www.kronodoc.fi/



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

Reply via email to