Re: [ANNOUNCE] Pan release 0.149
Detlef Graef <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.user |
|---|---|
| Message-ID | <[email protected]> |
Am 29.12.21 um 13:44 schrieb Maurice via Pan-users: > On Tue, 28 Dec 2021 16:42:28 +0100, Dominique Dumont wrote: > >> May be there: >> >> https://src.fedoraproject.org/rpms/pan > > > Ah, yes - found that, but install failed due to "unsatisfied libc.so.6 > (GLIB6-2.33) (64bit)" > > Checked in my Mageia install and see: libc.so.6 in usr/lib and usr/ > lib64. > > Maybe the info "(BLIBC -2.33" is a useful clue? > > How does one work round that hiccup?! Check if glib2 ist installed, example from Fedora: "rpm -qa | grep -i glib2" glib2-2.70.1-1.fc35.x86_64 glib2-devel-2.70.1-1.fc35.x86_64 "rpm -qi glib2-2.70.1-1.fc35.x86_64" Name : glib2 Version : 2.70.1 Release : 1.fc35 Architecture: x86_64 Install Date: Mo 06 Dez 2021 12:04:41 CET Group : Unspecified Size : 13474770 License : LGPLv2+ Signature : RSA/SHA256, Di 02 Nov 2021 20:43:11 CET, Key ID db4639719867c58f Source RPM : glib2-2.70.1-1.fc35.src.rpm Build Date : Do 28 Okt 2021 15:18:26 CEST Build Host : buildvm-x86-07.iad2.fedoraproject.org Packager : Fedora Project Vendor : Fedora Project URL : https://www.gtk.org Bug URL : https://bugz.fedoraproject.org/glib2 Summary : A library of handy utility functions Description : GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system. You can try to install Pan ignoring dependencies (rpm --nodeps -i ...). Maybe it works because the dependencies in the RPM package from Fedora doesn't match the names of the libs from Mageia. If it still doesn't work, you can try the command "ldd /usr/bin/pan" to check wich library is missing. Detlef