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]
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
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
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
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