MWSchmid / Rcount

Rcount: simple and flexible RNA-Seq read counting
GNU General Public License v3.0
12 stars 5 forks source link

Error starting the linux binary executable #3

Closed royfrancis closed 8 years ago

royfrancis commented 8 years ago
$ ./Rcount-distribute
./Rcount-distribute: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory
MWSchmid commented 8 years ago

thanks for the report. Looks like it does not search the current directory for the libraries...

You can "fix it" if you install the Qt5 libraries:

sudo apt-get install qt5-default
MWSchmid commented 8 years ago

I checked it briefly - installing the Qt5 libraries system wide is the most simple and stable approach. I modified the user guide and removed the shared libraries from the linux archive. Thanks for your report.