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 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-coded path that is searched, and there's no way to change it.
> This means I can't use Apple's perl, because fink's perl modules (such
> as Config::Simple) aren't in its path.  Unfortunately, I also seem
> unable to use fink's perl, at least version 5.8.0-11, because it
> doesn't look in /sw/lib/perl5 and thus doesn't find
> version-independent perl modules.  The output is:
> 
>   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/pe=
> rl5/site_perl/5.8.0 /sw/lib/perl5/site_perl) at /Users/kurtas/dl/cssh line =
> 73.
>   BEGIN failed--compilation aborted at /Users/kurtas/dl/cssh line 73.
> 
> Am I doing something wrong, or is there a way to work around this?
> 
> Thanks  --Kurt


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to