472,992 Members | 3,704 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,992 software developers and data experts.

407 proxy authentication when installing perl modules

170 100+
hi all,

i've trouble installing module net::Telnet

i used to be able to install all my modules on windows XP using ppm
but all of a suddent i get the error:

"407 proxy authentication required"
Apr 16 '08 #1
3 4126
nithinpes
410 Expert 256MB
hi all,

i've trouble installing module net::Telnet

i used to be able to install all my modules on windows XP using ppm
but all of a suddent i get the error:

"407 proxy authentication required"
If your IE is configured to use proxy server, try ppm after adding the following three environment variables under system variables(System Properties>Advanced tab>Environment variables).

name: http_proxy
value: your proxy server(e.g http://internet:8085)

name: http_proxy_user
value: your username(Windows login)

name: http_proxy_pass
value: password
Apr 16 '08 #2
nithinpes
410 Expert 256MB
I think I had given you this solution sometime back, for installation of some other module. Incase you have changed the Windows login password, change the environment variable accordingly.
Apr 16 '08 #3
poolboi
170 100+
I think I had given you this solution sometime back, for installation of some other module. Incase you have changed the Windows login password, change the environment variable accordingly.
alright thanks
for some apparent reason
after resetting my comp a few times
the ppm started working again
weird...anyway thanks :)
sorrie for the inconvenience
Apr 16 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Carl Waldbieser | last post by:
**** Post for FREE via your newsreader at post.usenet.com **** When using urllib2.urlopen() on my Windows 2000 machine at work, I was puzzled that I kept getting back authentication errors from...
2
by: bagsmode | last post by:
Hi, I'm trying to figure out how to load modules that I don't already have. I tried loading module Test, and I kept getting an error with the nmake.exe that was being used (running on Win98...
0
by: Fred | last post by:
I need to install perl modules on some new servers that use an FTP proxy server. To manually FTP to a remote host, you need to use your active directory (ntid) in conjunction with the remote...
1
by: kenneth kahn | last post by:
I've installed ActivePerl on my AIX 5.1 system using the following install file ActivePerl-5.8.7.813-aix-5.1-cc-151115.tar.gz By install, all I did was to gunzip/tar the file. Everything seems...
3
by: Wild Wind | last post by:
Hello all, I apologise in advance for the long windedness of this post, but I feel that if I am going to get any solution to this problem, it is important that I present as much information...
7
by: Pro1712 | last post by:
Hello, I need to write a simple proxy server. What I want to do is to use HttpListener to get requests from the browser, add some proxy information and some other stuff and send the request to...
7
by: chandru1782 | last post by:
Dear friends, I am trying to use CPAN for installing some perl modules. i am using a ubuntu system, which has internet connection through lan and authenticated proxy. when trying to install...
2
by: =?Utf-8?B?TGVuc3Rlcg==?= | last post by:
A C# (.NET 2) application which uses the System.Net.HttpWebRequest object to request a resource over HTTPS is failing following the installation of a new proxy server on our internal network with...
2
by: sbettadpur | last post by:
Hiiii > > I have installed mysql , Active perl 5.10 successfully but > Template-GD: ppm install Template-GD > PerlMagick: ppm install PerlMagick > SOAP-Lite: ppm install SOAP-Lite > ...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.