Check what is the value of http_proxy in your shell env.
$ echo http_proxy
then do this
$ unset http_proxy
$ export http_proxy=http://www.domain.com
Include this sentenct in your profile/login/bashrc file.
Also, I don't see the LD_LIBRARY_PATH variable in your env output. make sure you have that one setup too.
Hope that helps,
clio_usa
OCP - DBA
.
.
.