[Solved] Dependencies not found (although present)

Issues related to applications and software problems
Post Reply
alaindominique
Posts: 8
Joined: 2014/04/06 19:27:10

[Solved] Dependencies not found (although present)

Post by alaindominique » 2017/08/10 07:43:49

Hello,

I am installing a new software via rpm and I receive error messages saying that libraries are not present on my system :
erreur : Dépendances requises:
libstdc++.so.6 est nécessaire ...
libgtk-x11-2.0.so.0 est nécessaire ...
libXtst.so.6 est nécessaire ...
libcanberra-gtk-module.so est nécessaire ...
libcanberra-gtk.so.0 est nécessaire ...
libgnome-2.so.0 est nécessaire ...
libmoniker_extra_2.so est nécessaire ...
libpk-gtk-module.so est nécessaire ...
libjavascriptcoregtk-3.0.so.0 est nécessaire ...
libwebkitgtk-3.0.so.0 est nécessaire ...

but they are all in /usr/lib64 except for
libcanberra-gtk-module.so
libmoniker_extra_2.so
libpk-gtk-module.so
[root@r610 ~]# ll /usr/lib64/libstdc++.so.6
lrwxrwxrwx. 1 root root 19 5 juil. 15:23 /usr/lib64/libstdc++.so.6 -> libstdc++.so.6.0.19

[root@r610 ~]# ll /usr/lib64/libgtk-x11-2.0.so.0
lrwxrwxrwx. 1 root root 27 5 juil. 15:30 /usr/lib64/libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.2400.28

[root@r610 ~]# ll /usr/lib64/libXtst.so.6 /usr/lib64/libcanberra-gtk-module.so /usr/lib64/libcanberra-gtk.so.0 /usr/lib64/libgnome-2.so.0 /usr/lib64/libmoniker_extra_2.so /usr/lib64/libpk-gtk-module.so /usr/lib64/libjavascriptcoregtk-3.0.so.0
ls: impossible d'accéder à /usr/lib64/libcanberra-gtk-module.so: Aucun fichier ou dossier de ce type
ls: impossible d'accéder à /usr/lib64/libmoniker_extra_2.so: Aucun fichier ou dossier de ce type
ls: impossible d'accéder à /usr/lib64/libpk-gtk-module.so: Aucun fichier ou dossier de ce type
lrwxrwxrwx. 1 root root 24 5 juil. 15:33 /usr/lib64/libcanberra-gtk.so.0 -> libcanberra-gtk.so.0.1.9
lrwxrwxrwx. 1 root root 22 10 août 08:57 /usr/lib64/libgnome-2.so.0 -> libgnome-2.so.0.3200.1
lrwxrwxrwx. 1 root root 35 5 juil. 15:32 /usr/lib64/libjavascriptcoregtk-3.0.so.0 -> libjavascriptcoregtk-3.0.so.0.16.17
lrwxrwxrwx. 1 root root 16 5 juil. 15:30 /usr/lib64/libXtst.so.6 -> libXtst.so.6.1.0

[root@r610 ~]# ll /usr/lib64/libwebkitgtk-3.0.so.0
lrwxrwxrwx. 1 root root 27 5 juil. 15:32 /usr/lib64/libwebkitgtk-3.0.so.0 -> libwebkitgtk-3.0.so.0.22.15
Why are the present library not seen ? The others, I'll have to install them.

I thank you.

Regards,

Alain
Last edited by alaindominique on 2017/08/10 07:56:14, edited 1 time in total.

alaindominique
Posts: 8
Joined: 2014/04/06 19:27:10

[Solved] Re: Dependencies not found (although present)

Post by alaindominique » 2017/08/10 07:52:30

Sorry, solved.

Instead of using

Code: Select all

rpm -i mypackage
I used

Code: Select all

yum install mypackage.rpm
and yum checked the dependencies.

regards

Alain

Post Reply