Report to Sender

2004-03-05 Thread SkyApps01
Incident Information:- Database: d:/lotus/domino/data/mail1.box Originator: [EMAIL PROTECTED] Recipients: [EMAIL PROTECTED] Subject:Information Date/Time: 03/05/2004 05:55:26 AM The file attachment part1.cmd you sent to the recipients listed above was infected with the W32/[EMAIL PROTECTED]

Re: compiling wget 1.9 with ssl

2004-03-05 Thread Daniel Stenberg
On Fri, 5 Mar 2004, Hrvoje Niksic wrote: > Maybe configure should try to detect running under Red Hat 9 and kludge in > the kerberos path for that broken system. I've done exactly this hack once already for curl. It doesn't have to be _that_ kludgy, since you can invoke "pkg-config" to query what

Re: compiling wget 1.9 with ssl

2004-03-05 Thread Hrvoje Niksic
Jamie Zawinski <[EMAIL PROTECTED]> writes: > - that pulled in krb5-devel (good so far) > - then I had to do ./configure --with-ssl=/usr/kerberos > because it needs /usr/kerberos/include/krb5.h I had the same problem on Red Hat 9, and solved it the same way. I think that was actually a bu

Re: Bug in wget: cannot request urls with double-slash in the query string

2004-03-05 Thread Hrvoje Niksic
D Richard Felker III <[EMAIL PROTECTED]> writes: >> The request log shows that the slashes are apparently respected. > > I retried a test case and found the same thing -- the slashes were > respected. OK. > Then I remembered that I was using -i. Wget seems to work fine with > the url on the comm

compiling wget 1.9 with ssl

2004-03-05 Thread Jamie Zawinski
It took me a while to figure out how to build wget 1.9 with SSL on my stock Red Hat 9 system: - install openssl-devel (this was fairly obvious) - that pulled in krb5-devel (good so far) - then I had to do ./configure --with-ssl=/usr/kerberos because it needs /usr/kerberos/include/krb5.h