in reply to Re^4: Setuid script not working
in thread Setuid script not working

However, when I try to build it with the following configure co....

Why setuid-emu, where do you find setuid-emu? I don't see setuid-emu http://perl5.git.perl.org/perl.git?a=search&h=HEAD&st=grep&s=suid, but I do see http://perl5.git.perl.org/perl.git?a=search&h=HEAD&st=grep&s=emu SUID emulation has been removed for 5.12

Replies are listed 'Best First'.
Re^6: Setuid script not working
by druidmatrix (Acolyte) on Apr 30, 2010 at 09:29 UTC

    I found it on the Perl::Configure page http://search.cpan.org/~mschilli/Perl-Configure-0.08/lib/Perl/Configure.pm. However, I guess I lucked out because I am still at 5.10.1. But I should upgrade to 5.12 as you suggested.

    For now, it may be better to use sudo or su with Expect as Alexander suggested.

    Thank you once again.