[Techtalk] OT: Getting Mozilla to run on HP-UX 11.00 (11.11)
Kathryn Hogg
kjh at flyballdogs.com
Mon Jan 13 16:21:58 EST 2003
> md5sum not found.
> /usr/lib/dld.sl: Can't find path for shared library: libintl.sl
> /usr/lib/dld.sl: No such file or directory
> ./run-mozilla.sh[36]: 5138 Abort(coredump)
>
> Any HP + Mozilla gurus out there? A web search turned up nothing.
Not a mozilla compiling guru but I've been developing on HPUX since 1988
or so.
I'd start by doing a "chatr" on the binary thar run-mozilla.sh is
executing. This will tell you (amongst other things) the shared library
dynamic search path and for each shared library needed, where it will get
resolved from.
If shlib search path is disabled, you can turn it on by doing
chat +s <file>
and then add the directory to SHLIB_PATH. For example, I have
SHLIB_PATH=~/lib
If your libraries are in the correct place at link time, you can have it
use those by doing:
chatr +b enable <file>
--
Kathryn
More information about the Techtalk
mailing list