> On my SuSE and both the debian boxes the lib is in /usr/local/lib/ and the
> executable is in /usr/local/bin/ .
Check /etc/ld.so.conf to make sure that /usr/local/lib is mentioned; add
it in if not. Then run ldconfig -v after installing the omniORB
libraries. The loader should now find the library for you.
hth
- Tom