From owner-freebsd-ports@FreeBSD.ORG Wed Dec 21 19:46:04 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F087016A41F; Wed, 21 Dec 2005 19:46:03 +0000 (GMT) (envelope-from derkjan@haanjdj.xs4all.nl) Received: from haanjdj.xs4all.nl (haanjdj.xs4all.nl [82.92.74.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E9743D58; Wed, 21 Dec 2005 19:46:03 +0000 (GMT) (envelope-from derkjan@haanjdj.xs4all.nl) Received: from localhost (localhost [127.0.0.1]) by haanjdj.xs4all.nl (Postfix) with ESMTP id 7831F4C3020; Wed, 21 Dec 2005 20:46:01 +0100 (CET) Received: from haanjdj.xs4all.nl ([127.0.0.1]) by localhost (haanjdj.xs4all.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00978-01; Wed, 21 Dec 2005 20:45:58 +0100 (CET) Received: from bogomip (bogomip.badmuts.org [192.168.2.1]) by haanjdj.xs4all.nl (Postfix) with SMTP id 99DB64C301F; Wed, 21 Dec 2005 20:45:58 +0100 (CET) Message-ID: <002601c60667$271c6bd0$0102a8c0@bogomip> From: "Derkjan de Haan" To: , , Date: Wed, 21 Dec 2005 20:45:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: amavisd-new at haanjdj.xs4all.nl Cc: dougb@freebsd.org Subject: squid, samba startup scripts fail to run from base system rcorder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 19:46:04 -0000 All, I run RELENG_6 on my system, and cvs-upping today, I noticed that samba and squid fail to start properly. This is related to this change: dougb 2005-12-21 07:11:35 UTC Log: MFC the inclusion of scripts from the local_startup directories into the base rcorder, and related changes. I now get the following errors at boot time: Dec 21 19:23:13 haanjdj kernel: Starting squid. Dec 21 19:23:13 haanjdj kernel: /libexec/ld-elf.so.1: Dec 21 19:23:13 haanjdj kernel: Shared object "libintl.so.6" not found, required by "su" Dec 21 19:23:14 haanjdj kernel: Starting SAMBA: removing stale tdbs : Dec 21 19:23:14 haanjdj kernel: /var/db/samba/connections.tdb Dec 21 19:23:14 haanjdj kernel: /var/db/samba/locking.tdb Dec 21 19:23:14 haanjdj kernel: /var/db/samba/messages.tdb Dec 21 19:23:14 haanjdj kernel: /var/db/samba/sessionid.tdb Dec 21 19:23:14 haanjdj kernel: /var/db/samba/brlock.tdb Dec 21 19:23:14 haanjdj kernel: Starting nmbd. Dec 21 19:23:14 haanjdj kernel: /libexec/ld-elf.so.1: Dec 21 19:23:14 haanjdj kernel: Shared object "libiconv.so.3" not found, required by "nmbd" Dec 21 19:23:14 haanjdj kernel: Dec 21 19:23:14 haanjdj kernel: Starting smbd. Dec 21 19:23:14 haanjdj kernel: /libexec/ld-elf.so.1: Dec 21 19:23:14 haanjdj kernel: Shared object "libiconv.so.3" not found, required by "smbd" I presume the problem is that these ports require libraries from /usr/local/lib, which may not be available during early boot? I noticed that ldconfig runs later on in the boot process. regards, Derkjan