Hi,

I'm currently trying to build an openssl 0.9.4 distribution which fails on
the make install step after the previous steps all work correctly.
I run:
./configure --prefix=/citec/openssl-0.9.4
./make
./make test
./make install

Output of the make install step and the resulting error message should be
attached to this, basically it fails on the mkdir lib step, failing
because the directory already exists. I've tried removing the lib
directory, which is incidentally of a size of 0 bytes, make clean then
starting again twice, same result.

Also attached is the output of the openssl version -a command, for what
it's worth. If there are other more usefull diagnostic output you would
like please let me know.

I hope I'm not wasting your time with this, I appreciate the fine work you
are engaged in for the benefit of the open source community.

Thanks in advance,

Mark

openssl version -a output:
OpenSSL 0.9.4 09 Aug 1999
built on: Wed Sep  1 12:25:53 EST 1999
platform: solaris-sparcv8-gcc
options:  bn(64,32) md2(int) rc4(ptr,char) des(idx,cisc,16,long) idea(int) 
blowfish(ptr) 
compiler: gcc -DTHREADS -D_REENTRANT -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN 
-DBN_DIV2W


make install output:
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...
making all in test...
making all in tools...
*** Error code 17
Cannot create directory /citec/openssl-0.9.4/ssl/lib: File exists
make: Fatal error: Command failed for target `install'

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

Reply via email to