Operating System - HP-UX
1832609 Members
2430 Online
110043 Solutions
New Discussion

Mozilla + Acrobat plug-in HELP !!!

 
SOLVED
Go to solution
yaron daniel
Frequent Advisor

Mozilla + Acrobat plug-in HELP !!!

Hi all

I am having mozilla 1.4 installed and also Acrobat-reader 5.08.
This 2 are working alone but when i try to open pdf file from the mozilla
I got the following message and exit

/usr/lib/dld.sl: Unresolved symbol: XmProcessTraversal (code) from /toolsACROBAT/Acrobat-5.08/Browsers/hppahpux/nppdf.sl

What can u do in order to solve this issue ???
Hope to here from u soon.
10x
the truth is out there
13 REPLIES 13
Umapathy S
Honored Contributor

Re: Mozilla + Acrobat plug-in HELP !!!

Hi,
XmProcessTraversal is implemented in library libXm.sl which is found under /usr/lib.

Normally this is included in the SHLIB_PATH or LD_LIBRARY_PATH. Try exporting them before you open mozilla.

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
yaron daniel
Frequent Advisor

Re: Mozilla + Acrobat plug-in HELP !!!

Hi
Still no good
Here is the output of the mozilla:
the truth is out there
Umapathy S
Honored Contributor
Solution

Re: Mozilla + Acrobat plug-in HELP !!!

Yaron,
run ldd on /toolsACROBAT/Acrobat-5.08/Browsers/hppahpux/nppdf.sl.

Try to see if it finds libXm.sl. If its a 32 bit machine, run chatr on that shared lib.

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
yaron daniel
Frequent Advisor

Re: Mozilla + Acrobat plug-in HELP !!!

Hi
My machine is 64bit but it seems that the Acroreader is 32 bit.
Here is the output of the chatr command
What next ???
the truth is out there
Umapathy S
Honored Contributor

Re: Mozilla + Acrobat plug-in HELP !!!

Yaron,

You can run 32 bit apps on 64 bit machines. dld is the dynamic loader which loads shared libraries when only they are needed.

Since your machine is 64 bit, run ldd on that library. ldd lists out the dependencies with the whole path. Check whether libXm.sl is listed in one of those. If ldd is complaining of any missing libraries then you can catch there itself.

Still you find libXm.sl listed as one of those, try to grep for XmProcessTraversal in any of those libraries (nm -A *.sl|grep XmProcessTraversal).

Try also doing chatr +s enable on nppdf.sl before opening mozilla.

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
yaron daniel
Frequent Advisor

Re: Mozilla + Acrobat plug-in HELP !!!

Hi

# ldd nppdf.sl
#
Shows nothing !!!
the truth is out there
Umapathy S
Honored Contributor

Re: Mozilla + Acrobat plug-in HELP !!!

Yaron,
Since its a 32 bit app and the SHLIB_PATH is disabled, I think this will surely work if you set chatr +s enable nppdf.sl.

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
yaron daniel
Frequent Advisor

Re: Mozilla + Acrobat plug-in HELP !!!

I hope i did it right
But here is the output:
(it still does not work...)
the truth is out there
Umapathy S
Honored Contributor

Re: Mozilla + Acrobat plug-in HELP !!!

Yaron,
I think it is a mixture of 32 and 64 bit applications/libraries. ldd works only on 64 bit binaries.

file nppdf.sl

Is moz_run_program a script? The acrobat plugin is not able to find the required library which implements the XmProcessTraversal.

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
yaron daniel
Frequent Advisor

Re: Mozilla + Acrobat plug-in HELP !!!

Hi

# file nppdf.sl
nppdf.sl:PA-RISC1.1 shared library -not stripped

run_mozilla.sh is a default script that came from HP (it is a depot install)
Is there a way to get the plug-in work ???
the truth is out there
Umapathy S
Honored Contributor

Re: Mozilla + Acrobat plug-in HELP !!!

Yaron,
I dont have mozilla installed on my system. Did you go through this
http://www.hp.com/products1/unix/java/mozilla/index.html

As also, open run_mozilla.sh and find out the binary which it is calling finally. If I see from your first reply it is moz_run_program. If its not a script then run.

file moz_run_program.

then try to run chatr on that binary and you see the list of dependencies also. libXm.sl is a must for most of the X related binaries.

By the way, it says GTK needs to be there for mozilla. Have you installed it.

I feel the mozilla is itself not starting. Am I right?

HTH,
Umapathy
Arise Awake and Stop NOT till the goal is Reached!
yaron daniel
Frequent Advisor

Re: Mozilla + Acrobat plug-in HELP !!!

Hi
1) the glib + gtk+ are installed
2) the mozilla works fine. only the plug-in of the acro-reader fail's the mozilla.
3) mozilla-run.sh is a script.
4) mozilla-bin is the binary, here is the output of the command: chatr mozilla-bin

10x
the truth is out there
mustang6
Occasional Contributor

Re: Mozilla + Acrobat plug-in HELP !!!

Hi every,
I got this bug
I added this line in run-mozilla.sh

export LD_PRELOAD=/usr/lib/libXm.sl

Acroread plugin works

Claude
ciao