1847135 Members
6953 Online
110263 Solutions
New Discussion

Re: mtr install

 
SOLVED
Go to solution
Yarema A. Mikhajliv
Frequent Advisor

mtr install

Hi all!

I'm trying to install mtr on hp-ux 11.11 machine. But I get error after launching it:

#/usr/local/sbin/mtr 10.1.11.1
/usr/lib/dld.sl: Bad magic number for shared library: /usr/local/lib/libgdk.sl
/usr/lib/dld.sl: Exec format error
ABORT instruction (core dumped)

What's wrong?
8 REPLIES 8

Re: mtr install

Where did you get mtr from? The P&A centre here?

http://hpux.connect.org.uk/hppd/hpux/Networking/Misc/mtr-0.72/

Did you make sure you got all the run-time dependencies as well?

bison flex gettext glib gtk+ libiconv m4

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Yarema A. Mikhajliv
Frequent Advisor

Re: mtr install

I got mtr from here
http://hpux.connect.org.uk/hppd/hpux/Networking/Misc/mtr-0.72/

All dependencies (which were required during install) have been installed.

Re: mtr install

Are you sure you picked up the right version? (PA-RISC 11.11)

What does:

file /usr/local/lib/libgdk.sl

say?

HTH

Duncan


I am an HPE Employee
Accept or Kudo
Yarema A. Mikhajliv
Frequent Advisor

Re: mtr install

it says

#file /usr/local/lib/libgdk.sl
/usr/local/lib/libgdk.sl: ELF-32 shared object file

is it good or not?

Re: mtr install

Looks OK - run

file /usr/local/sbin/mtr

is that a 32-bit executable as well?

HTH

Duncan

I am an HPE Employee
Accept or Kudo
Yarema A. Mikhajliv
Frequent Advisor

Re: mtr install

#file /usr/local/sbin/mtr
/usr/local/sbin/mtr: PA-RISC2.0 shared executable dynamically linked
Solution

Re: mtr install

oops! meant to say it *deosn't look alright:

#file /usr/local/lib/libgdk.sl
/usr/local/lib/libgdk.sl: ELF-32 shared object file

That looks like an IA64 executable. Dowloand the PA-RISC version of gtk+ and install it again

FWIW I got it to install fine on my workstation. Install steps attached.

HTH

Duncan


I am an HPE Employee
Accept or Kudo
Yarema A. Mikhajliv
Frequent Advisor

Re: mtr install

Ooops.. Now I see it in my software repository, ia64 version... my fault

Thank you, I'll try to install hppa version )