![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Software/tool to route an IP packet to proxy server and capture the Proxy reply as an | Rajesh_BK | IP Networking | 0 | 02-19-2009 02:32 AM |
| absolute value | dr46014 | UNIX for Dummies Questions & Answers | 3 | 08-26-2008 07:48 AM |
| Absolute value | placroix1 | Shell Programming and Scripting | 5 | 12-04-2007 07:26 AM |
| absolute path | filedeliver | High Level Programming | 4 | 06-05-2007 05:18 PM |
| Getting absolute value ksh | icyhot | UNIX for Dummies Questions & Answers | 3 | 03-30-2006 06:05 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Proxy must be specified as absolute URI
I encounter frequently a problem when installing Perl modules as follows:
Code:
perl -MCPAN -e 'install Family::Module' Code:
Proxy must be specified as absolute URI; ' ' is not at /usr/local/lib/perl5/5.8.8/CPAN.pm line 2357 Code:
perl -MCPAN -e force 'install Family::Module' What can be done to resolve this? |
|
||||
|
Thank you for your swift response. What can I do upon installation of CPAN and Perl to have these settings from the start? Which configuration file needs these settings?
---------- Post updated at 19:07 ---------- Previous update was at 19:06 ---------- Also, I still get the same error message: Code:
# perl -MCPAN -e 'install XML::Simple' CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Sat, 26 Sep 2009 00:27:06 GMT Running install for module XML::Simple Running make for G/GR/GRANTM/XML-Simple-2.18.tar.gz CPAN: LWP::UserAgent loaded ok Proxy must be specified as absolute URI; ' ' is not at /usr/local/lib/perl5/5.8.8/CPAN.pm line 2357 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|