in reply to Error using module File::RsyncP

It looks like your module was built against another perl version. Try to rebuilt and reinstall module.

Replies are listed 'Best First'.
Re^2: Error using module File::RsyncP
by Anonymous Monk on Dec 06, 2009 at 11:16 UTC
    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.

      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