Bug report #12708
After a successful installation on archlinux - QGIS can't find libqwt.so.6
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Build/Install | ||
Affected QGIS version: | 2.8.1 | Regression?: | No |
Operating System: | Arch Linux | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | invalid |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20814 |
Description
Hi,
After a successful installation on archlinux - QGIS can't find libqwt.so.6
qgis: error while loading shared libraries: libqwt.so.6: cannot open shared object file: No such file or directory
on Arch, despite passing
-DQWT_LIBRARY=/usr/lib/qwt/libqwt.so
(https://aur.archlinux.org/packages/qg/qgis/PKGBUILD)
It’s still searching for libqwt.so.6 somewhere else.
I managed to solve it manually thank to this post:
http://elza.me/blog/2015-04-15-QGIS.html
(
# ln -s /usr/lib/qwt/libqwt.so.6.1.2 /usr/lib/libqwt.so.6)
History
#1 Updated by Jürgen Fischer over 9 years ago
- Resolution set to invalid
- Status changed from Open to Closed
set LD_LIBRARY_PATH to /usr/lib/qwt or add it to /etc/ld.config and run ldconfig.