Something's definitely wrong with your perl install, or your CPAN configuration:
cpan[3]> install iCal::Parser iCal::Parser is up to date (1.14). On Fri, May 16, 2008 at 2:46 PM, Daniel Martins <[EMAIL PROTECTED]> wrote: > Just FYI cpan seems to work but does not know to install iCal::Parser. This > is after a completereinstallation of perl and perl-base (maybe a bug in > Ubuntu? Someone else has the same problem?) > > This is the log > > ~$> sudo cpan -i iCal::Parser DateTime > > CPAN: Storable loaded ok > Going to read /home/daniel/.cpan/Metadata > Warning: Cannot install iCal::Parser, don't know what it is. > Try the command > > i /iCal::Parser/ > > to find objects with matching identifiers. > Warning: Cannot install DateTime, don't know what it is. > Try the command > > i /DateTime/ > > to find objects with matching identifiers. > ~$ > > > > 2008/5/16 Justin Alcorn <[EMAIL PROTECTED]>: > > Yeah, iCal::Parser isn't installed in your system (no iCal/Parser.pm) , and >> ALSO - you've got files in perl/5.8.8 and your @INC references perl/5.8 >> >> I'm not a perl installation guru, but it looks like your perl is pretty >> hosed. Maybe force an aptitude reinstall of perl and then CPAN ? >> >> >> On Fri, May 16, 2008 at 11:22 AM, Daniel Martins <[EMAIL PROTECTED]> >> wrote: >> >>> The result is >>> >>> >>> ~$ sudo find / -name Parser.pm -print >>> /usr/share/perl/5.8.8/Pod/Parser.pm >>> /usr/share/perl5/RPC/XML/Parser.pm >>> /usr/share/perl5/DateTime/Format/Builder/Parser.pm >>> /usr/lib/perl5/XML/Parser.pm >>> /usr/lib/perl5/XML/LibXML/SAX/Parser.pm >>> /usr/lib/perl5/HTML/Parser.pm >>> >>> >>> Any hint of the problem? I have already used ical2rem.pl before without >>> problems >>> >>> Daniel >>> >>> >>> 2008/5/15 Justin Alcorn <[EMAIL PROTECTED]>: >>> >>> Did the cpan installation fail somehow? >>>> >>>> Do: >>>> >>>> find / -name Parser.pm -print >>>> >>>> As root, and see if it's installed, and where it is. Perhaps your @INC >>>> is incorrect? I've seen a couple of occasions where a perl version upgrade >>>> leaves some things hangingin in the wrong directories. >>>> >>>> >>>> On Thu, May 15, 2008 at 4:14 PM, Daniel Martins <[EMAIL PROTECTED]> >>>> wrote: >>>> >>>>> In my Ubuntu 8.04 I cannot use >>>>> >>>>> ical2rem >>>>> >>>>> >>>>> I tried >>>>> >>>>> cpan -i iCal::Parser DateTime as root. as recommended in >>>>> >>>>> http://wiki.43folders.com/index.php/ICal2Rem >>>>> >>>>> >>>>> The result is always >>>>> >>>>> $ ical2rem.pl >>>>> Can't locate iCal/Parser.pm in @INC (@INC contains: /etc/perl >>>>> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 >>>>> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 >>>>> /usr/local/lib/site_perl .) at /home/daniel/bin/ical2rem.pl line 38. >>>>> BEGIN failed--compilation aborted at /home/daniel/bin/ical2rem.pl line >>>>> 38. >>>>> >>>>> >>>>> 2007/10/3 Eyolf Østrem <[EMAIL PROTECTED]>: >>>>> >>>>>> >>>>>> On 20.09.2007 (11:05), Justin Alcorn wrote: >>>>>> > http://wiki.43folders.com/index.php/Remind_Sync_FAQ >>>>>> > >>>>>> > Start putting answers in there. >>>>>> >>>>>> Excellent! perhaps one could add one thing to this (from the page): >>>>>> >>>>>> # use wget within a cron job to download that calendar on a regular >>>>>> basis. put them in a folder names /here/are/my/calendars >>>>>> # use the ical2rem.pl file above just change the $cal_dir into your >>>>>> /here/are/my/calendars folder. >>>>>> >>>>>> If you don't absolutely need to have the google.ics file itself >>>>>> locally, the two steps can be combined into one: >>>>>> >>>>>> wget -O - http://secret.address.to.google.calendar/basic.ics | >>>>>> ical2rem.pl > ~/.calendars/google.rem >>>>>> >>>>>> or whichever name and location one wants to use. >>>>>> >>>>>> I tried to register at the wiki, but there wasn't a "create account" >>>>>> option at the "Log in/create account" page... >>>>>> >>>>>> eyolf >>>>>> >>>>>> -- >>>>>> Lt. Dan: "Have you found Jesus yet Gump?" >>>>>> Forrest Gump: "I didn't know I was supposed to be looking >>>>>> for him - Sir!" >>>>>> _______________________________________________ >>>>>> Remind-fans mailing list >>>>>> [email protected] >>>>>> http://lists.whatexit.org/mailman/listinfo/remind-fans >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Remind-fans mailing list >>>>> [email protected] >>>>> http://lists.whatexit.org/mailman/listinfo/remind-fans >>>>> >>>>> >>>> >>>> >>>> -- >>>> -- >>>> Justin B. Alcorn >>>> >>>> _______________________________________________ >>>> Remind-fans mailing list >>>> [email protected] >>>> http://lists.whatexit.org/mailman/listinfo/remind-fans >>>> >>>> >>> >>> _______________________________________________ >>> Remind-fans mailing list >>> [email protected] >>> http://lists.whatexit.org/mailman/listinfo/remind-fans >>> >>> >> >> >> -- >> -- >> Justin B. Alcorn >> >> _______________________________________________ >> Remind-fans mailing list >> [email protected] >> http://lists.whatexit.org/mailman/listinfo/remind-fans >> >> > > _______________________________________________ > Remind-fans mailing list > [email protected] > http://lists.whatexit.org/mailman/listinfo/remind-fans > > -- -- Justin B. Alcorn
_______________________________________________ Remind-fans mailing list [email protected] http://lists.whatexit.org/mailman/listinfo/remind-fans
