Comment # 1 on bug 1228415 from Michael Andres
Symbol: YAML::detail::...
=========================
The bug in libYAML is discussed in bug#1178332 and bug.1200624. Resolution is
described in:
> https://www.suse.com/support/kb/doc/?id=000020725

Basically one needs to manually install the fixed libyaml-cpp0_6-0.6.3
> sudo rpm -Uhv https://download.opensuse.org/update/leap/15.4/sle/x86_64/libyaml-cpp0_6-0.6.3-150400.4.3.1.x86_64.rpm


Symbol google::protobuf:...
===========================
The preferred solution would be to update to libzypp-17.35.0 - which no longer
requires protobuf - as soon as this version is available in the update repos.
If that's not possible, one needs to manually install the fixed/missing
libprotobuf-lite package. See also:
> https://bugzilla.suse.com/show_bug.cgi?id=1227202#c5

Manually install the fixed package using the PACKAGEURL matchig your system:
> sudo rpm -Uhv PACKAGEURL

with PACKAGEURL for 15.3, 15.4 or 15.5:
> http://download.opensuse.org/update/leap/15.3/sle/x86_64/libprotobuf-lite20-3.9.2-4.12.1.x86_64.rpm
> http://download.opensuse.org/update/leap/15.4/sle/x86_64/libprotobuf-lite20-3.9.2-150200.4.21.1.x86_64.rpm
> http://download.opensuse.org/update/leap/15.5/sle/x86_64/libprotobuf-lite25_1_0-25.1-150500.12.2.2.x86_64.rpm


You are receiving this mail because: