ericmandel / pyds9

Python connection to SAOimage DS9 via XPA
76 stars 41 forks source link

./ds9: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory #79

Closed m-thirumal closed 4 years ago

m-thirumal commented 4 years ago

Not able to run the file in ubuntu 19.04

./ds9: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

ericmandel commented 4 years ago

It look like this is happening on d9 startup. Are you able to start ds9 manually at the command line? Is libssl installed on your system?

If libssl is installed, you might want to look at pages like this: https://github.com/openssl/openssl/issues/3993 to see if there is a conflict in your environment.

wjoye commented 4 years ago

Please use DS9 version 8.1b2: http://ds9.si.edu/site/Beta.html

This version no longer requires external ssl libs.