1832274 Members
2094 Online
110041 Solutions
New Discussion

PA_RISC LEVEL.

 
SOLVED
Go to solution
Qamar Alam
Advisor

PA_RISC LEVEL.

My machine is HP-B2000 it support PA_RISC 2.0.
I have installed HP-UX 11i and in bin directory it show that.
Eg.tserver:/bin# file uux
uux: PA-RISC1.1 shared executable dynamically linked

but whenever I configured the jbase 4 on the system it say that cannot execute.
in /usr/jbc/bin directory I tried the file command & it says

tserver:/usr/jbc/bin#file z
z: ELF-32 executable object file

is it PA_RISC level problem or something else?
(remember I have given pull permission to the user)
5 REPLIES 5
Qamar Alam
Advisor

Re: PA_RISC LEVEL.

Sorry it says "execute Permission Denied"
not says that "cannot execute".
so please correct it
Vibhor Kumar Agarwal
Esteemed Contributor

Re: PA_RISC LEVEL.

Do,

chmod 744 filename
Vibhor Kumar Agarwal
Qamar Alam
Advisor

Re: PA_RISC LEVEL.

I have given full permission and Login as root.
chmod 777
but it can't start
Simon Hargrave
Honored Contributor

Re: PA_RISC LEVEL.

tserver:/usr/jbc/bin#file z
z: ELF-32 executable object file

The file "z" is an ELF file (Linux binary), which you cannot run on HPUX. Looks like you're trying to run Linux software to me?
Ermin Borovac
Honored Contributor
Solution

Re: PA_RISC LEVEL.

32-bit ELF binaries are also found on the Itanium 11.23 (11i v2) systems and they cannot be run on 11.11 PA-RISC systems.