[sudo-users] sudo -V for old versions

Tim Daley tim.daley at cru.org
Fri Feb 15 12:29:28 EST 2013


Also, I was trying to set up to do a multi-platform build, so I did the
following

cd <sudo-dir>
mkdir aix
cd aix
../configure ...
make

I noticed that the following were unresolved in the make for
plugins/sudoers: goodpath.o, find_path.o, interfaces.o, and group_plugin.o

I found them in the .libs directory so I just modified the Makefile.in to
prepend .libs/ to those modules and reran the configure. I assume that's a
bug.


On Fri, Feb 15, 2013 at 12:23 PM, Tim Daley <tim.daley at cru.org> wrote:

> Thanks! I assume the following should produce something more like what I
> want then.
>
> From current install:
> # sudo -V |head -3
> Sudo version 1.8.5p2
> Configure options: --prefix=/usr/local --with-insults=disabled
> --with-logging=syslog --with-logfac=auth
> --with-editor=/usr/bin/vim:/usr/bin/vi:/bin/vi --with-env-editor --with-pam
> --enable-zlib=builtin --disable-nls
> Sudoers policy plugin version 1.8.5p2
>
> My build:
> ./configure  --prefix=/usr/local --with-insults=disabled
> --with-logging=syslog
> --with-logfac=auth --with-editor=/usr/bin/vi --with-env-editor --with-pam
> --enab
> le-zlib=builtin --disable-nls \
>         --with-ldap=/opt/IBM/ldap/V6.3 \
>         --with-incpath=/opt/IBM/ldap/V6.3/include \
>         --with-libpath=/opt/IBM/ldap/V6.3/lib  \
>         --with-ldap-conf-file=/etc/security/ldap/ldap.cfg \
>         --without-lecture \
>         --without-mail-if-no-user \
>         --with-nsswitch=no \
>         --without-sendmail \
>         --enable-warnings \
>
> make  && make PPFLAGS="" PPVARS="flavor=ldap aix_freeware=true" package
>
>
> On Fri, Feb 15, 2013 at 12:05 PM, Todd C. Miller <
> Todd.Miller at courtesan.com> wrote:
>
>> The AIX packages on sudo.ws do not include LDAP support as AIX does
>> not ship with ldap libraries in the base system.
>>
>> You should be able to use the IBM Tivoli Directory client libs to
>> build sudo.  If you want to use the mkpkg script to create a bff
>> package you would just run:
>>
>> $ ./mkpkg --flavor=ldap
>>
>>  - todd
>>
>
>
>
> --
> *Tim Daley*
> IT Specialist-Operating Systems
> cru | Technology | Platform Team
> o: 407-826-2911 | m: 407-716-0284
> tim.daley at cru.org
>
>
>


-- 
*Tim Daley*
IT Specialist-Operating Systems
cru | Technology | Platform Team
o: 407-826-2911 | m: 407-716-0284
tim.daley at cru.org


More information about the sudo-users mailing list