I have a fedora 6 system
when I try to install Cpanel I get this error

Warning! Perl Expect and the expect binary are not installed!


I tried to first install PERL with this:

Login to server as root.
mkdir /usr/download
cd /usr/download
wget http://search.cpan.org/CPAN/authors/...ve-0.33.tar.gz

tar -zxf File-Copy-Recursive-0.33.tar.gz
cd File-Copy-Recursive-0.33

To proceed with installation, execute below steps:

perl Makefile.PL
make
make test
make install


but when I run "make test" I get this error

/bin/pwd: couldn't find directory entry in `../../..' with matching i-node

i'm really confused and don't know what to do

I searched cpanel forum, but no one had the same problem !

any body have any idea ?!