kanish has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,

I am in struggling in installing the CAM::PDF.

when i try to install, the following error is showing.

C:\temp>ppm PPM - Programmer's Package Manager version 3.1. Copyright (c) 2001 ActiveState SRL. All Rights Reserved. Entering interactive shell. Using Term::ReadLine::Stub as readline lib +rary. Type 'help' to get started. ppm> i CAM::PDF Error: Package 'Crypt-RC4' not found. Please 'search' for it first. ppm>

But I can able to install Except this module.

Please advice me

Thanks
Kanish

Replies are listed 'Best First'.
Re: install CAM::PDF module
by acid06 (Friar) on Feb 11, 2006 at 06:57 UTC
    This problem is occurring because PPM is not able to find a required dependency: the module Crypt::RC4.

    This module is not available at the default PPM repositories, however it's available at University of Winnipeg's TheoryX5 PPM repository.

    You can add this repository to your PPM repository list by issuing the command:
    rep add TheoryX5 http://theoryx5.uwinnipeg.ca/ppms/
    After that, the installation should work correctly.


    acid06
    perl -e "print pack('h*', 16369646), scalar reverse $="