> LD_LIBRARY_PATH works under AIX 3.0.4.  On HPUX 11+, LD_LIBRARY_PATH
> also works because they moved to an ELF based system from their own
> object file format.  And, of course, under Solaris and Linux (which are
> both ELF based systems) LD_LIBRARY_PATH works.

Ah, so LD_LIBRARY_PATH is a ELF thing, not a POSIX thing.  Thanks!

Mike