This is already fixed, it was due to the file being installed via cp in the Makefile 
without preservation.  Creating symlinks instead of installing it properly is a kludge.

-miah

On Thu, Mar 29, 2001 at 06:35:49PM +0100, Tim Small wrote:
> Hi,
> 
> Here's a patch to the spec file from beta2, this fixes a build-time 
> problem on my Redhat 6.2 (+updates) systems (and probably other versions 
> as well) which results in /usr/lib/libssl.so, and /usr/lib/libssl.so.x 
> being copies of /usr/lib/libssl.so.x.y.z instead of symbolic links.  The 
> patch also makes the file suitable for the final 0.9.6a release.
> 
> Cheers,
> 
> Tim.
> 
> +       ln -fs libcrypto.so.%{libmaj}.%{libmin}.%{librel} 
> libcrypto.so.%{libmaj}
> +       ln -fs libcrypto.so.%{libmaj}.%{libmin}.%{librel} libcrypto.so
> +       ln -fs libssl.so.%{libmaj}.%{libmin}.%{librel} libssl.so.%{libmaj}
> +       ln -fs libssl.so.%{libmaj}.%{libmin}.%{librel} libssl.so
> )
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to