Results 1 to 2 of 2
I have installed Redhat 5.5 and when I try to install Openoffice v 3.3, I get dependencies error. I successfully run "tar -xzvf" command. But when I run next command ...
- 06-08-2011 #1Just Joined!
- Join Date
- Jun 2011
- Location
- India
- Posts
- 1
Failed Dependecies while installing Openoffice version 3.3
I have installed Redhat 5.5 and when I try to install Openoffice v 3.3, I get dependencies error. I successfully run "tar -xzvf" command. But when I run next command I get this error.
# rpm -Uivh *.rpm
error: Failed dependencies:
libfreetype.so.6()(64bit) is needed by ooobasis3.3-core04-3.3.0-9567.x86_64
libgnomevfs-2.so.0()(64bit) is needed by ooobasis3.3-gnome-integration-3.3.0-9567.x86_64
libgconf-2.so.4()(64bit) is needed by ooobasis3.3-gnome-integration-3.3.0-9567.x86_64
#
Can anyone help me to solve this issue and install Openoffice in my linux machine.
- 06-08-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Your system is missing some library dependencies:
libfreetype.so.6 -> freetype
libgnomevfs-2.so.0 -> gnome-vfs2
libgconf-2.so.4 -> GConf2
And once you satisfy those, you'll probably turn up more...
These packages should be found on your original installation media. If you don't have that, you could use a valid Red Hat Login to access the files hosted on the RHN. If you don't have *that*, well, you could use the packages from CentOS or Scientific Linux, as they are binary compatible...


Reply With Quote