From owner-freebsd-questions@FreeBSD.ORG Sun Apr 25 19:16:15 2004 Return-Path: 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 92A0A16A4CE for ; Sun, 25 Apr 2004 19:16:15 -0700 (PDT) Received: from cheyenne.wixb.com (cheyenne.wixb.com [65.43.82.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F8E43D5F for ; Sun, 25 Apr 2004 19:16:15 -0700 (PDT) (envelope-from jbronson@wixb.com) Received: from thinkpad.wixb.com (thinkpad.wixb.com [10.43.82.5]) i3Q2GEPj000756 for ; Sun, 25 Apr 2004 21:16:14 -0500 (CDT) Message-Id: <6.1.0.6.2.20040425211206.00bdeb80@cheyenne.wixb.com> Date: Sun, 25 Apr 2004 21:16:13 -0500 To: freebsd-questions@freebsd.org From: "J.D. Bronson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Antivirus: Scanned by F-Prot Antivirus 4.4.1 X-Scanned-By: MIMEDefang 2.42 Subject: libssl.so.3 - what needs it at boot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2004 02:16:15 -0000 Apr 25 21:07:17 shadow kernel: Additional ABI support: Apr 25 21:07:17 shadow kernel: . Apr 25 21:07:17 shadow kernel: Local package initialization: Apr 25 21:07:17 shadow kernel: . Apr 25 21:07:17 shadow kernel: /libexec/ld-elf.so.1: Apr 25 21:07:17 shadow kernel: Shared object "libssl.so.3" not found Apr 25 21:07:17 shadow kernel: Apr 25 21:07:17 shadow kernel: /libexec/ld-elf.so.1: Apr 25 21:07:17 shadow kernel: Shared object "libssl.so.3" not found Apr 25 21:07:17 shadow kernel: Apr 25 21:07:17 shadow kernel: Starting cron. Apr 25 21:07:17 shadow kernel: Additional TCP options: Apr 25 21:07:17 shadow kernel: . I removed that libssl.so.3 file for now (for another reason) but I am wondering how I can figure out whats complaining when booting? ..the console isn't much help either: Initial i386 initialization:. Additional ABI support:. Local package initialization:. /libexec/ld-elf.so.1: Shared object "libssl.so.3" not found /libexec/ld-elf.so.1: Shared object "libssl.so.3" not found Starting cron. Additional TCP options:. Starting inetd. ..thanks :) Jeff