Hi everybody !
I'm experiencing the following problem with the two aMule versions I tried : aMule 1.2.6 and aMule 2.0.0rc3. I'm using Aurox 9.3, a french translation of Red Hat 9 (everithing works the same).
I install wxGTK, wxBase an aMule packages ; evrything goes fine. But when I run aMule, iget the following message :
[root@localhost stach]# amule
amule: error while loading shared libraries: libcom_err.so.3: cannot open shared object file: No such file or directory
It's the same problem than in
this thread.
So i get and install krb5-libs-1.2.7-14.1, which contains this library (well... i suppose that's a library). But bad chance, there is already a newer version af this package installed with my distrib :
[root@localhost Rpms]# rpm -ivh krb5-libs-1.2.7-14.1.athlon.rpm
attention: krb5-libs-1.2.7-14.1.athlon.rpm: signature V3 DSA: NOKEY, key ID ac64a5d1
Préparation... ########################################### [100%]
le paquetage krb5-libs-1.3.1-6 (plus récent que krb5-libs-1.2.7-14.1) est déjà installé
I force it...
[root@localhost Rpms]# rpm -ivh --force krb5-libs-1.2.7-14.1.athlon.rpm
attention: krb5-libs-1.2.7-14.1.athlon.rpm: signature V3 DSA: NOKEY, key ID ac64a5d1
Préparation... ########################################### [100%]
1:krb5-libs ########################################### [100%]
...and then run aMule. YES ! It works.
But (problem) the 2 versions of the package are in conflict for some Red Hat GUIs. In example, if i try to run printconf-gui :
[root@localhost Rpms]# printconf-gui
Traceback (most recent call last):
File "/usr/sbin/printconf-gui", line 7, in ?
import queueTree
File "/usr/share/printconf/util/queueTree.py", line 69, in ?
import gnome.ui
ImportError: /lib/libssl.so.4: undefined symbol: krb5_cc_get_principal
I tried to keep only this libcom_err.so.3 file, but it doesn't work (everything goes as if it wasn't here - same problme than in the beginning).
Well, it's probably sooo simple, but I can't get the solution because i'm a real beginner under Linux... So if you had some ideas/help/suggestions etc., don't hesitate

Sorry for my weird english,
Thanks !