Mark,

You wrote:

>I get this error message:
> 
>make[1]: Entering directory `/export/home6/temp/openssl-0.9.6b/apps'
>rm -f openssl
>gcc -o openssl -DMONOLITH -I../include -fPIC -DTHREADS -D_REENTRANT
>-DDSO_DLFCN -DHAVE_DLFCN_H -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 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  -L.. -lssl -L.. -lcrypto -lsocket
>-lnsl -ldl
>/var/ld: installation problem, cannot exec `/var/ld': Permission denied
>collect2: ld returned 255 exit status
>make[1]: *** [openssl] Error 1
>make[1]: Leaving directory `/export/home6/temp/openssl-0.9.6b/apps'
>make: *** [sub_all] Error 1
> 
>Any help would be appreciated.

Oh, come on.  If you did know what the problem was, what would it be?
(Sorry.  Patience wears thin at the end of the day.)

Your compiler is getting a permission denied error when it tries to exec
the linker.  Either your compiler, your linker, or both are incorrectly
installed.

Good luck!

Paul Allen
-- 
Boeing Phantom Works                   \ Paul L. Allen, (425) 865-3297
Math & Computing Technology              \ [EMAIL PROTECTED]
POB 3707 M/S 7L-40, Seattle, WA 98124-2207 \ Prototype Systems Group
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to