Operating System - HP-UX
1753907 Members
9379 Online
108810 Solutions
New Discussion юеВ

Re: Application Install Error~ help~

 

Application Install Error~ help~

Hello there,

What is the cause of the following error message?
I am running HP rx6600 server with OS 11.31.

[cichp6::cti:/home2/CTI/bin] ./procman ../conf/work.ini
/usr/lib/hpux32/dld.so: './procman' is not a valid load module.

/usr/lib/hpux32/dld.so: Out of memory.

Killed


BTW any solution to fix it?
4 REPLIES 4
VK2COT
Honored Contributor

Re: Application Install Error~ help~

Hello,

This message indicates that you specified the library with the wrong compiler data model (32-bit instead of 64-bit).

What does this say:

# file procman

Also, check memory leaks and usage on your server, and patches.

Cheers,

VK2COT




VK2COT - Dusan Baljevic
Dennis Handly
Acclaimed Contributor

Re: Application Install Error~ help~

What does "file ./procman" show?
What does "swapinfo -tam" show? Are you low on swapspace?

And this question was asked last week on:
hpux-development-public@lists.hp.com

Re: Application Install Error~ help~

File procman show
procman elf-32 executable object file -IA64

This Server memory Size is 8GB.
Swap Size is 12288MB.
My thinking is enough to Swap Size.

Dennis Handly
Acclaimed Contributor

Re: Application Install Error~ help~

>This Server memory Size is 8GB.

This isn't ALL the output from "swapinfo -tam".

It seems your executable has been corrupted.
You might try using tusc to see what system call gets an error:
tusc -fp -o tusc.out ./procman