Adi Nugroho wrote:
To install qmailtoaster on the brand new OpenSUSE 11.1, I ran this scipt (from sus101-perl.sh)

perl -e 'use CPAN; install MIME::Base64;'
perl -e 'use CPAN; install DB_File;'
perl -e 'use CPAN; install Net::DNS;'
perl -e 'use CPAN; install Net::SMTP;'
perl -e 'use CPAN; install Mail::SPF::Query;'
perl -e 'use CPAN; install Time::HiRes;'
perl -e 'use CPAN; install Mail::DomainKeys;'
perl -e 'use CPAN; install IO::Zlib;'
perl -e 'use CPAN; install Archive::Tar;'


All was running well, except for perl-time-hires dan perl-archive-tar.

Here is the error message....

# perl -e 'use CPAN; install Time::HiRes;'
Can't locate object method "install" via package "Time::HiRes" at -e line 1.

# perl -e 'use CPAN; install Archive::Tar;'
Can't locate object method "install" via package "Archive::Tar" at -e line 1.

The same script was running well on OpenSUSE 10.3
Can anybody help?

The biggest problem with Sus 11.1 is that they changed package names from previous versions. If you wait until the middle of the week (maybe sooner!) I'll be releasing an updated version of Qmailtoatser that will include support for OpenSuse 11.1, Fedora 9, and Fedora 10. I'll try and get to work on it to today, but I've got a couple other programming jobs that I'm supposed to be working on so I can't guarantee it.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to