X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Date: Fri, 13 Feb 2009 02:05:11 -0600 From: Jody Burnett Subject: help compiling openssh To: cygwin AT cygwin DOT com Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7400:2.4.4,1.2.40,4.0.166 definitions=2009-02-13_01:2009-02-10,2009-02-13,2009-02-13 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0811170000 definitions=main-0902130000 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 and error libwrap.a missing and then the configuration quits. i followed the instructions from the openssh 5.1p1-10/contrib/cygwin/README file. It says to build from source you need zlib, openssl-devel, minires-devel and tcp_wrappers to build openssh. I'm not sure if you need the sources for these packages as well? I can't find where libwrap.a comes from? I want to build openssh with the patch from https://bugzilla.mindrot.org/show_bug.cgi?id=983 with the Ports patch 1521 (BSD) to portable & -current to allow multiple authentication methods in ssh. Anyone have an idea what do do next?? Any help is very much appreciated. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/