[sudo-users] error on running make 1.6.8p8

Todd C. Miller Todd.Miller at courtesan.com
Wed May 4 14:40:09 EDT 2005


In message <A787F31512A25E4F9782045CFE320C800AB158C3 at NHQ1ACCOEX05VS1.corporate.
amfam.com>
	so spake "Ghorbani, Anoosh N" (AGHORBAN):

> /bin/sh ./libtool --mode=link cc -o sudo_noexec.la sudo_noexec.lo
> -avoid-version -rpath /usr/local/libexec
> 
> /usr/bin/ld -b +h sudo_noexec.sl +b /usr/local/libexec -o
> .libs/sudo_noexec.sl .libs/sudo_noexec.o -lc 
> 
> /usr/bin/ld: DP relative code in file .libs/sudo_noexec.o - shared
> library must be position
> 
> independent. Use +z or +Z to recompile.

Are you compiling on HP-UX with the built-in (not ANSI) compiler?
If so, that compiler can't create shared objects and thus cannot
create sudo_noexe.so.  If you run configure with the --without-noexec
it will not try to create sudo_noexe.so.

 - todd



More information about the sudo-users mailing list