Runing RNAseqViewer in Linux Ubuntu with error message for shared libraries.

0 votes
asked by about RNAseqViewer
edited by

1 Answer

0 votes
No avatar answered by (236k points)

sudo apt-get install libssl1.0.0:amd64  

sudo apt-get install zlib1g

sudo apt-get install zlib1g:i386

commented by (100 points)
I have followed the above answers and installed the new version of libssl1.0.0, the error message still exists.
#sudo apt-get install libssl1.0.0:amd64
Reading package lists... Done
Building dependency tree      
Reading state information... Done
libssl1.0.0 is already the newest version (1.0.2g-1ubuntu4.8).
#sudo apt-get install zlib1g:i386
Reading package lists... Done
Building dependency tree      
Reading state information... Done
zlib1g:i386 is already the newest version (1:1.2.8.dfsg-2ubuntu4.1).
#./RNAseqViewer
./RNAseqViewer: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
commented by (3.1k points)
Use this to link the file, because for some reason the software doesn't detect it:

    sudo apt-get install libssl1.0.0 libssl-dev

then the next commands:
    cd /lib/x86_64-linux-gnu
    sudo ln -s libssl.so.1.0.0 libssl.so.10
commented by (100 points)
I am really frustrated for the libssl.so.1.0.0. Following the above solutions. I got the following error.

./RNAseqViewer: error while loading shared libraries: libssl.so.1.0.0: wrong ELF class: ELFCLASS64

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...