Yep.. The "-L" option is missing - which again means that the configure
script did not run correctly (or till completion).. Can u pl. post the
config.log file ??. Also, are you setting anything specific in ur
environment (SHLIB_PATH etc)..
Alternatively, YOu can possibly try "./config +Z -L$OPENSSL_SRC" where
OPENSSL_SRC is the directory where you've installed the sources.

-Madhu

-----Original Message-----
From: Lutz Jaenicke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 24, 2002 7:22 AM
To: [EMAIL PROTECTED]
Subject: Re: creating shared libs on hp-ux 11


On Thu, Jan 24, 2002 at 10:15:48AM -0500, Robert Pungello wrote:
> Thanks for all your help.  I had no trouble building on Windows, Linux,
> AIX, or Solaris, but HP is still giving me nightmares.  I configured
> openssl using ./config +Z.  Eventually, make stops with the following
error
> ...
> 
>       rm -f openssl
>              cc -o openssl -DMONOLITH -I../include +Z -DTHREADS
> -D_REENTRANT -DDSO_DL +Z -D_REENTRANT +O3 +Optrs_strongly_typed +Olibcalls
> -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -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  -lssl -lcrypto -ldld
> /usr/ccs/bin/ld: Can't find library: "ssl"

I am missing the "-L" option that should give the location of the
OpenSSL libraries, probably it should be "-L.." when building inside
the apps/ directory.

> Then I tried to run make test anyway and ...
> 
> c_rehash: rehashing skipped ('openssl' program not available)
>         touch rehash.time
> testing...
>         cc -I../include +Z -DTHREADS -D_REENTRANT -DDSO_DL +Z -D_REENTRANT
> +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W
> -DMD32_XARRAY -c bntest.c
>         cc -o bntest -I../include +Z -DTHREADS -D_REENTRANT -DDSO_DL +Z
> -D_REENTRANT +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN
> -DBN_DIV2W -DMD32_XARRAY bntest.o  -lcrypto -ldld
> /usr/ccs/bin/ld: Can't find library: "crypto"

Here the same applies: where is the "-L" option?

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to