Am 7. Jul 2004 um 11:25 Uhr schrieb Julien Salort:
I have to use a proxy.
I ran � fink configure � and answered YES when asked about the proxy. I
entered the proxy address (http://192.168.1.9).

However, when I tries to install something with fink, it still uses :
curl -f -L -O http://distfiles.opendarwin.org/dpkg_1.10.21.tar.gz

instead of :
curl -x 192.168.1.9:80 -f -L -O
http://distfiles.opendarwin.org/dpkg_1.10.21.tar.gz

Just a guess, maybe it's using the environment variables to pass proxy information rather than command line args. You could also try setting them manually, see man curl, section ENVIRONMENT.


Which error message does curl print?


Sebastian

--
Sebastian Flothow
[EMAIL PROTECTED]

Because it reverses the logical flow of conversation.
> Why is top posting frowned upon?



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to