I am running Fedora 15 x86_64 and have the Oracle 11 client installed, and have an /etc/ld.so.conf.d/oracle.conf file configured so I can automatically pick-up the client shared object file. However Oracle also comes with other shared objects that I don't want to override the system libraries (libexpat in this case).
As there is no definition for /usr/lib64 in the ld.so.conf files, how do I make it the first directory that ld.so searches for shared objects?