in reply to Re: Error using module File::RsyncP
in thread Error using module File::RsyncP

Yeah.U r rite
I installed File-RsyncP using rpm and it installed under /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi/
but im using perl 5.10.0
so i copied directory File/RsyncP to /usr/lib/perl5/5.10.0
Did i do anything wrong??

Anyhwo im not able to install using perl -MCPAN -e 'install File::RsyncP'
Thats y i used rpm for the installation.

Replies are listed 'Best First'.
Re^3: Error using module File::RsyncP
by zwon (Abbot) on Dec 06, 2009 at 11:57 UTC

    You can't use XS modules compiled for 5.8.8 with 5.10.0, they aren't binary compatible. Maybe you should try another rpm, with module compiled for perl 5.10.0? Try to search on http://rpm.pbone.net