
26 Mar
2016
26 Mar
'16
2:35 p.m.
On Sat, 26 Mar 2016 19:15:07 +0100
Fabien R
Any hint ?
You're missing the .so file:
<command line>: can't load .so/.DLL for: /home/fabien/.cabal/lib/hsqml-0.3.4.0/ghc-7.4.1/libcbits-hsqml-0.3.4.0.so (libQt5Widgets.so.5: cannot open shared object file: No such file or directory) Loading package hsqml-0.3.4.0 ...
On debian-based distributions you may use apt-file to find which package(s) contain files, e.g. (on jessie): % apt-file find libQt5Widgets.so libqt5widgets5: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5 ... qtbase5-dev: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so These paths ought to be searched by default, so I suggest you're just missing the package. Best, Max