Contact us

Install pear packages behind proxy server

I bump into an issue in installing pear packages in Linux Server. I was unable to install pear packages. I also checked the network structure and found out that I was behind a proxy server.

Knowing the network status, I manage to search the net and found a workaround. Below are the steps in installing pear packages behind proxy server.

[mylogin@hostname pear-install]# pear config-show

[mylogin@hostname folder]# pear config-set http_proxy http://<ipaddress>:<port number>

You may again check your settings by

[mylogin@hostname pear-install]# pear config-show

Bookmark and Share RSS News Feed