1834981 Members
2060 Online
110073 Solutions
New Discussion

Sudo

 
SOLVED
Go to solution
pgorn
Frequent Advisor

Sudo

need help installing sudo 1.6.8p12
on HP-UX 11.11 I tried the websites just not getting to much.
13 REPLIES 13
A. Clay Stephenson
Acclaimed Contributor

Re: Sudo

You need to elaborate. The sudo installation is extremely simple: just download (make sure that you specify binary transfer at every step along the way); gunzip the file; swinstall. Make sure you select the 11.11 version.

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.8p12/

The only "gotcha" would be if you are running 11.11 on a box that does not support the PA-RISC 2.0 instruction set.

Since you barely bothered to explain your problem, it's difficult to offer specific help.

If it ain't broke, I can fix that.
pgorn
Frequent Advisor

Re: Sudo

o.k
I download a depot and ran it in swinstall.
Failed because the dependencies for fileset "sudo..sudo-RUN,r=1.6.8p12 cannot be resolved.
pgorn
Frequent Advisor

Re: Sudo

I got it to install now I have an error running visudo.
/usr/lib/dld.sl: can't oprn shared library: /usr/local/lib/libroken.sl
no such file or directory
A. Clay Stephenson
Acclaimed Contributor

Re: Sudo

You probably got it to install by disabling the enforce_dependencies option. 1.6.8p12 requires the heimdal library -- which in turn requires other run-time dependencies
(bison db flex gettext libgcc libiconv m4 openssl readline).

If you can use 1.6.8p9; it can be installed standalone.
If it ain't broke, I can fix that.
Rick Garland
Honored Contributor

Re: Sudo

My 1st thought would be that the install was not successful. Is the the /usr/local/lib/libroken.sl library file there?

Also look at the configuration status of the installed package.

swlist -l fileset -a state

Are there any items that do not say "configured"?

pgorn
Frequent Advisor

Re: Sudo

Clay
that is what I did to install it and it came up with no errors.
I did check swlist -l fileset -a state and everything is confirgured.
pgorn
Frequent Advisor

Re: Sudo

I did a swremove & install 1.6.8p9 and I had to do the same thing with the depend. and I still have the same error. Anything else
pgorn
Frequent Advisor

Re: Sudo

the file /usr/local/lib/libroken.sl is not there
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Sudo

You are missing the heimdal library; that's will supply the missing library.
If it ain't broke, I can fix that.
pgorn
Frequent Advisor

Re: Sudo

do you have a link so I can get that lib.
thank you for your help
A. Clay Stephenson
Acclaimed Contributor

Re: Sudo

http://hpux.cs.utah.edu/hppd/cgi-bin/search?package=on&description=on&term=heimdal

This library too has run-time dependencies. Don't never ever turn of the dependencies enforcement unless you know what you are doing.

You will need to load the run-time dependecies assocaited with package. Just use the search box at the Porting Centre's website.

If it ain't broke, I can fix that.
pgorn
Frequent Advisor

Re: Sudo

thank you
That's way I am on a test box
pgorn
Frequent Advisor

Re: Sudo

thanks Clay you were a lot of help