in reply to perl58.dll, dbi, dbi.dll woes

You should use the ActiveState's PPM utility to install precompiled modules. Open a command window, and type the following -
ppm install DBI
to install precompiled DBI module from ActiveState's own repository.

If your system requires internet proxy, then you need to set the following environment variables:
proxy: URL of your proxy proxy_user: user name proxy_pass: password
I normally create a batch file that sets up the proxy environment for me...
@echo off set proxy=http://proxy:3128 set proxy_user=roger set proxy_pass=password
If your system uses proxy auto detection, then you can find out the location of your proxy by openning Internet Explorer and then type http://wpad/wpad.dat or http://wpad/proxy.dat to download the windows automatic proxy setup script and find out the actual proxy server URL and PORT.

Replies are listed 'Best First'.
Re: Re: perl58.dll, dbi, dbi.dll woes
by Evyn (Novice) on Dec 24, 2003 at 09:02 UTC
    Thanks, but PPM is not working, even with a proxy set. I have tried more than 20 anonymous proxies, and I always get the same errors, ie can't find site or timeout.
Re: Re: perl58.dll, dbi, dbi.dll woes
by Evyn (Novice) on Dec 24, 2003 at 09:17 UTC
    http://wpad/wpad.dat or http://wpad/proxy.dat both just come up with "page not found" errors.

    I have to install these modules manually. LAN admin will not give me any additional connectivity rights.

      Can you actually nslookup or ping the wpad server at all?

      You could find the proxy settings under connection settings of your internet explorer.

      If your network is using WPAD protocol to detect proxy settings, then there are only a few variations to the wpad config file, wpad.dat, wpad.txt, proxy.dat, proxy.txt, etc.