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.
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
On Mon, 2006-05-01 at 11:40 -0600, Karl F. Larsen wrote:
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 youget the next batch use this:
# yum install xyz-develand it will load the RPM that is needed as well as the exicutable.
Karl
Yeah I got that figured out, couldn't remember how, thanks!