Operating System - HP-UX
1832541 Members
4707 Online
110043 Solutions
New Discussion

Re: heimdal.heimdal-SHLIBS problem

 
SOLVED
Go to solution
jhay reccion
Advisor

heimdal.heimdal-SHLIBS problem

Hi,

I'm trying to install sudo-1.6.8p12 on my new hp-ux 11.11 box but encountered corequisites "heimdal.heimdal-SHLIBS" cannot resolve problem leading my installation to a halt. I used the sudo depot format installer.

Can someone experienced this kind of behavior before? Do i miss something?

thanks
;jhay
8 REPLIES 8
Peter Godron
Honored Contributor
Solution

Re: heimdal.heimdal-SHLIBS problem

Greg Vaidman
Respected Contributor

Re: heimdal.heimdal-SHLIBS problem

You're right - that version of sudo from the porting archive does have the coreq, and it doesn't list it as a dependency. I'd send an email to the porting archive at mailto:hpux@connect.org.uk letting them know.

But to just get your stuff working...

You can get heimdal from the porting archive at http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/heimdal-0.7.2/ - it's a free kerberos 5 implementation. Either install it first, or swcopy both heimdal and sudo into a depot and install them together.

If you know you won't be using kerberos authentication in sudo, then you can try installing with the "-x enforce_dependencies=false" option to swinstall.
Arunvijai_4
Honored Contributor

Re: heimdal.heimdal-SHLIBS problem

Hi

As Peter specified, Internet Express version of Sudo compiled with Static libararies and doesn't require any dependancies. So, you can download and install.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Greg Vaidman
Respected Contributor

Re: heimdal.heimdal-SHLIBS problem

The downside to the Internet Express version is a much larger download, and less frequent releases (they don't put out a new version of Internet Express when just sudo gets updated) than the porting archive.

Certainly, the upside is the statically linked binaries which don't require this odd dependency, so definitely less hassle. Also, if you need multiple tools from the IE distribution, you only need to download one file, and selectively deploy what you want.

Up to you to decide which is best for you.
jhay reccion
Advisor

Re: heimdal.heimdal-SHLIBS problem

Hi ALL,

Thanks for all your help!
I've downloaded the internet express as suggested by Peter and its works fine.

Thanks for the inputs that help me solve on this problem.

cheers,
; jhay
Arunvijai_4
Honored Contributor

Re: heimdal.heimdal-SHLIBS problem

Well, http://forums1.itrc.hp.com/service/forums/helptips.do?#28


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
jhay reccion
Advisor

Re: heimdal.heimdal-SHLIBS problem

Hi Arun,

thanks..just forgot to click the submit button..Anyway, thanks again..
jhay reccion
Advisor

Re: heimdal.heimdal-SHLIBS problem

thread closed..