Operating System - HP-UX
1753819 Members
9067 Online
108805 Solutions
New Discussion юеВ

Re: inerpreter "20_64/dld.sl" not found

 
webber_1
Occasional Advisor

inerpreter "20_64/dld.sl" not found

Hi,

I run SAPINST to install SAP, the server displays the following:
twerpp01:/sw/master/IM_HPUX_PARISC#./sapinst
inerpreter "20_64/dld.sl" not found
exec(2): could not load a.out

What's happen?
5 REPLIES 5
Denver Osborn
Honored Contributor

Re: inerpreter "20_64/dld.sl" not found

What model of box and O/S rev are you running the installer on? Is it PA-RISC or IA?
Dennis Handly
Acclaimed Contributor

Re: inerpreter "20_64/dld.sl" not found

I assume this is a PA64 executable. It appears to be corrupted. If you use elfdump on an executable it should show this full path:
$ /usr/ccs/bin/elfdump +interp a.out
a.out:
.interp:
/usr/lib/pa20_64/dld.sl
webber_1
Occasional Advisor

Re: inerpreter "20_64/dld.sl" not found

OS: HP-UX B.11.11 U 9000/800 PA-RISC
webber_1
Occasional Advisor

Re: inerpreter "20_64/dld.sl" not found

The output:
twerpp01:/sw/master/IM_HPUX_PARISC#./sapinst
interpreter "20_64/dld.sl" not found
exec(2): could not load a.out
twerpp01:/sw/master/IM_HPUX_PARISC#/usr/ccs/bin/elfdump +interp a.out
elfdump: I/O error: a.out No such file or directory (elfdumperr 2501)
Dennis Handly
Acclaimed Contributor

Re: inerpreter "20_64/dld.sl" not found

>elfdump: I/O error: a.out No such file

You should replace my "a.out" by your executable, sapinst? (Unless that's a script?)