On 2/2/2006 10:52 AM, Corinna Vinschen wrote:
On Feb 2 10:41, David Rothenberger wrote:
Is this the appropriate thing to do?
The appropriate thing to do would be to use the binaries from the
distro.
I can't. I need to apply a patch to OpenSSH to restore compatability
with SSH2 from ssh.c
On Feb 2 10:41, David Rothenberger wrote:
> I get the following error when trying to compile openssh-4.3p1-1
> using cygwin 1.5.19-4.
>
> scp.c: In function `rsource':
> scp.c:698: error: structure has no member named `d_ino'
>
> The error comes from this code:
>
> while ((dp = readdir(dirp)) !
I get the following error when trying to compile openssh-4.3p1-1
using cygwin 1.5.19-4.
scp.c: In function `rsource':
scp.c:698: error: structure has no member named `d_ino'
The error comes from this code:
while ((dp = readdir(dirp)) != NULL) {
if (dp->d_ino == 0)
continue;
i
I've just updated the version of OpenSSH to 4.3p1-1.
This is an official new upstream release. The official release
message is missing a Cygwin specific patch:
- In ssh-host-config, always add a dependency to the tcpip (network)
service when creating an sshd service on NT.
The official releas
4 matches
Mail list logo