On Jun 22 10:25, Corinna Vinschen wrote:
> On Jun 21 08:21, Richard Levitte - VMS Whacker wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> >
> > OpenSSL version 0.9.8 Beta 6 (FINAL!)
>
> Build and tests fine on Cygwin.
Just one installation quirk. The engines are installed non-stripped
right now. I forgot to tweak the util/cygwin.sh script to strip them
before creating the install archives.
Any problem to apply the below last minute patch to util/cygwin.sh?
Corinna
--- util/cygwin.sh.ORIG 2005-06-22 13:56:02.659532200 +0200
+++ util/cygwin.sh 2005-06-22 13:54:51.822851000 +0200
@@ -119,7 +119,9 @@ create_cygwin_readme
create_profile_files
cd ${INSTALL_PREFIX}
-strip usr/bin/*.exe usr/bin/*.dll
+chmod u+w usr/lib/engines/*.so
+strip usr/bin/*.exe usr/bin/*.dll usr/lib/engines/*.so
+chmod u-w usr/lib/engines/*.so
# Runtime package
find etc usr/bin usr/lib/engines usr/share/doc usr/ssl/certs \
--
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat, Inc.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]