Re: Installation problem on Fedora 15

From: louis Vonder <appopson_at_nyahnyahspammersnyahnyah>
Date: Thu Jul 28 2011 - 03:23:10 MDT

Hi Christian,
You can the result  ls -l /usr/lib64/libssl*

/usr/lib64/libssl.a 
/usr/lib64/libssl.so -> libssl.so.1.0.0d
/usr/lib64/libssl.so.1.0.0d
/usr/lib64/libssl.so.10 -> libssl.so.1.0.0d
/usr/lib64/libssl3.so

Unfortunately, when I enter

ln -s /usr/lib/64/libssl.so /usr/lib/64/libssl.so.6
 
I get this:
ln: failed to create symbolic link `/usr/lib/64/libssl.so.6': No such file or directory

regards

--- En date de : Jeu 28.7.11, Christian Pagé <page.christian@gmail.com> a écrit :

De: Christian Pagé <page.christian@gmail.com>
Objet: Re: [ncl-talk] Installation problem on Fedora 15
À: "louis Vonder" <appopson@yahoo.fr>
Cc: "ncl forum" <ncl-talk@ucar.edu>
Date: Jeudi 28 juillet 2011, 10h46

Maybe it is the wrong version of libssl.so.
Verify the available libssl (for 64-bit): ls -l /usr/lib64/libssl*
Sometimes a dirty fix can work, such as: ln -s /usr/lib/64/libssl.so /usr/lib/64/libssl.so.6
but this can break if the libssl API has changed between the version you have installed and the version used when NCL was compiled...

Christian

On Thu, Jul 28, 2011 at 10:42, louis Vonder <appopson@yahoo.fr> wrote:

Despite installation of openssl, the error remain the same.
regards

louis

De: Christian Pagé <page.christian@gmail.com>
Objet: Re: [ncl-talk] Installation problem on Fedora 15

Cc: "ncl forum" <ncl-talk@ucar.edu>

Dear Louis,

Try to install the package openssl which should provide the needed shared library.
If you are using yum it could be something like: yum install openssl

Regards

Christian Pagé

On Thu, Jul 28, 2011 at 09:24, louis Vonder <appopson@yahoo.fr> wrote:

What can I do resolve this problem.
I download this ncl ncl_ncarg-6.0.0.Linux_RedHat_x86_64_gcc412.tar.gz

But, I am wondering, when I trying to use it, this error appear:

ncl: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory

Here some informations of my system

uname -a
Linux hpz800 2.6.38.8-35.fc15.x86_64 #1 SMP Wed Jul 6 13:58:54 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

gcc --version

Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Thanks for your help

_______________________________________________

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jul 28 03:23:17 2011

This archive was generated by hypermail 2.1.8 : Fri Jul 29 2011 - 08:44:18 MDT