Opened 11 years ago
Closed 10 years ago
#1256 closed defect (fixed)
python liblas error
Reported by: | garret12 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive8.0 |
Component: | OSGeoLive | Keywords: | liblas |
Cc: |
Description
From fresh install of OSGeoLive 7.0, I get this error when trying to import liblas in python
from liblas import file
Traceback (most recent call last):
File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/liblas/init.py", line 2, in <module>
from core import get_version
File "/usr/lib/python2.7/dist-packages/liblas/core.py", line 157, in <module>
las = ctypes.CDLL(lib_name)
File "/usr/lib/python2.7/ctypes/init.py", line 365, in init
self._handle = _dlopen(self._name, mode)
Change History (6)
comment:1 by , 11 years ago
Milestone: | OSGeoLive7.0 → OSGeoLive7.9 |
---|
comment:2 by , 11 years ago
Component: | OSGeo4W → LiveDVD |
---|---|
Milestone: | OSGeoLive7.9 → OSGeoLive8.0 |
Owner: | changed from | to
comment:3 by , 11 years ago
Milestone: | OSGeoLive8.0 → OSGeoLive7.9 |
---|
the error is:
OSError: liblas_c.so: cannot open shared object file: No such file or directory
/usr/lib/liblas_c.so.2.2.0 exists, it's easy to just add the missing symlink. hopefully worked-around in r11304.
The actual symlink is provided by the liblas-c-dev .deb package, but we don't install that. (it wants to bring in another 33mb (compressed) of other packages)
Hamish
comment:4 by , 11 years ago
The incorrect SONAME was fixed in the Debian package recent. I sent the below to the list yesterday:
The libLAS package in Debian unstable was fixed with the upload of liblas 1.7.0+dfsg-3. The SONAME fix is in git at:
I suggest you rebuild the binary package using the latest source from the Debian GIS git repository, if this is not too invasive in the release process.
Uploading the recent changes to Debian unstable will result in FTBFS until #739807 affecting the boost package is fixed. I'm waiting for boost to get fixed before preparing a new build for Debian.
https://bugs.debian.org/739807
Fixed libLAS packages will at least be available for OSGeoLive8.0
comment:5 by , 11 years ago
Milestone: | OSGeoLive7.9 → OSGeoLive8.0 |
---|
workaround confirmed for nightly [11315], moving to 8.0
no time to fix for 7.9