Yes, I have modified my .bashrc file as follows:
# setup library paths for WebLogic
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/bea/weblogic81/server/lib/linux/i686:/opt/bea/weblogic81/server/lib/linux/i686/oci920_8
but I still have the same problem.
Maybe I should switch to Gentoo 😉
Here is the output from the WebLogic console on startup:
<Jun 22, 2004 8:01:05 AM EDT> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that libmuxer library is in :’/usr/lib/SunJava2-1.4.2_03/bin:/opt/bea/weblogic81/bin:/opt/bea/weblogic81/server/bin:/opt/bea/weblogic81/server/lib/linux/i686;/opt/bea/weblogic81/server/lib/linux/i686/oci920_8′
>
The paths that I have specified are being searched, apparently. However, one anomaly is that there is a semicolon between the two path elements that I specified instead of a colon. Just to test, I removed the second path (the one that specifies the Oracle libraries), and that fixed the problem. So it looks like there is a bug in that search paths a separated with a ; instead of a colon on *nix systems. I’ll submit it as a bug.
Thanks,
-ronc