--> Running transaction check --> Processing Dependency: libjawt.so.6 for package: openoffice.org-core --> Finished Dependency Resolution Error: Missing Dependency: libjawt.so.6 is needed by package openoffice.org-core [root@nb01 ~]# slocate libjawt /usr/lib64/libjawt.so.6.0.0 /usr/lib64/libjawt.so.6 /usr/lib/gcc/x86_64-redhat-linux/4.0.0/32/libjawt.so /usr/lib/gcc/x86_64-redhat-linux/4.0.0/libjawt.so /usr/lib/libjawt.so.6.0.0 /usr/lib/libjawt.so.6 /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/lib/x86_64/libjawt.so Ok, so after further investigation: [root@nb01 ~]# cat /etc/ld.so.conf include ld.so.conf.d/*.conf [root@nb01 ~]# ls -l /etc/ld.so.conf.d/ total 32 -rw-r--r-- 1 root root 20 Apr 28 09:14 qt-i386.conf -rw-r--r-- 1 root root 22 Apr 28 15:12 qt-x86_64.conf -rw-r--r-- 1 root root 15 Apr 30 13:27 xorg-x11-i386.conf -rw-r--r-- 1 root root 17 Apr 30 13:22 xorg-x11-x86_64.conf Shouldn't I have /usr/lib and /usr/lib64 in my ld.so.conf? Possibly why it can't find the libraries?