sh not finding a file, even though the full path is given

Nils Kassube kassube at gmx.net
Mon Jun 30 15:07:40 UTC 2008


Axel Etzold wrote:
> > On Sun, 2008-06-29 at 16:11 +0200, Axel Etzold wrote:
> > > I try to install a software (see link below)
> >
> > No link was given...?
>
> thank you for responding ... sorry, I sent that email a bit too soon :(
> --the link was:
>
> http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/
>
> > > cmd/tagger-chunker-english: 17:
> >
> > /home/axel/sprache/cmd/filter-chunker-output.perl: not found

The problem is in the file cmd/filter-chunker-output.perl which starts 
with

#!/usr/local/bin/perl

but probably you don't have /usr/local/bin/perl. Make that

#!/usr//bin/perl

and it should work.


Nils




More information about the ubuntu-users mailing list