Operating System - HP-UX
1834454 Members
2810 Online
110067 Solutions
New Discussion

problem installing random number generation by Jos Visser

 
SOLVED
Go to solution
HPP
Regular Advisor

problem installing random number generation by Jos Visser

Hi,
I am trying install randmon generator on HP-UX 11.00 (9000/800/A500-44). I get the following errors when i execute "make" "make install"

kmadmin: random: Invalid argument

kmadmin: random: Object file error in loading kernel module

WARNING: MOD: Processing symbol table in module /stand/dlkm/mod.d/random failed

Any help would be greatfull.
Thanks



Be Teachable
12 REPLIES 12
HPP
Regular Advisor

Re: problem installing random number generation by Jos Visser

When i run "dmesg" i see these message:

Undefined symbol $$remU in loadable module /stand/dlkm/mod.d/random.
WARNING: MOD: Processing symbol table in module /stand/dlkm/mod.d/random failed


Thanks
Be Teachable
Steven E. Protter
Exalted Contributor

Re: problem installing random number generation by Jos Visser

Maybe that software isn't certified for 11.00.

Only thing I can think of now.

Check the doc.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
H.Merijn Brand (procura
Honored Contributor
Solution

Re: problem installing random number generation by Jos Visser

It is valid _only_ for HP-UX 11.00
It worked with me at once.
Did you get it here? http://freshmeat.net/projects/hpux11-random/

I could give you a precompiled binary where you only have to type 'make install' if no other hints help

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
HPP
Regular Advisor

Re: problem installing random number generation by Jos Visser

Merijn,
Yes i downloaded from http://freshmeat.net/projects/hpux11-random/. Right now i tried on two different box running HP-UX 11.00 (one is A500 and another L1000, both gives the same error.

Would you please send me the precompiled binary.

Thank you very much.
Be Teachable
HPP
Regular Advisor

Re: problem installing random number generation by Jos Visser

Marijn,
I am waiting for the binary for random on HP-UX 11.00.

Thanks
Be Teachable
HPP
Regular Advisor

Re: problem installing random number generation by Jos Visser

Marijn,
Please send me precompiled binary for random on HP-UX 11.00.

Thanks
Be Teachable
R. Sri Ram Kishore_1
Respected Contributor

Re: problem installing random number generation by Jos Visser

Hi,

You are getting this error because you are trying to install the KRNG product on a HP-UX 11.00 system. HP's KRNG is *NOT* available on 11.00. The feature is available only on HP-UX 11.11.

HTH,
Regards,
Sri Ram
"What goes up must come down. Ask any system administrator."
H.Merijn Brand (procura
Honored Contributor

Re: problem installing random number generation by Jos Visser

Sorry I missed the "wait" post.

# cd /tmp
# wget http://www.cmve.net/merijn/hp11-devrand-0.0.3-install.tbz
# bzip2 -d < hp11-devrand-0.0.3-install.tbz | tar xf -
# cd hpux11-random-0.0.3
# make install

Enjoy, Have FUN! H.Merijn [ don't forget about Forum points ]
Enjoy, Have FUN! H.Merijn
HPP
Regular Advisor

Re: problem installing random number generation by Jos Visser

Merijn,
Thank you very much for providing binary.
But still i am having same problem installing with the binary you provided. I extracted the files and did make install, and i get these message
---------------------------------------------
Specified module(s) below is(are) activated successfully.
random

kmadmin: random: Object file error in loading kernel module
dmesg | tail -2
WARNING: MOD: Processing symbol table in module /stand/dlkm/mod.d/random failed
-------------------------------------------
When i run dmesg, i see following error:

---------------------------------------------
Undefined symbol $$remU in loadable module /stand/dlkm/mod.d/random.
WARNING: MOD: Processing symbol table in module /stand/dlkm/mod.d/random failed
---------------------------------------------

Thanks
Be Teachable
H.Merijn Brand (procura
Honored Contributor

Re: problem installing random number generation by Jos Visser

When did you apply the latest patches last?

I have QPK1100 B.11.00.62.4 from September 2003

# swlist -l bundle QPK1100

if that doesn't show anything, you are way behind, and maybe

# swlist -l bundle XSW*

shows the latest ExtSW bundle, but B.11.00.53.2 dates back June 2001

I guess that you are a bit bihind here

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
HPP
Regular Advisor

Re: problem installing random number generation by Jos Visser

Merijn,
Thank you !!! Thank you !!! Thank you!!!
Random install success.....

I installed Quality Pack from Sept 2003. I did make install with out any error.


Thanks again. I will assign points.
Be Teachable
HPP
Regular Advisor

Re: problem installing random number generation by Jos Visser

Swlist shows

QPK1100 B.11.00.62.4 Quality Pack for HP-UX 11.00, September 2003
Be Teachable