Proxy must be specified as absolute URI; '192.168.3.10' is not at /usr/share/perl/5.26/CPAN/FTP.pm line 355
up vote
-1
down vote
favorite
I have been trying to install Regulatory Sequence Analysis Tools (RSAT) on my stand alone computer. The OS is Ubuntu latest version. I am new to it too. While downloading some necessary PERL modules I get this error:
"Proxy must be specified as absolute URI; '192.168.3.10' is not at /usr/share/perl/5.26/CPAN/FTP.pm line 355.
makefiles/install_rsat.mk:256: recipe for target 'perl_modules_install' failed
make: * [perl_modules_install] Error 255**"
Tried solving it with "perl -MCPAN -eshell" but same error pops out. Please help me .
Your help will be very appreciated
linux perl
add a comment |
up vote
-1
down vote
favorite
I have been trying to install Regulatory Sequence Analysis Tools (RSAT) on my stand alone computer. The OS is Ubuntu latest version. I am new to it too. While downloading some necessary PERL modules I get this error:
"Proxy must be specified as absolute URI; '192.168.3.10' is not at /usr/share/perl/5.26/CPAN/FTP.pm line 355.
makefiles/install_rsat.mk:256: recipe for target 'perl_modules_install' failed
make: * [perl_modules_install] Error 255**"
Tried solving it with "perl -MCPAN -eshell" but same error pops out. Please help me .
Your help will be very appreciated
linux perl
1
It's a web proxy, it requires you to provide a URL. Tryhttp://192.168.3.10
, possibly with a port.
– simbabque
Nov 9 at 15:22
This might help: stackoverflow.com/questions/42649791/…
– Tim
Nov 9 at 15:43
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I have been trying to install Regulatory Sequence Analysis Tools (RSAT) on my stand alone computer. The OS is Ubuntu latest version. I am new to it too. While downloading some necessary PERL modules I get this error:
"Proxy must be specified as absolute URI; '192.168.3.10' is not at /usr/share/perl/5.26/CPAN/FTP.pm line 355.
makefiles/install_rsat.mk:256: recipe for target 'perl_modules_install' failed
make: * [perl_modules_install] Error 255**"
Tried solving it with "perl -MCPAN -eshell" but same error pops out. Please help me .
Your help will be very appreciated
linux perl
I have been trying to install Regulatory Sequence Analysis Tools (RSAT) on my stand alone computer. The OS is Ubuntu latest version. I am new to it too. While downloading some necessary PERL modules I get this error:
"Proxy must be specified as absolute URI; '192.168.3.10' is not at /usr/share/perl/5.26/CPAN/FTP.pm line 355.
makefiles/install_rsat.mk:256: recipe for target 'perl_modules_install' failed
make: * [perl_modules_install] Error 255**"
Tried solving it with "perl -MCPAN -eshell" but same error pops out. Please help me .
Your help will be very appreciated
linux perl
linux perl
asked Nov 9 at 15:19
Mithil Gaikwad
1
1
1
It's a web proxy, it requires you to provide a URL. Tryhttp://192.168.3.10
, possibly with a port.
– simbabque
Nov 9 at 15:22
This might help: stackoverflow.com/questions/42649791/…
– Tim
Nov 9 at 15:43
add a comment |
1
It's a web proxy, it requires you to provide a URL. Tryhttp://192.168.3.10
, possibly with a port.
– simbabque
Nov 9 at 15:22
This might help: stackoverflow.com/questions/42649791/…
– Tim
Nov 9 at 15:43
1
1
It's a web proxy, it requires you to provide a URL. Try
http://192.168.3.10
, possibly with a port.– simbabque
Nov 9 at 15:22
It's a web proxy, it requires you to provide a URL. Try
http://192.168.3.10
, possibly with a port.– simbabque
Nov 9 at 15:22
This might help: stackoverflow.com/questions/42649791/…
– Tim
Nov 9 at 15:43
This might help: stackoverflow.com/questions/42649791/…
– Tim
Nov 9 at 15:43
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
It looks like your CPAN proxy is misconfigured. It should be an absolute URL (as the error message says) not just an IP address. http://192.168.3.10/
will probably work (but you might need to add a port number too).
Do you have any suggestions that would make the error message clearer?
Couldn't "Proxy" indicate a misconfigured env var?
– ikegami
Nov 9 at 22:05
Oh, course. I didn't say where the misconfiguration was as I didn't have enough information to even guess.
– Dave Cross
Nov 10 at 6:24
Can you tell me what more information do I need to provide ? And how do I provide it as an url ?
– Mithil Gaikwad
Nov 12 at 10:06
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
It looks like your CPAN proxy is misconfigured. It should be an absolute URL (as the error message says) not just an IP address. http://192.168.3.10/
will probably work (but you might need to add a port number too).
Do you have any suggestions that would make the error message clearer?
Couldn't "Proxy" indicate a misconfigured env var?
– ikegami
Nov 9 at 22:05
Oh, course. I didn't say where the misconfiguration was as I didn't have enough information to even guess.
– Dave Cross
Nov 10 at 6:24
Can you tell me what more information do I need to provide ? And how do I provide it as an url ?
– Mithil Gaikwad
Nov 12 at 10:06
add a comment |
up vote
0
down vote
It looks like your CPAN proxy is misconfigured. It should be an absolute URL (as the error message says) not just an IP address. http://192.168.3.10/
will probably work (but you might need to add a port number too).
Do you have any suggestions that would make the error message clearer?
Couldn't "Proxy" indicate a misconfigured env var?
– ikegami
Nov 9 at 22:05
Oh, course. I didn't say where the misconfiguration was as I didn't have enough information to even guess.
– Dave Cross
Nov 10 at 6:24
Can you tell me what more information do I need to provide ? And how do I provide it as an url ?
– Mithil Gaikwad
Nov 12 at 10:06
add a comment |
up vote
0
down vote
up vote
0
down vote
It looks like your CPAN proxy is misconfigured. It should be an absolute URL (as the error message says) not just an IP address. http://192.168.3.10/
will probably work (but you might need to add a port number too).
Do you have any suggestions that would make the error message clearer?
It looks like your CPAN proxy is misconfigured. It should be an absolute URL (as the error message says) not just an IP address. http://192.168.3.10/
will probably work (but you might need to add a port number too).
Do you have any suggestions that would make the error message clearer?
answered Nov 9 at 15:47
Dave Cross
45.6k23877
45.6k23877
Couldn't "Proxy" indicate a misconfigured env var?
– ikegami
Nov 9 at 22:05
Oh, course. I didn't say where the misconfiguration was as I didn't have enough information to even guess.
– Dave Cross
Nov 10 at 6:24
Can you tell me what more information do I need to provide ? And how do I provide it as an url ?
– Mithil Gaikwad
Nov 12 at 10:06
add a comment |
Couldn't "Proxy" indicate a misconfigured env var?
– ikegami
Nov 9 at 22:05
Oh, course. I didn't say where the misconfiguration was as I didn't have enough information to even guess.
– Dave Cross
Nov 10 at 6:24
Can you tell me what more information do I need to provide ? And how do I provide it as an url ?
– Mithil Gaikwad
Nov 12 at 10:06
Couldn't "Proxy" indicate a misconfigured env var?
– ikegami
Nov 9 at 22:05
Couldn't "Proxy" indicate a misconfigured env var?
– ikegami
Nov 9 at 22:05
Oh, course. I didn't say where the misconfiguration was as I didn't have enough information to even guess.
– Dave Cross
Nov 10 at 6:24
Oh, course. I didn't say where the misconfiguration was as I didn't have enough information to even guess.
– Dave Cross
Nov 10 at 6:24
Can you tell me what more information do I need to provide ? And how do I provide it as an url ?
– Mithil Gaikwad
Nov 12 at 10:06
Can you tell me what more information do I need to provide ? And how do I provide it as an url ?
– Mithil Gaikwad
Nov 12 at 10:06
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53228495%2fproxy-must-be-specified-as-absolute-uri-192-168-3-10-is-not-at-usr-share-per%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
It's a web proxy, it requires you to provide a URL. Try
http://192.168.3.10
, possibly with a port.– simbabque
Nov 9 at 15:22
This might help: stackoverflow.com/questions/42649791/…
– Tim
Nov 9 at 15:43