1830045 Members
8453 Online
109998 Solutions
New Discussion

Mozilla Version 1.7.3.02

 
SupraTeam
Advisor

Mozilla Version 1.7.3.02

Hello,
I have a probleme on hp-ux 11.11, when i install mozilla + gnome in a workstation it`s OK..
But when I depose mozilla and gnome on a space nfs shares with check rights there is an error in the launch.

/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]: 6599 Abort(coredump)

Would you have an idea?

Thank you
2 REPLIES 2
harry d brown jr
Honored Contributor

Re: Mozilla Version 1.7.3.02

Won't work unless you rebuild mozilla with static libraries.

live free or die
harry d brown jr
Live Free or Die
C. Beerse_1
Regular Advisor

Re: Mozilla Version 1.7.3.02

you should find the problematic binaries and see how they work with libraries. The command `chatr` is your frend here. See `man chatr` for details.

You can choose to setup a library-path (${SHLIB_PATH} on HP-UX) just like the ${PATH} for executables. Enable this in your binariy with `chatr +s enable binary`

Or rework the build-in list of libraries to the location where your libraries are.
make everything as simple as possible, not simpler (A.Einstein??)