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
> *** Error code 17
> Cannot create directory /citec/openssl-0.9.4/ssl/lib: File exists
> make: Fatal error: Command failed for target `install'
You may *not* use source code tree as argument to prefix. If you
absolutely insist on having source code next to the binaries, then I'd
recommend to 'cd /citec/openssl-0.9.4; mkdir .src; mv * .src; mv .src
src; cd src; make install'
Cheers. Andy.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]