Operating System - HP-UX
1827294 Members
2319 Online
109717 Solutions
New Discussion

problems installing openssl depot on hpux 11.23

 
SOLVED
Go to solution
gregj_2
Advisor

Re: problems installing openssl depot on hpux 11.23

content of /etc/hosts:

127.0.0.1 localhost loopback yunnan
192.168.1.54 yunnan
192.168.1.53 node1


Robert-Jan Goossens_1
Honored Contributor

Re: problems installing openssl depot on hpux 11.23

change it to

127.0.0.1 localhost loopback
192.168.1.54 yunnan

restart the swagentd and try the swinstall again.
gregj_2
Advisor

Re: problems installing openssl depot on hpux 11.23

that helped man! you are da man.
ta.

gregj_2
Advisor

Re: problems installing openssl depot on hpux 11.23

the content of file /etc/hosts was incorrect, thus making swinstall not be able to find correctly source to files in depot. As funny as it may seem, i guess it is because of the level of complexity the system has.
But on the other hand, I regret it isn't as easy and yet powerful as apt-get from debian/unbuntu.

thanks to everyone for hints.

Dennis Handly
Acclaimed Contributor

Re: problems installing openssl depot on hpux 11.23

>.depot files are just tar's. So, I renamed it to .tar

No need to rename it to use tar.

>All I get is some scrambled content, that doesn't make any sense.

That's because each file is individually gzipped but without the .gz.

>Perhaps swinstall, or whatever unpacks that file isn't able to unscramble its content?

Not likely.

>this is Integrity server, as far as I know.

There should be no doubt, your uname says ia64.

>that looks like some sort of FPU math lib linking problems to me

What kind of errors? Did it link in -lm?