in reply to [SOLVED] Cannot install CPAN modules

Are you using sudo? If you compile without the right permissions you get a bunch of weird errors. Also, in order to make install you will be copying to directories that your account likely doesn't have permissions to.

sudo make sudo make install
should do the trick

-Actualize