lostson wrote:
Hello
I am trying to install some things and am getting some missing dependencies
errors like this
Missing Dependency: libpisock.so.9 is needed by package gnome-pilot
Missing Dependency: gnome-vfs2 = 2.14.0 is needed by package gnome-vfs2-smb
Missing Dependency: libpisock.so.9 is needed by package gnome-pilot-conduits
If i try to install them manually as well still no luck any ideas, thanks.
Your not loading the devel versions of the RPM packages. When you
get the next batch use this:
# yum install xyz-devel
and it will load the RPM that is needed as well as the exicutable.
Karl