Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2000 10:26:27 +0100 (BST)
From:      Jonathan Perkin <sketchy@netcraft.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/21287: "make all" for a jail build fails at lib/libpam/modules/pam_ssh
Message-ID:  <200009150926.e8F9QRl91816@weirdo.netcraft.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009150926.e8F9QRl91816>