On Mon, 23 May 2005 15:10:50 -0500, Jon 780 wrote: > --> 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 That test is useless. Whether any package in the RPM database _after_ the new packages have been installed still provides "libjawt.so.6" would be the important part. > 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? The answer is "no" to both questions.