Bug report #13417
missing libqgis_app.so
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | - | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | trusty | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21466 |
Description
Hi,
Just after nightly upgrade QGIS cannot start any more with message:
/usr/bin/qgis.bin: error while loading shared libraries: libqgis_app.so: cannot open shared object file: No such file or directory
I am using http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable
I am lost. Where this lib belongs to? I can't figure out which DEB file should have it.
Please at least give me a clue where this should be.
There is no file libqgis_app* on my Linux box.
Did work before.
Make Linux version not working at all.
Packaging problem?
Thank you
Mikhail
Related issues
Associated revisions
include libqgis_app in install (fixes #13417)
History
#1 Updated by Mikhail Tchernychev over 9 years ago
Update:
Updated home PC (unfortunately). The same issue.
here ldd command before update:
misha@misha-amd:~$ ldd -v /usr/bin/qgis.bin | grep libqgis
libqgis_core.so.2.11.0 => /usr/lib/libqgis_core.so.2.11.0 (0xb421b000)
libqgis_gui.so.2.11.0 => /usr/lib/libqgis_gui.so.2.11.0 (0xb3c62000)
libqgis_analysis.so.2.11.0 => /usr/lib/libqgis_analysis.so.2.11.0 (0xb3bc5000)
/usr/lib/libqgis_core.so.2.11.0:
/usr/lib/libqgis_gui.so.2.11.0:
/usr/lib/libqgis_analysis.so.2.11.0:
As it can be seen there is lo link to libqgis_app.so Simply no this lib.
Here is after update:
misha@misha-amd:~$ ldd -v /usr/bin/qgis.bin | grep not
libqgis_app.so => not found
misha@misha-amd:~$ ldd -v /usr/bin/qgis.bin | grep app
libqgis_app.so => not found
libgstapp-1.0.so.0 => /usr/lib/i386-linux-gnu/libgstapp-1.0.so.0 (0xb1a24000)
/usr/lib/i386-linux-gnu/libgstapp-1.0.so.0:
You can see
libqgis_app.so => not found
Seem last mentioning of libqgis_app is 3 years ago...
Thank you
Mikhail
#2 Updated by Klas Karlsson over 9 years ago
Same problem on Ubuntu (and flavours).
Using qgis.org/debian-nightly
/usr/bin/qgis.bin: error while loading shared libraries: libqgis_app.so: cannot open shared object file: No such file or directory
#3 Updated by Salvatore Larosa over 9 years ago
- Status changed from Open to Feedback
Try to update links by running a ldconfig
and please close this if that helps.
#4 Updated by Mikhail Tchernychev over 9 years ago
No, it did not work.
There is no file libqgis_app.so on my system, how ldconfig could help?
There was no link to it in the previous QGIS version.
I run
sudo ldconfig
sudo /sbin/ldconfig -v
sudo /sbin/ldconfig -n /lib
It did not help.
Mikhail
#5 Updated by Jürgen Fischer over 9 years ago
- Status changed from Feedback to Closed
Fixed in changeset 48d16ed380495eaabb640dfeb95d5cf2819cf1c0.