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.
should do the tricksudo make sudo make install
|
---|