Re: help compiling openssh

2009-02-14 Thread Corinna Vinschen
On Feb 13 15:30, Jody Burnett wrote: > That worked...installed the libwrap-devel and configure worked no > problem...next i created the my-openssh.tar.bz2. How do you unpack > this archive without overwriting the folder permissions of bin, var > etc? Dir permissions are only set when they get

Re: help compiling openssh

2009-02-13 Thread Jody Burnett
That worked...installed the libwrap-devel and configure worked no problem...next i created the my-openssh.tar.bz2. How do you unpack this archive without overwriting the folder permissions of bin, var etc? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: help compiling openssh

2009-02-13 Thread Corinna Vinschen
On Feb 13 02:05, Jody Burnett wrote: > When i run configure openssh 5.1p1-10 (source from cygwin setup) with the > following command > > $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir='${sbindir}' > --localstatedir=/var --datadir='${prefix}/share' --mandir='${datadir}/man' > --infod

help compiling openssh

2009-02-13 Thread Jody Burnett
When i run configure openssh 5.1p1-10 (source from cygwin setup) with the following command $ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir='${sbindir}' --localstatedir=/var --datadir='${prefix}/share' --mandir='${datadir}/man' --infodir='${datadir}/info' --with-tcp_wrappers i get a

Help compiling openssh for cygwin

2007-12-24 Thread Kevin Hilton
Ive managed to compile gnupg and openssh from source in order to enable the camellia ciphers. I'm having problems compiling openssh from source -- either svn or the latest source release. The make process just seems to suddenly stop. Looking for any pointers to complete the compilation. The ope