[openssl.org #273] 'install' overwrites shared libs w/o first unlinking

2002-09-07 Thread Hank Leininger via RT
Greets, Forgive me if this has been previously discussed; I could not find mention of it on -users or -dev. Between 0.9.6c and 0.9.6d (and all versions since including 0.9.6g), the make install target for shared libraries was changed from (0.9.6c Makefile.org starting line 598): tmp="$(SHARE

[openssl.org #273] 'install' overwrites shared libs w/o first unlinking

2002-10-04 Thread Richard Levitte via RT
I just commited a fix. Please try the next snapshot. This ticket is now resolved. [[EMAIL PROTECTED] - Sat Sep 7 12:51:29 2002]: > Is there a reason that -f was removed, and/or not to add > rm -f $(INSTALL_PREFIX)$(INSTALLTOP)/lib/$$i; \ > to the above before the library is cp'ed into