From owner-freebsd-questions Tue Dec 12 14: 1:21 2000 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 12 14:01:19 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from athena.code-fu.com (unknown [209.219.126.242]) by hub.freebsd.org (Postfix) with ESMTP id 8298037B400 for ; Tue, 12 Dec 2000 14:01:14 -0800 (PST) Received: from apollo (gw.stjamesumc.org [209.219.126.245]) by athena.code-fu.com (8.9.3/8.9.3) with SMTP id QAA00253 for ; Tue, 12 Dec 2000 16:59:51 -0500 (EST) (envelope-from msmith@code-fu.com) Message-ID: <016901c06487$0c390580$0201a8c0@codefu.com> From: "Michael A. Smith" To: Subject: shared libs Date: Tue, 12 Dec 2000 17:00:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to add a shared lib directory (/usr/local/mysql/lib/mysql). In Linux, I'd simply add it to /etc/ld.so.conf and run ldconfig. I'm not having as much luck in FreeBSD 4.0. I've been scanning the ldconfig manpage with little luck. I can add a /etc/ld-elf.so.conf file with my new directory listed in it, but if I run "ldconfig -elf" I lose everything ("ldconfig -r" comes up empty). I need to delete the conf file and reboot to get the old shared lib directories back. Any suggestions? -- Michael A. Smith msmith@code-fu.com ICQ: 35884415 :wq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message