[ncl-install] Fwd: libssl.so.0.9.8 don't locate

Mary Haley haley at ucar.edu
Mon Feb 2 11:10:04 MST 2015


I suggest downloading the non-opendap version of the NCL binary, if you
don't need opendap capabilities.

Otherwise, you will need to install the  libssl.so.0.9.8 version of the
library, using a linux package manager, and probably set LD_LIBRARY_PATH to
point to this library.  You should be able to install this library in a
location that doesn't overwrite your libssl.so.1.0.0 file.

If you google this part of the error: "error while loading shared
libraries: libssl.so.0.9.8" you will get quite a few hits, and one of them
should be able to help you figure out how to install this library.  Here's
one link I found:

http://askubuntu.com/questions/77256/i-want-to-install-libssl-0-9-8

You can try creating a softlink to libssl.1.0.0, but I highly recommend
against this, as the two may not be compatible:

ln -s */lib/x86_64-linux-gnu/libssl.so.1.0.0   *
*/lib/x86_64-linux-gnu/libssl.so.0.9.8*

*--Mary*


On Mon, Feb 2, 2015 at 8:58 AM, Abdoulaye SY <sy.abdoulaye3 at ugb.edu.sn>
wrote:

>
> ---------- Forwarded message ----------
> From: Abdoulaye SY <sy.abdoulaye3 at ugb.edu.sn>
> Date: 2015-02-02 15:13 GMT+00:00
> Subject: libssl.so.0.9.8 don't locate
> To: Mary Haley <haley at ucar.edu>
>
>
> Hello,
>
> I have install *ncl_ncarg-6.2.0.Linux_Debian6.0_x86_64_gcc445*
> I have set the PATH environnement variable
>
> When i enter ncl command i have the following text error :
>
> ncl: error while loading shared libraries: libssl.so.0.9.8: cannot open
> shared object file: No such file or directory
>
> With documentation on
> http://www.ncl.ucar.edu/Download/linux.shtml#SharedLibraries
>
> i don't see libssl.so.0.9.8 when i try to locate it. But i see on my *system
> /lib/x86_64-linux-gnu/libssl.so.1.0.0*
>
>
> what should I do?
>
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/20150202/ce36baee/attachment.html 


More information about the ncl-install mailing list