[sudo-workers] Sudo with krb5 build problem (and solution) on AIX 5.3

kamil Marcinkowski kamil at ualberta.ca
Wed Dec 12 17:03:02 EST 2007


Hello sudo workers

Sudo version 1.6.9p9 krb5 support will not build on a IBM power5-550  
AIX 5.3 without the
-lkrb5support flag.

In Makefile.in I changed

> SUDO_LIBS = @SUDO_LIBS@ @AFS_LIBS@  $(LIBS) $(NET_LIBS)

to

> SUDO_LIBS = @SUDO_LIBS@ @AFS_LIBS@ -lkrb5support $(LIBS) $(NET_LIBS)

This fixed the problem

Cheers,

Kamil

Kamil Marcinkowski                   Westgrid System Administrator
kamil at ualberta.ca                     University of Alberta site
  Tel.780 492-0354                     Research Computing Support
Fax.780 492-1729                     Academic ICT
Edmonton, Alberta, CANADA    University of Alberta


"This communication is intended for the use of the recipient to which  
it is
addressed, and may contain confidential, personal, and/or privileged
information.  Please contact us immediately if you are not the intended
recipient of this communication.  If you are not the intended  
recipient of
this communication, do not copy, distribute, or take action on it. Any
communication received in error, or subsequent reply, should be  
deleted or
destroyed."






More information about the sudo-workers mailing list