1832009 Members
2833 Online
110034 Solutions
New Discussion

sudo compile

 
SOLVED
Go to solution
RedLetter
Advisor

sudo compile

I just recently had a forum question about ldap and sudo. The fix was to download and properly compile sudo for ldap. This worked for hpux11.0, however I am having difficulty compiling on 11.11. I have attacted the error message.

Anyone have an idea what I should do?
Thanks,
Wondeful, never had it so good...
2 REPLIES 2
Ermin Borovac
Honored Contributor
Solution

Re: sudo compile

>>> /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/r
pc/auth.h

The above tells me that on your 11.11 system you are using gcc that was compiled on 11.00. You are bound to run into problems due to difference in header files.

I suggest that you get gcc for 11.11 from http://www.hp.com/go/gcc.
RedLetter
Advisor

Re: sudo compile

Absolutely correct. I had a little trouble gunzipping some of the newer pa depots, but I did get the 3.4.2 version to work.

Thanks for your assistance.
Wondeful, never had it so good...