my machine is installed behind a proxy server and i have already applied the following command
export http_proxy=http://:@proxyserver.com:8080
export ftp_proxy=http://:@proxyserver.com:8080
now when i do make install for the code, i get following error
my machine is installed behind a proxy server and i have already applied the following command
export http_proxy=http://:@proxyserver.com:8080
export ftp_proxy=http://:@proxyserver.com:8080
now when i do make install for the code, i get following error
Proxy request sent, awaiting response... 407 Proxy Authentication Required
15:12:07 ERROR 407: Proxy Authentication Required.
what shall i do in this, as i am not able to proceed with the installation.
abhinav aggarwal