ceesvn
March 26, 2025, 1:37pm
1
After the update this morning my gdal programs are broken:
> ogrinfo --help
ogrinfo: symbol lookup error: /lib64/libgdal.so.36: undefined symbol: _ZN6kealib10KEAImageIO14createKEAImageERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_11KEADataTypeEjjjPSt6vectorIS6_SaIS6_EEPNS_19KEAImageSpatialInfoEjjiyydyyj
The missing symbols suggest a libkea problem?
Installed:
Version: 1.5.0-2.8
Build Time: vr 17 mrt 2023 11:12:44 CET
Kind regards,
Cees
hui
March 26, 2025, 1:49pm
2
marel
March 28, 2025, 7:53pm
3
Should be solved after running zypper dup:
$ > ogrinfo --help
Usage: ogrinfo [--help] [--long-usage] [--help-general]
....
$ cat /etc/os-release
NAME="openSUSE Tumbleweed"
# VERSION="20250325"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20250325"
PRETTY_NAME="openSUSE Tumbleweed"
ceesvn
March 29, 2025, 10:55am
4
Yes, it is.
I noticed the gdal update yesterday and it’s working again
The advantage of Tumbleweed is is that when things break down, it’s repaired rather quickly