From owner-freebsd-bugs Fri Sep 15 2:30: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BADFD37B42C for ; Fri, 15 Sep 2000 02:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA23198; Fri, 15 Sep 2000 02:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from weirdo.netcraft.com (weirdo.netcraft.com [195.188.192.47]) by hub.freebsd.org (Postfix) with ESMTP id 48C5C37B423 for ; Fri, 15 Sep 2000 02:26:30 -0700 (PDT) Received: (from sketchy@localhost) by weirdo.netcraft.com (8.11.0/8.11.0) id e8F9QRl91816; Fri, 15 Sep 2000 10:26:27 +0100 (BST) (envelope-from sketchy) Message-Id: <200009150926.e8F9QRl91816@weirdo.netcraft.com> Date: Fri, 15 Sep 2000 10:26:27 +0100 (BST) From: Jonathan Perkin Reply-To: sketchy@weirdo.netcraft.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/21287: "make all" for a jail build fails at lib/libpam/modules/pam_ssh Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21287 >Category: misc >Synopsis: "make all" for a jail build fails at lib/libpam/modules/pam_ssh >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 15 02:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jonathan Perkin >Release: FreeBSD 4.1-STABLE i386 >Organization: Netcraft Ltd. >Environment: RELENG_4 >Description: Following jail(8) instructions, the compile fails on the "make all" target with the following error: cc -fpic -DPIC -O -pipe -Wall -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh -c /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/pam_ssh/pam_ssh.c -o pam_ssh.So building shared library pam_ssh.so /usr/libexec/elf/ld: cannot find -lssh *** Error code 1 Stop in /usr/src/lib/libpam/modules/pam_ssh. *** Error code 1 [snip] >How-To-Repeat: D=/here/is/the/jail cd /usr/src make hierarchy DESTDIR=$D make obj make depend make all >Fix: To temporarily fix the problem, cd /usr/src/secure/lib/libssh && make, then return to /usr/src and restart the "make all". A proper fix would naturally be more desirable :) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message