Tags:
create new tag
view all tags

Question

I am preparing to load the Caledar Plug-in and as part of its requirements, I have installed Perl module HTML::CalendarMonthSimple. When I run configure, this module does not show in the list of installed Perl Modules. Here is my @INC library path:

/hostname/wwwroot/twiki/lib/CPAN/lib//arch
/hostname/wwwroot/twiki/lib/CPAN/lib//5.8.3/i686-linux-thread-multi-64int-ld
/hostname/wwwroot/twiki/lib/CPAN/lib//5.8.3
/hostname/wwwroot/twiki/lib/CPAN/lib/
/hostname/wwwroot/twiki/lib
/usr/local/lib/perl5v8s3/5.8.3/i686-linux-thread-multi-64int-ld
/usr/local/lib/perl5v8s3/5.8.3
/usr/local/lib/perl5v8s3/site_perl/5.8.3/i686-linux-thread-multi-64int-ld
/usr/local/lib/perl5v8s3/site_perl/5.8.3
/usr/local/lib/perl5v8s3/site_perl

I have installed the module in: /usr/local/lib/perl5v8s3/site_perl/5.8.3/HTML

At this point, I haven't continued with the plug-in install and am not sure if it would even represent a problem. I am concerned that I do not see it listed when I run configure. Does anyone know of any issues with what is displayed in configure?

Environment

TWiki version: unspecified
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux 2.4.21-4.el (i686-linux-thread-multi-64int-ld)
Web server: Apache 2.2.4
Perl version: 5.8.3
Client OS: MS Windows XP Professional SP2
Web Browser: IE 6.0
Categories: Add-Ons

-- JosephMecca - 25 Apr 2007

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

HTML::CalendarMonthSimple should be found using your INC path.

perl does includes by converting the part before the ::'s into directories, so it will append HTML/CalendarMonthSimple.pm to each directory listed in @INC til it finds it.

so, you should be fine smile

-- SvenDowideit - 26 Apr 2007

Change status to:
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2007-04-26 - SvenDowideit
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.