[Webcalendar] wcald problem

Rob Janssen r.janssen a t uw.nl
Fri, 18 Mar 2005 14:54:05 +0100


Reimar Bauer schreef:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Dear all
>
> probably someone knows the solution about this kind of failure?
>
> ./wcald start
> Starting wcaldCan't locate webcalConfig.pm in  a t INC ( a t INC contains:
> /usr/lib/perl5/5.8.0/i586-linux-thread-multi/usr/lib/perl5/5.8.0
> /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi
> /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at
> /usr/local/httpd/cgi-bin/wcal/webcald.pl line 32.
> BEGIN failed--compilation aborted at
> /usr/local/httpd/cgi-bin/wcal/webcald.pl line 32.
> startproc:  exit status of parent of
> /usr/local/httpd/cgi-bin/wcal/webcald.pl: 2
>
> cheers
>
> Reimar Bauer

This is normally caused by an incorrect installation (just copying 
webcald.pl to another
directory instead of using install.pl, or not correctly setting the 
CGIDIR in install.pl before
installing).

When it is correct, there should be a "use lib" line immediately below 
the #!/usr/bin/perl
line at the start of wcald.pl (and other .pl scripts) that is pointing 
to the directory
where webcalConfig.pm and other webcal perl modules can be found.  
Apparently
it is not finding them on your system.

Rob