From owner-freebsd-stable Wed Jul 31 20:24:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D35F537B405 for ; Wed, 31 Jul 2002 20:24:26 -0700 (PDT) Received: from kilika.bozzman.com (new.bozzman.com [209.150.109.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E5C44344 for ; Wed, 31 Jul 2002 20:10:23 -0700 (PDT) (envelope-from jwbozzy@bozzman.com) Received: from bozzman.com (md-wstmstr-cuda2-c2c-53.wmnsmd.adelphia.net [68.69.124.53]) by kilika.bozzman.com (8.9.3/8.9.3) with ESMTP id WAA23146 for ; Wed, 31 Jul 2002 22:54:50 -0400 Message-ID: <3D48A405.8030209@bozzman.com> Date: Wed, 31 Jul 2002 22:59:17 -0400 From: Justin Boswell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020731 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Subject: make buildworld dies on openssh Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just cvsup'd everything to RELENG_4_6 this evening and went to do the usual buildworld/kernel install dance, and was stopped by the following error when compiling openssh: ===> libpam/modules/pam_ssh cc -O -pipe -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh -c /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c -o pam_ssh.o building static pam_ssh library ranlib libpam_ssh.a cc -fpic -DPIC -O -pipe -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh -c /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c -o pam_ssh.So building shared library pam_ssh.so /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lssh *** Error code 1 I tried compiling the version of openssh in ports as well, to see if it would work, but to no avail. Any ideas or suggestions on getting this to actually build would be most appreciated. Thanks in advance, Justin Boswell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message