On Thursday 03 January 2002 19:03 pm, Seneca Cunningham wrote: > icosagon:/usr/src/kernel-source-2.4.16# ls /usr/bin/perl > ls: /usr/bin/perl: No such file or directory
There's your problem. > icosagon:/usr/src/kernel-source-2.4.16# ls /usr/bin/perl* > /usr/bin/perl-5.6 /usr/bin/perl5.6.1 /usr/bin/perldoc.stub I'd guess there should be a symlink from one of the specific versions of perl to /usr/bin/perl. In any case, I wouldn't be surprised if you have other problems with perl scripts. Fixing your perl installation may solve lots of problems for you. -- Bud Rogers <[EMAIL PROTECTED]> All things in moderation. And not too much moderation either.