I've been racking my brain (and the internet) for way too long on this issue, and I could really use some help. I've tried just about everything I can think of to get this issue resolved, and I've run out of ideas on what to do.
I am trying to install Open Office 3.2.0 on a Red Hat server that doesn't have a GUI, but I'm having relentless dependency issues. My currently installation (I've tried with 3.2.1 first, but the only headless RPM I could find was for 3.2.0)
The files that I am using for my installation are the following: - OOo_3.2.0_Linux_x86-64_install-rpm-wJRE_en-US.tar.gz (182MB) from OpenOffice.org's download site: files/stable/3.2.0/ - openoffice.org-headless-3.2.0-12.33.fc13.x86_64.rpm from http://www.rpmfind.net/linux/rpm2html/search.php?query=openoffice.org-headless
From here, I unzip the tar to get the folder: OOO320_m12_native_packed-1_en-US.9483/RPMS. If I try "rpm -i *.rpm" at this point, I get dependency issues because of the gnome-integration and kde-integration files, so I mv them to another folder.
When I run the rpm -i command again, everything runs as expected.
Now I move to the location of the headless rpm I mentioned above, and attempt to get that file. When that runs, I get the following output:
warning: desktop-integration/openoffice.org-headless-3.2.0-12.33.fc13.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID e8e40fde
error: Failed dependencies:
libbasegfxlx.so()(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libi18npaperlx.so()(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libstdc++.so.6(GLIBCXX_3.4.11)(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libstdc++.so.6(GLIBCXX_3.4.9)(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libtllx.so()(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libuno_sal.so.3()(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libuno_sal.so.3(UDK_3.1)(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libuno_sal.so.3(UDK_3_0_0)(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libvcllx.so()(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
libvos3gcc3.so()(64bit) is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
openoffice.org-core = 1:3.2.0-12.33.fc13 is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
openoffice.org-ure = 1:3.2.0-12.33.fc13 is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
rpmlib(FileDigests) <= 4.6.0-1 is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by openoffice.org-headless-3.2.0-12.33.fc13.x86_64
Unfortunately, using YUM is out of the question, as openoffice is not being listed in its repository.
Personally, I'm very green at using Redhat, though I do have a couple months of using Linux under my belt.