Re: [Fink-devel] trouble running suid perl script with fink perl module

2004-04-22 Thread David R. Morrison
If you use bash rather than csh, you need to update your base-files package to version 1.9.1-1 (currently in the unstable tree), which should address this problem. -- Dave Kurt Steinkraus <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to run (and maybe eventually package) clusterssh. This

Re: [Fink-devel] trouble running suid perl script with fink perl module

2004-04-22 Thread Peter O'Gorman
Kurt Steinkraus wrote: Can't locate Config/Simple.pm in @INC (@INC contains: /sw/lib/perl5/5.8.0/darwin /sw/lib/perl5/5.8.0 /sw/lib/perl5/site_perl/5.8.0/darwin /sw/lib/perl5/site_perl/5.8.0 /sw/lib/perl5/site_perl) at /Users/kurtas/dl/cssh line 73. BEGIN failed--compilation aborted at /Users

Re: [Fink-devel] trouble running suid perl script with fink perl module

2004-04-22 Thread Alexander K. Hansen
On Apr 21, 2004, at 12:43 PM, Kurt Steinkraus wrote: Hi, I'm trying to run (and maybe eventually package) clusterssh. This is a setuid perl script, and it depends on the config-simple-pm perl module fink package. The problem is that perl is very strict about what modules it will load when runnin

[Fink-devel] trouble running suid perl script with fink perl module

2004-04-22 Thread Kurt Steinkraus
Hi, I'm trying to run (and maybe eventually package) clusterssh. This is a setuid perl script, and it depends on the config-simple-pm perl module fink package. The problem is that perl is very strict about what modules it will load when running setuid; in particular, there seems to be a hard-cod