Lingyun -
We have a script which builds eight
versions/permutations of OpenSSL and an old version of
SSLeay and installs each in its own directory under
the $HOME/local directory (e.g.
$HOME/local/openssl-0.9.4.bsafe, or
$HOME/local/openssl-0.9.1c).
we use the following code : (assume
VERSION=openssl.0.9.4, in this case)
./config --openssldir=$HOME/local/$VERSION
then after the makes (make clean; make; make test)
we have to do some more magic:
make INSTALL_PREFIX=$HOME/local/$VERSION install
Then fix the install location (gross but a must)
(cd $$HOME/local/$VERSION; mv usr/local/ssl/* .)
(cd $$HOME/local/$VERSION; /bin/rm -rf usr)
And that does it. This works with Openssl-0.9.3
through Openssl-0.9.5. And we do have code for
earlier releases, if you need'em. Any questions?
> -----Original Message-----
> From: Lingyun Wang [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 09, 2000 11:55 PM
> To: [EMAIL PROTECTED]
> Subject: still can not install openssl under my
> directory
>
>
> Thanks for help, but when I try this,
>
> (assume zlww6 is my dir)
> ./config --prefix=/home/zlww6/ssl
> --openssldir=/home/whopes/ssl
>
> or
> ./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)
>
> I don't understand.
>
> And, if I ***move*** openssl program(successfully
> make
> install in other directory) to my own directory.
> Does
> it run well?
>
______________________________________________________________________
> OpenSSL Project
> http://www.openssl.org
> Development Mailing List
> [EMAIL PROTECTED]
> Automated List Manager
> [EMAIL PROTECTED]
>
=====
Michael Kobar [EMAIL PROTECTED]
Software Engineer 1.860.691.1540 x201 voicemail
Lymeware Corporation 1.801.383.9021 fax
PGP Fingerprint=3998 972B 496E 39AB C9AD AEE7 B648 A3F7 AD19 6D5A
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]