public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Regarding Compilation of OpenSSH2.9
@ 2001-07-17  5:43 Wipro UWIN
  2001-07-17  6:34 ` Corinna Vinschen
       [not found] ` <20010717154510.J730@cygbert.vinschen.de>
  0 siblings, 2 replies; 4+ messages in thread
From: Wipro UWIN @ 2001-07-17  5:43 UTC (permalink / raw)
  To: Cygwin@Cygwin. Com

Hi,

We are in the process of compiling openssh2.9 version.
During the compilation of openssh on Wipro UWIN,
it asked for some ssl related files.

We would like to know if compilation of ssl is mandatory
before compiling openssh. We came to know that you
were able to compile openssh successfully on cygwin.
We would like to know the changes that you have made
to the sources to be able to compile it on cygwin.

Any help in this direction would be appreciated.

Kind regards,
-Kaveri.
__________________________________________
UWIN Technical Support,
Wipro Technology Solutions, No 8, 7th Main,
1st Block, Koramangla, Bangalore - 560 034. INDIA.
Tel: +91-80-5530035 (India)
Fax: +91-80-5530086 (India)

UWIN: A UNIX/Linux to Windows 2K/NT/9x Migration Toolkit
Wipro UWIN Website: http://www.wipro.com/uwin/



To: cygann <cygwin-announce at cygwin dot com>
Subject: Updated: OpenSSH-2.9p2-2
From: Corinna Vinschen <vinschen at redhat dot com>
Date: Mon, 16 Jul 2001 11:13:20 +0200
Reply-To: cygwin <cygwin at cygwin dot com>

----------------------------------------------------------------------------
----

I've updated the version of OpenSSH in cygwin/latest to 2.9p2-2.

Unfortunately I missed the fact that my change to use pipes
instead of socketpairs by default didn't make it into the
2.9p2 sources. So the -1 version is built using socketpairs.

I have patched the configure script for -2 and it's now built
using pipes which should work for more people than socketpairs.
The speed of data transfer is increased by a factor of ~4, btw.


This is the latest OpenSSH release. It's just a bug fix release.
No new features since 2.9p1 are introduced.

This Cygwin version couples changing user context without
password on NT/W2K (using e.g. public key authentication)
to the Cygwin version. You can do this only if the Cygwin
version is >= 1.3.2 AND `ntsec' is on.

WARNING: Switching user context without password requires well
maintained /etc/passwd and /etc/group files and ntsec ON!

===================================================================
Please note that OpenSSH since version 2.9 uses version 2 protocol
now by default! So if you encounter problems trying to connect to
a site, check first if you expect ssh using version 1 protocol
implicitely. You will have to readjust your config files, perhaps.
===================================================================

To update your installation, click on the "Install Cygwin now" link on
the http://sources.redhat.com/cygwin web page.  This downloads setup.exe
to your system.

Run setup and answer all of the questions.  The mirrors below have the
latest version of this package:

ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/ (US)
ftp://ftp.mirror.ac.uk/sites/sourceware.cygnus.com/pub/cygwin/ (UK)
ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ (Germany)

Note that if this is the first time that you've run the new GUI version
of setup, it will currently download the whole cygwin net release again.
After this point it will only download what is needed.

If you have questions or comments, please send them to the Cygwin
mailing list at:  cygwin@sources.redhat.com .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com

--
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regarding Compilation of OpenSSH2.9
  2001-07-17  5:43 Regarding Compilation of OpenSSH2.9 Wipro UWIN
@ 2001-07-17  6:34 ` Corinna Vinschen
       [not found] ` <20010717154510.J730@cygbert.vinschen.de>
  1 sibling, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2001-07-17  6:34 UTC (permalink / raw)
  To: Cygwin@Cygwin. Com

On Tue, Jul 17, 2001 at 06:17:00PM +0530, Wipro UWIN wrote:
> Hi,
> 
> We are in the process of compiling openssh2.9 version.
> During the compilation of openssh on Wipro UWIN,
> it asked for some ssl related files.
> 
> We would like to know if compilation of ssl is mandatory
> before compiling openssh. We came to know that you

OpenSSH needs OpenSSL (at least 0.9.6) installed to compile.
OpenSSL builds and runs OOTB.

> were able to compile openssh successfully on cygwin.
> We would like to know the changes that you have made
> to the sources to be able to compile it on cygwin.

The changes to OpenSSH needed for Cygwin are part of the official
sources so I wonder about that question. Search for `HAVE_CYGWIN'
in the sources and you're on the right track.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regarding Compilation of OpenSSH2.9
       [not found] ` <20010717154510.J730@cygbert.vinschen.de>
@ 2001-07-19  6:17   ` Pramodh Nagaraj Rao Ghurki
  2001-07-19  6:34     ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Pramodh Nagaraj Rao Ghurki @ 2001-07-19  6:17 UTC (permalink / raw)
  To: Corinna Vinschen

Hi,
We could get the binaries of SSL & installed it.
But the error, "could not find ssl library" still comes.
=======================================================
checking for OpenSSL directory... configure: error: Could not find working
Open
SSL library, please install or check config.log
=======================================================

We also tried giving
$./configure --with-ssl-dir=/usr/local/openssl

where /usr/local/openssl is the directory which contains the include, bin &
lib files of SSL.
Are we missing some thing here? can you please help us in this regard

Thanks in advance
Pramodh
__________________________________
Wipro UWIN Support Team
E & I Solutions, Wipro Technologies
No.8, 7th Main, 1st Block,
Koramangala,
Bangalore - 34
Tel : +91-80-5525125/2  Ext.1042
Fax : +91-80-5530085




----- Original Message -----
From: "Corinna Vinschen" <cygwin@cygwin.com>
To: "Wipro UWIN" <uwin@wipro.com>
Sent: Tuesday, July 17, 2001 7:15 PM
Subject: Re: Regarding Compilation of OpenSSH2.9


On Tue, Jul 17, 2001 at 06:17:00PM +0530, Wipro UWIN wrote:
> Hi,
>
> We are in the process of compiling openssh2.9 version.
> During the compilation of openssh on Wipro UWIN,
> it asked for some ssl related files.
>
> We would like to know if compilation of ssl is mandatory
> before compiling openssh. We came to know that you

OpenSSH needs OpenSSL (at least 0.9.6) installed to compile.
OpenSSL builds and runs OOTB.

> were able to compile openssh successfully on cygwin.
> We would like to know the changes that you have made
> to the sources to be able to compile it on cygwin.

The changes to OpenSSH needed for Cygwin are part of the official
sources so I wonder about that question. Search for `HAVE_CYGWIN'
in the sources and you're on the right track.

Corinna

--
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Regarding Compilation of OpenSSH2.9
  2001-07-19  6:17   ` Pramodh Nagaraj Rao Ghurki
@ 2001-07-19  6:34     ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2001-07-19  6:34 UTC (permalink / raw)
  To: Pramodh Nagaraj Rao Ghurki; +Cc: cygwin

On Thu, Jul 19, 2001 at 06:55:32PM +0530, Pramodh Nagaraj Rao Ghurki wrote:
> Hi,
> We could get the binaries of SSL & installed it.
> But the error, "could not find ssl library" still comes.
> =======================================================
> checking for OpenSSL directory... configure: error: Could not find working
> Open
> SSL library, please install or check config.log
> =======================================================
> 
> We also tried giving
> $./configure --with-ssl-dir=/usr/local/openssl
> 
> where /usr/local/openssl is the directory which contains the include, bin &
> lib files of SSL.
> Are we missing some thing here? can you please help us in this regard

No, you will have to figure out what's going wrong in the
configure script by yourself.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-19  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-17  5:43 Regarding Compilation of OpenSSH2.9 Wipro UWIN
2001-07-17  6:34 ` Corinna Vinschen
     [not found] ` <20010717154510.J730@cygbert.vinschen.de>
2001-07-19  6:17   ` Pramodh Nagaraj Rao Ghurki
2001-07-19  6:34     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).