<snip> > > receive a message: "this package needs /bin/perl"... then I check > > out my /bin/ and I didn't see /bin/perl... I look up with my <snip>
Perl is located in /usr/bin, and in MDK8, it is linked to perl5; why is your program looking in /bin/perl, you could try to put a symbolic link in as root, ln -s /usr/bin/perl /bin/perl If this works though, it might be worth trying to find out what script has the incorrect path. Dave
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
