From owner-freebsd-current@FreeBSD.ORG Sun Sep 7 12:33:29 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04EA516A4BF for ; Sun, 7 Sep 2003 12:33:29 -0700 (PDT) Received: from mail.yazzy.org (yazzy.org [217.8.140.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E680243FD7 for ; Sun, 7 Sep 2003 12:33:27 -0700 (PDT) (envelope-from masta@yazzy.org) Received: from localhost (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with ESMTP id C83AB3980F for ; Sun, 7 Sep 2003 21:33:23 +0200 (CEST) Received: from mail.yazzy.org ([127.0.0.1]) by localhost (urukhai.yazzy.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59307-04 for ; Sun, 7 Sep 2003 21:32:52 +0200 (CEST) Received: from yazzy.org (localhost [127.0.0.1]) by mail.yazzy.org (Postfix) with SMTP id E4FA139812 for ; Sun, 7 Sep 2003 21:32:50 +0200 (CEST) Received: from 12-238-113-137.client.attbi.com ([12.238.113.137]) (SquirrelMail authenticated user masta@yazzy.org) by mail.yazzy.org with HTTP; Sun, 7 Sep 2003 21:32:51 +0200 (CEST) Message-ID: <19588.12.238.113.137.1062963171.squirrel@mail.yazzy.org> Date: Sun, 7 Sep 2003 21:32:51 +0200 (CEST) From: To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.11) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: problems with_dynamicroot =yes/noshared=no ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 19:33:29 -0000 Hello friends, I'm seeing a weird issue with my recent build, here goes: shiba# ls -ld /lib drwxr-xr-x 2 root wheel 1024 Sep 7 01:53 /lib shiba# ls -lh /lib/libc.so.5 -r--r--r-- 1 root wheel 862K Sep 7 01:50 /lib/libc.so.5 shiba# ls -lh /usr/lib/libc.so.5 -r--r--r-- 1 root wheel 875K Jul 6 19:53 /usr/lib/libc.so.5 shiba# ldd /sbin/init /sbin/init: libutil.so.3 => /usr/lib/libutil.so.3 (0x28076000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x28082000) libc.so.5 => /usr/lib/libc.so.5 (0x2809b000) Nothing in my /bin or /sbin is linked to anything in /lib. =( My environment is a jail where I use NOSHARED=NO, and WITH_DYNAMICROOT. At first I though my init was linking to stuff in /usr/lib for compatibility, but libc is not a symbolic link, so this is not a compatability-link issue. My working theory thus far is that maybe NOSHARED=NO might be interfearing with WITH_DYNAMICROOT, but I'm not sure how to find out if that is true/false. Anybody know what is going on? Thanks in advance, -Jon (masta)