From owner-freebsd-questions Sun Jul 21 12:39:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A148437B400 for ; Sun, 21 Jul 2002 12:39:53 -0700 (PDT) Received: from petasus.ch.intel.com (petasus.ch.intel.com [143.182.124.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE10F43E58 for ; Sun, 21 Jul 2002 12:39:52 -0700 (PDT) (envelope-from pavan.balaji@intel.com) Received: from fmsmsxvs043.fm.intel.com (fmsmsxvs043.fm.intel.com [132.233.42.129]) by petasus.ch.intel.com (8.11.6/8.11.6/d: solo.mc,v 1.42 2002/05/23 22:21:11 root Exp $) with SMTP id g6LCgEt03504 for ; Sun, 21 Jul 2002 12:42:14 GMT Received: from fmsmsx29.FM.INTEL.COM ([132.233.42.29]) by fmsmsxvs043.fm.intel.com (NAVGW 2.5.2.11) with SMTP id M2002072112384206814 ; Sun, 21 Jul 2002 12:38:42 -0700 Received: by fmsmsx29.fm.intel.com with Internet Mail Service (5.5.2653.19) id <3XNF55AC>; Sun, 21 Jul 2002 12:39:52 -0700 Message-ID: <3D386AED1B47D411A94300508B11F18703BC5C0D@fmsmsx116.fm.intel.com> From: "Balaji, Pavan" To: "'Jesse Geddis'" , freebsd-questions@FreeBSD.ORG Subject: RE: make buildworld error Date: Sun, 21 Jul 2002 12:39:50 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG libpam -- the 'cause of the error is not installed by the standard installation settings in FreeBSD 4.6. You need to either use completer installation from the CD or remove libpam from the Makefile in /usr/src/lib -- I used the second one, and it hasn't given any problems so far. Pavan Balaji, Intel Corporation "Only the Paranoid Survive" -- Andy Grove > -----Original Message----- > From: Jesse Geddis [mailto:jesse@powweb.com] > Sent: Saturday, July 20, 2002 10:05 PM > To: freebsd-questions@FreeBSD.ORG > Subject: make buildworld error > > > This is what i get during a make build world on a > freshly installed system > with all the source after just doing a CVS off > cvs2.freebsd.org of all but > the docs: > > pointers? > > cc -fpic -DPIC -O -pipe > -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypt > o/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 > > Stop in /usr/src/lib/libpam/modules/pam_ssh. > *** Error code 1 > > Stop in /usr/src/lib/libpam/modules. > *** Error code 1 > > Stop in /usr/src/lib/libpam. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message