[Laszlo-dev] Can't locate URI/URL.pm ???

Donald Anderson dda at ddanderson.com
Tue Mar 10 14:38:34 PDT 2009


Sarah,

You'll need to install some perl packages that are used in review- 
mail.pl .
  use URI::URL;
  use URI::Escape;
  use Encode qw(encode);

If you're using unix or cygwin, something like this should work from  
the shell command line:
   cpan -i URI::URL
   cpan -i URI::Escape
   cpan -i Encode     (??)

Not sure about the last one - these were all already installed on my  
system, so I never had to do this.
If you figure out the recipe that works, we should update:

   http://wiki.openlaszlo.org/SubversionBuildInstructions

with notes for your system.

- Don


On Mar 10, 2009, at 1:15 PM, Sarah Allen wrote:

> I'm sure this is something basic, but google isn't helping me....   
> when I svn-review I get this error:
>
> tar: 20090310-sallen-U/20090310-sallen-U.tar: file is the archive;  
> not dumped
> Can't locate URI/URL.pm in @INC (@INC contains: /opt/local/lib/ 
> perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 /opt/local/lib/ 
> perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/ 
> 5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/ 
> vendor_perl/5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/ 
> 5.8.9 /opt/local/lib/perl5/vendor_perl .) at /Users/sarah/src/svn/ 
> tools/trunk/svn/review-mail.pl line 13.
> BEGIN failed--compilation aborted at /Users/sarah/src/svn/tools/ 
> trunk/svn/review-mail.pl line 13.
>
> Everything seems to work ok, it just doesn't generate the email...  
> (which by the way, it would be nice if it would just spit out the  
> contents of the email, even if it can't launch my mail app!)
>
> Any ideas?
>
> Thanks in advance,
> Sarah


--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-306-2057
email: dda at ddanderson.com
www: http://www.ddanderson.com





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.openlaszlo.org/pipermail/laszlo-dev/attachments/20090310/1ad451ab/attachment.html


More information about the Laszlo-dev mailing list