From ben a t imtechgraphics.com Wed Aug 17 17:57:50 2005 From: ben a t imtechgraphics.com (Ben Schwartz) Date: Wed, 17 Aug 2005 12:57:50 -0400 Subject: [Webcalendar] Installation problem Message-ID: Hi, I'm trying to install wcal on linux but when I try to check the syntax for wcal.pl I get the following error : [root a t coldfusion-dev wcal]# perl -c wcal.pl webcalConfig.pm did not return a true value at /usr/local/apache/cgi-bin/wcal/webcalSupport.pm line 35. BEGIN failed--compilation aborted at /usr/local/apache/cgi-bin/wcal/webcalSupport.pm line 35. Compilation failed in require at wcal.pl line 36. BEGIN failed--compilation aborted at wcal.pl line 36. As a consequence apache complains when I try to access the calendar saying : [Wed Aug 17 12:16:13 2005] [error] [client 172.17.1.165] Premature end of script headers: /usr/local/apache/cgi-bin/wcal/wcal.pl Can anyone tell me what I need to do for this to work correctly? Thank you very much in advance for your help. Ben From bob a t nleaudio.com Thu Aug 18 07:17:11 2005 From: bob a t nleaudio.com (Bob Puff) Date: Thu, 18 Aug 2005 02:17:11 -0400 Subject: [Webcalendar] Listing events only Message-ID: <430427E7.5020701 a t nleaudio.com> Hello, I would like to figure out how to get webcal to list the text of all the events of today, combining a couple calendars, for display within an existing html file. This is similar to the description on the webcal site of how to embed a tiny calendar into your own html, except that instead of the tiny calendar, I want the list of events. Is this possible? Bob From webcal a t tplace.org Thu Aug 18 14:39:35 2005 From: webcal a t tplace.org (Greg Tee) Date: Thu, 18 Aug 2005 15:39:35 +0200 Subject: [Webcalendar] automatic vcalendar intergration Message-ID: <1124372375.9111.150.camel a t foobar.office.bit.nl> Hi there, I would very much like to automatically import a vcalendar file into my webcalander, the vcal file is pushed to the webserver locally via webdav. Can I import it from shell with a crontab or something? Regards, -- Greg Tee | GPG FEBB721B | TEE-RIPE | Tplace.org | MoodyMonday.org | From peter.petrakis a t gmail.com Fri Aug 19 03:33:18 2005 From: peter.petrakis a t gmail.com (Peter Petrakis) Date: Thu, 18 Aug 2005 22:33:18 -0400 Subject: [Webcalendar] PAM support on v2.9.3 Message-ID: Hi All, I've searched around the net and haven't found any mention of this except for the original patch. If there's a short howto about the following issue I would be extremley greatfull if someone could point me in the right direction. OK. I'm running CentOS 4.1 [RHEL 4.1] and have v2.9.3 of webcal. My network has NIS for authentication and my server is a NIS client of this domain. My goal is use the PAM module to authenticate existing NIS users into webcal. I only plan to use webcal as a resource calendar for a few conference rooms and a video project so I don't see the point in having each staff member having their own calendar just to be able to sign in and reserve a timeslot. Well, I edited added code in webcalAuth to detect the new 'pam' authentication method I added to webcalConfig. I also added the the proper handler code in the PAM module for the function pointers. Low and behold it doesn't work. Actually it just hangs when I try to auth. I'm not an experienced perl developer, more C/Java. I'm not seeing anything in /tmp/wcal.log that elude to the error, it's empty. So my question is does this module work and if so how do I set it up properly? Thank you. Peter Petrakis From africantiger a t yahoo.com Mon Aug 29 13:09:25 2005 From: africantiger a t yahoo.com (Clive Anderson) Date: Mon, 29 Aug 2005 05:09:25 -0700 (PDT) Subject: [Webcalendar] Cannot get WebCalendar to work Message-ID: <20050829120925.63387.qmail a t web30514.mail.mud.yahoo.com> I have Apache (2.0.52) and mod_perl (1.99_16) running. I have followed the webcalendar installation instructions but after restarting httpd I am getting the following error: yntax error on line 999 of /etc/httpd/conf/httpd.conf: PerlRequire directive not allowed in a block What am I doing wrong? Clive... ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs From larry.howe a t comjet.com Tue Aug 30 00:10:37 2005 From: larry.howe a t comjet.com (Larry Howe) Date: Mon, 29 Aug 2005 19:10:37 -0400 Subject: [Webcalendar] Cannot get WebCalendar to work In-Reply-To: <20050829120925.63387.qmail a t web30514.mail.mud.yahoo.com> References: <20050829120925.63387.qmail a t web30514.mail.mud.yahoo.com> Message-ID: <200508291910.37305.larry.howe a t comjet.com> On Monday August 29 2005 08:09, Clive Anderson wrote: > I have Apache (2.0.52) and mod_perl (1.99_16) running. > I have followed the webcalendar installation > instructions but after restarting httpd I am getting > the following error: > yntax error on line 999 of /etc/httpd/conf/httpd.conf: > PerlRequire directive not allowed in a > block > > > What am I doing wrong? > > Clive... > Sounds like httpd.conf has a syntax error :). Can you send us lines 950 to 1050 of that file? What changes did you make to the file? Larry From bob a t nleaudio.com Tue Aug 30 01:08:53 2005 From: bob a t nleaudio.com (Bob Puff) Date: Mon, 29 Aug 2005 20:08:53 -0400 Subject: [Webcalendar] Cannot get WebCalendar to work In-Reply-To: <20050829120925.63387.qmail a t web30514.mail.mud.yahoo.com> References: <20050829120925.63387.qmail a t web30514.mail.mud.yahoo.com> Message-ID: <20050830000717.M78407 a t nleaudio.com> Hi Clive, You need the apache2 configuration, which I also had to figure out. Hopefully the webcal install docs will be updated. Here's what I use: #for Webcal: Alias /y/ /var/www/webcal/bin/ PerlRequire "/var/www/webcal/bin/startup.pl" AllowOverride All SetHandler perl-script PerlHandler ModPerl::Registry PerlSendHeader On Options +ExecCGI Order allow,deny Allow from all Alias /i/ "/var/www/webcal/webcal_icons/" Options Indexes MultiViews AllowOverride All Order allow,deny Allow from all ---------- Original Message ----------- From: Clive Anderson To: webcalendar a t math.utexas.edu Sent: Mon, 29 Aug 2005 05:09:25 -0700 (PDT) Subject: [Webcalendar] Cannot get WebCalendar to work > I have Apache (2.0.52) and mod_perl (1.99_16) running. > I have followed the webcalendar installation > instructions but after restarting httpd I am getting > the following error: > yntax error on line 999 of /etc/httpd/conf/httpd.conf: > PerlRequire directive not allowed in a > block > > What am I doing wrong? > > Clive... > > > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs > > _______________________________________________ > Webcalendar mailing list > Webcalendar a t www.math.utexas.edu > http://www.math.utexas.edu/mailman/listinfo/webcalendar ------- End of Original Message -------