[SuSE Linux] Perl problem with URI::URL
I have some perl code that requires URI::URL. When I run the script I get this: ###################################### bash-2.02# ./cpusrcgi.pl Content-type: text/html <H1>Software error:</H1> <CODE>[Mon Mar 22 02:11:29 1999] URL.pm: Can't locate URI/URL.pm in @INC (@INC contains: /usr/lib/perl5/5.00502/i586-linux /usr/lib/perl5/5.00502 /usr/lib/perl5/site_perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .) at ./cpusrcgi.pl line 38. BEGIN failed--compilation aborted at ./cpusrcgi.pl line 38. </CODE> For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. ; [Mon Mar 22 02:11:29 1999] cpusrcgi.pl: [Mon Mar 22 02:11:29 1999] URL.pm: Can't locate URI/URL.pm in @INC (@INC contains: /usr/lib/perl5/5.00502/i586-linux /usr/lib/perl5/5.00502 /usr/lib/perl5/site_perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 .) at ./cpusrcgi.pl line 38. [Mon Mar 22 02:11:29 1999] cpusrcgi.pl: BEGIN failed--compilation aborted at ./cpusrcgi.pl line 38. bash-2.02# ############################################### Im not sure how to read this. I can find URI.pm in file:/usr/lib/perl5/site_perl/5.005/i586-linux/Apache/URI.pm, but I don't see URI\URL.pm anywhere. I'm new to perl so I really don't know how all this works. Any help would be appreciated. TIA, Steve -- <A HREF="http://www.winehq.com"><A HREF="http://www.winehq.com</A">http://www.winehq.com</A</A>> | I think. <A HREF="http://www.suse.com"><A HREF="http://www.suse.com</A">http://www.suse.com</A</A>> | I think I am. <A HREF="http://www.kde.org"><A HREF="http://www.kde.org</A">http://www.kde.org</A</A>> | Therefore I am. <A HREF="http://samba.anu.edu.au"><A HREF="http://samba.anu.edu.au</A">http://samba.anu.edu.au</A</A>> | I think? - Moody Blues -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Hi, On Mon, Mar 22, 1999 at 02:30 -0500, Steven T. Hatton wrote:
I have some perl code that requires URI::URL. When I run the script I get this: [...] Im not sure how to read this. I can find URI.pm in file:/usr/lib/perl5/site_perl/5.005/i586-linux/Apache/URI.pm, but I don't see URI\URL.pm anywhere. I'm new to perl so I really don't know how all this works. Any help would be appreciated.
The module URI::URL isn't part of the perl distribution. Get it from CPAN: <A HREF="ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/URI/URI-1.00.tar.gz"><A HREF="ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/URI/URI-1.00.tar.gz</A">ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/URI/URI-1.00.tar.gz</A</A>> you'll also need the MIME::Base64 module <A HREF="ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/MIME/MIME-Base64-2.11.tar.gz"><A HREF="ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/MIME/MIME-Base64-2.11.tar.gz</A">ftp://ftp.gwdg.de/pub/languages/perl/CPAN/modules/by-module/MIME/MIME-Base64-2.11.tar.gz</A</A>> Ciao, Stefan -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (2)
-
hattons@CPKWEBSER5.ncr.disa.mil
-
stefan.troeger@wirtschaft.tu-chemnitz.de