Package, Patch, Pattern, and Product Management
Package, Patch, Pattern, and Product Management
- Developed at zypp:Head
- Sources inherited from project openSUSE:Factory
-
13
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:LoongArch:Factory/libzypp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000209 209 Bytes | |
libzypp-17.37.17.tar.bz2 | 0005810710 5.54 MB | |
libzypp-rpmlintrc | 0000000047 47 Bytes | |
libzypp.changes | 0000461263 450 KB | |
libzypp.spec | 0000014031 13.7 KB |
Comments 2
Hi,
I believe libzypp .spec is missing a Requires on libxml2 because it uses the symbol xmlCtxtSetErrorHandler from it.
After I updated zypper yesterday I encountered the error:
zypper: symbol lookup error: /lib64/libzypp.so.1735: undefined symbol: xmlCtxtSetErrorHandler
This occurred because I still had libxml2 version 2.12.9 installed. Manually upgrading to libxml2 2.13.8 (built from source) resolved the issue.
Please let me know if you want me to report on bugzilla.