I'm not sure what exactly your problem is, but I think you're going in a bad direction in order to resolve the perl dependencies. Even if you get the modules to install via CPAN, RPM won't know they're there and the installation dependencies will still fail. (FWIW, these dependencies listed in the RPM spec file were added fairly recently). You would need to install them with the --nodeps flag at that point (risky business). A better approach is to install RPM packages of the required perl modules.
Try using rpmforge packages and yum to install these perl modules instead of CPAN: .) install yum repo for rpmforge by following directions for your distro/ver at http://dag.wieers.com/rpm/FAQ.php#B2 .) yum install the perl modules you need In addition to this, I hope you didn't update your CPAN module while you were there. The latest MakeMaker.pm module (v6.44+) has problems with spamassassin-toaster-3.2.4-1.3.13 (or vice versa). See http://www.mail-archive.com/[email protected]/msg18844.html for the story on that. e521 wrote: > Hello, > > I've got some problems with qmailtoaster in an openvz vps and centos 5.2. > > At the perl step > (wiki.qmailtoaster.com/index.php?title=CentOS_5_QmailToaster_Install) I > get a lot of errors about dependency that cpan tries to resolve but it > fail. > > Here it is the last part when it basically quit... > > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > Running make for P/PM/PMQS/Compress-Zlib-2.011.tar.gz > Is already unwrapped into directory /root/.cpan/build/Compress-Zlib-2.011 > > CPAN.pm: Going to build P/PM/PMQS/Compress-Zlib-2.011.tar.gz > > -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > Running make for T/TO/TOMHUGHES/IO-Zlib-1.09.tar.gz > Is already unwrapped into directory /root/.cpan/build/IO-Zlib-1.09 > > CPAN.pm: Going to build T/TO/TOMHUGHES/IO-Zlib-1.09.tar.gz > > -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > Running make for K/KA/KANE/Archive-Tar-1.38.tar.gz > Is already unwrapped into directory /root/.cpan/build/Archive-Tar-1.38 > > CPAN.pm: Going to build K/KA/KANE/Archive-Tar-1.38.tar.gz > > -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > # > > my /proc/user_beancounters > > Version: 2.5 > uid resource held maxheld > barrier limit failcnt > 988540: kmemsize 2321344 3576802 > 2147483646 2147483646 0 > lockedpages 0 348 > 350 350 7 > privvmpages 34453 73032 > 131072 131072 0 > shmpages 687 703 > 65536 65536 0 > dummy 0 0 > 0 0 0 > numproc 27 38 > 350 350 0 > physpages 7203 26499 > 0 2147483647 0 > vmguarpages 0 0 > 65536 2147483647 0 > oomguarpages 7203 26499 > 65536 2147483647 0 > numtcpsock 5 8 > 2800 2800 0 > numflock 4 11 > 350 350 0 > numpty 1 1 > 175 175 0 > numsiginfo 0 3 > 350 350 0 > tcpsndbuf 123248 123248 > 53687296 65156096 0 > tcprcvbuf 81920 801552 > 53687296 65156096 0 > othersockbuf 9280 22512 > 53687296 65156096 0 > dgramrcvbuf 0 8464 > 53687296 65156096 0 > numothersock 8 18 > 2800 2800 0 > dcachesize 0 0 > 3225600 3225600 0 > numfile 652 905 > 8400 8400 0 > dummy 0 0 > 0 0 0 > dummy 0 0 > 0 0 0 > dummy 0 0 > 0 0 0 > numiptent 14 14 > 350 350 0 > > I've already tried to reset the cpan configuration and to use the cpan > shell directly but I still have the same problems. > > Thanks in advance :) > > --------------------------------------------------------------------- > QmailToaster hosted by: VR Hosted <http://www.vr.org> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- -Eric 'shubes' --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
