Re: [PATCH] 0.9.8: Install bug on case-preserving filesystems

2005-07-08 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Thu, 7 Jul 2005 11:01:11 +0200, Corinna Vinschen [EMAIL PROTECTED] said: vinschen The problem only happens on filesystems which are not vinschen case-sensitive but only case-preserving, like filesystems on vinschen Windows or MacOS. vinschen vinschen What happens

Re: [PATCH] 0.9.8: Install bug on case-preserving filesystems

2005-07-08 Thread Corinna Vinschen
On Jul 8 12:14, Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Thu, 7 Jul 2005 11:01:11 +0200, Corinna Vinschen [EMAIL PROTECTED] said: vinschen The problem only happens on filesystems which are not vinschen case-sensitive but only case-preserving, like filesystems on

[PATCH] 0.9.8: Install bug on case-preserving filesystems

2005-07-07 Thread Corinna Vinschen
Hi, the first day of 0.9.8 in Cygwin resulted in the following bug report on the Cygwin list: Have just done a fresh install of cygwin to compile a Linux app that uses DES. According to man des, I should still be able to include openssl/des.h, but that file doesn't seem to exist in

Re: [PATCH] 0.9.8: Install bug on case-preserving filesystems

2005-07-07 Thread Doug Kaufman
On Thu, 7 Jul 2005, Corinna Vinschen wrote: According to man des, I should still be able to include openssl/des.h, but that file doesn't seem to exist in this release. The reporter was right and I tried to figure out what has gone wrong so that the des (and, FWIW, the bf) header files

Re: [PATCH] 0.9.8: Install bug on case-preserving filesystems

2005-07-07 Thread Richard Levitte
Doug Kaufman writes: install: @do something in a subshell The problem only happens on filesystems which are not case-sensitive but only case-preserving, like filesystems on Windows or MacOS. I can confirm that the des.h and blowfish.h headers are not installed in either the DJGPP build

Re: [PATCH] 0.9.8: Install bug on case-preserving filesystems

2005-07-07 Thread Corinna Vinschen
On Jul 7 15:51, Richard Levitte wrote: Doug Kaufman writes: install: @do something in a subshell The problem only happens on filesystems which are not case-sensitive but only case-preserving, like filesystems on Windows or MacOS. I can confirm that the des.h and blowfish.h

Re: [PATCH] 0.9.8: Install bug on case-preserving filesystems

2005-07-07 Thread Andy Polyakov
install: @do something in a subshell The problem only happens on filesystems which are not case-sensitive but only case-preserving, like filesystems on Windows or MacOS. My patch should be everything needed. Aha! That's why it was there... I'm the one who removed it... Speaking of