in reply to Re^7: Par::Packer, include conf files or not ?
in thread Par::Packer, include conf files or not ?

rpm -q gcc package gcc is not installed

No it isn't, I guess I should install it then retry the installation of Compress::Raw::Zlib ?

Replies are listed 'Best First'.
Re^9: Par::Packer, include conf files or not ?
by marto (Cardinal) on Sep 24, 2012 at 11:05 UTC

    install gcc, then try and install pp again using the cpan command, which will in turn install dependencies. It's worth while actually reading the output of the build process, as (more often than not) it tells you what is wrong.

      Thanks for your help