On Tue, 17 Apr 2007, [EMAIL PROTECTED] wrote:
> Hi,
> 
> I have a problem installing DBD-Oracle, ppm gives me this:
[...]
> There is no oracle client libraries currently available for your platform
> (MSWin32-x86-multi-thread) in 
> http://ppm.activestate.com/libs/oracle-instant-client at
>  install_script line 34.

Are you using a proxy server?  You may need to set up the HTTP_PROXY environment
variable:

    set HTTP_PROXY=http://address:port
or
    set HTTP_PROXY=http://username:[EMAIL PROTECTED]:port

The post-install script doesn't use the PPM3 specific environment
variables HTTP_proxy_user and HTTP_proxy_pass.

Cheers,
-Jan

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to