Re: Problem with libssl

From: Ivan Lima <ivan_at_nyahnyahspammersnyahnyah>
Date: Wed May 02 2012 - 09:02:49 MDT

I upgraded libssl on the machine where PyNGL works and it still works
fine after the upgrade. So now both machines have the same version of
libssl but PyNIO works on one but not on the other. I get the same
error:

>>> import Nio
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/PyNIO/Nio.py", line 63,
in <module>
    from nio import *
ImportError: libssl.so.0.9.8: cannot open shared object file: No such
file or directory

I've also tried different versions of PyNIO on the problem machine but
nothing changed. In the machine in which PyNGL works I have PyNGL
1.4.0.

Any ideas or suggestions are greatly appreciated.

--
Ivan Lima
Woods Hole Oceanographic Institution, MC&G MS #25
360 Woods Hole Road, Woods Hole, MA 02543-1543 USA
On Mon, Apr 30, 2012 at 7:00 PM, Ivan Lima <ivan@whoi.edu> wrote:
> Hi all,
>
> After an update/upgrade of libssl I'm having problems with PyNIO.
>
>>> import Nio
> ---> 63 from nio import *
>     64 from nio import _C_API
> ImportError: libssl.so.0.9.8: cannot open shared object file: No such
> file or directory
>
> I find this a bit confusing. My machine at work has libssl 1.0.1a-3
> and PyNIO works fine. But my personal laptop has libssl 1.0.1b-1 and
> that's where I'm having problems. Besides the different versions of
> libssl the two machines run the same exact OS (Debian testing 64bit).
> The machine at work does not have the file libssl.so.0.9.8 but PyNIO
> works fine.
>
> Anyone else having the same problem? Any workarounds besides downgrading libssl?
>
> Thanks,
> --
> Ivan Lima
> Woods Hole Oceanographic Institution, MC&G MS #25
> 360 Woods Hole Road, Woods Hole, MA 02543-1543 USA
_______________________________________________
pyngl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/pyngl-talk
Received on Wed May 2 09:02:59 2012

This archive was generated by hypermail 2.1.8 : Thu May 03 2012 - 09:19:05 MDT