in reply to Re: Start Padre on gentoo box
in thread Start Padre on gentoo box

Thanks Corion!

The padre script isn't in my perl binary directory:

~ $ which perl /usr/bin/perl ~ $ ls /usr/bin/padre ls: /usr/bin/padre: Datei oder Verzeichnis nicht gefunden

So I tried to copy the file in my home directory. After executing this script I realized that I have to compile perl with USE flag ithreads. So hopefully it's solved after recompiling perl.

Thanks again, Andreas