Lingyun Wang <[EMAIL PROTECTED]>:
> ./config --prefix=/home/zlww6/ssl
> --openssldir=/home/zlww6/sslprogram
>
> When "make install",
> after "install man3 and man7"
>
> Error shows up:
> Cannot create directory
> /export/home/zlww6/openssl-0.9.5/ssl/lib: File exists
> *** Error code 17 (bu21)
This error message is inconsistent with the ./config line quoted above;
apparently you used --prefix=/export/home/zlww6/openssl-0.9.5/ssl/.
You cannot install the library to the directory where you keep the source
code. Use a different directory, or just keep everything where it is.
(To generate the man pages in nroff format, run "make install_docs".)
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]