in reply to Problem with loading and compiling the Perl module, Date::Calc
in thread Parsing of the web log file, access_log

Warning: prerequisite Bit::Vector failed to load: Can't locate Bit/Vector.pm in @INC

You have to fix this problem before doing make. Download and install Bit::Vector first.

  • Comment on Re: Problem with loading and compiling the Perl module, Date::Calc
  • Download Code

Replies are listed 'Best First'.
Re: Re: Problem with loading and compiling the Perl module, Date::Calc
by Andy61 (Initiate) on Jun 20, 2003 at 19:54 UTC

    I saw these details in the INSTALL.txt of the Date::Calc module.

    Prerequisites:

    --------------

    Perl version 5.000 or higher, and an ANSI C compiler. (!)
    ^^^^^^
    If you plan to use the modules "Date::Calendar" or "Date::Calendar::Year" from this package, you will also need the module "Bit::Vector" version 5.7 or newer (which also needs an ANSI C compiler!).

    Otherwise you may safely ignore the warning message "Warning: prerequisite Bit::Vector 5.7 not found at ..." when running "perl Makefile.PL".

    You can install "Bit::Vector" at any time later if you change your mind.

    I do not plan to use the Calender & Year modules