Operating System - HP-UX
1833776 Members
2320 Online
110063 Solutions
New Discussion

Run exe file hpux10.20 under hpux11.i version 1

 

Run exe file hpux10.20 under hpux11.i version 1

It's possible, with emulator for example ?

Best regards
6 REPLIES 6
harry d brown jr
Honored Contributor

Re: Run exe file hpux10.20 under hpux11.i version 1

Most code will run from 10.20 under 11.11, but not all. It's a hit or miss.

live free or die
harry
Live Free or Die
Trond Haugen
Honored Contributor

Re: Run exe file hpux10.20 under hpux11.i version 1

There is no emulator. But in my experience most code that ran ounder HP-UX 10.20 will also run on 11.11. (I say ran since 10.20 is out of support.)

Regards,
Trond
Regards,
Trond Haugen
LinkedIn
Ravi_8
Honored Contributor

Re: Run exe file hpux10.20 under hpux11.i version 1

Hi,

there are no emulator as such. but all applications that run under 10.20 should run on 11x also.
never give up
Bill Hassell
Honored Contributor

Re: Run exe file hpux10.20 under hpux11.i version 1

One feature of HP-UX is that well-behaved programs have always been forward compatible. Programs compiled and linked on HP-UX 8.0 will run on HP-UX 11.11 32 or 64 bit versions without changes. Well-behaved means programs that do not poke around in the kernel or use undocumented or obsolete system calls.


Bill Hassell, sysadmin

Re: Run exe file hpux10.20 under hpux11.i version 1

I have this error
** Error **
Invalid Checksum
Error Code : 769

Result of file command is :
s800 shared executable dynamically linked -not stripped

Is problem can occur in share library ?
If yes, how can found bad library ?

Bests regards

H.Merijn Brand (procura
Honored Contributor

Re: Run exe file hpux10.20 under hpux11.i version 1

With tracing the dependencies:

# ldd your_executable

or

# chatr your_executable

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn