From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 21:25:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE24B16A403 for ; Wed, 3 Jan 2007 21:25:52 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id B5A3813C46C for ; Wed, 3 Jan 2007 21:25:52 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id l03LPplD096651; Wed, 3 Jan 2007 15:25:51 -0600 (CST) (envelope-from dan) Date: Wed, 3 Jan 2007 15:25:51 -0600 From: Dan Nelson To: doug@safeport.com Message-ID: <20070103212551.GJ46561@dan.emsphone.com> References: <20070103153223.K36523@pemaquid.safeport.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070103153223.K36523@pemaquid.safeport.com> X-OS: FreeBSD 6.2-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: DB43 sysmlink problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2007 21:25:53 -0000 In the last episode (Jan 03), doug@safeport.com said: > I have installed db43-4.3.29. The install sets up symlinks to the db > commands as: > > /usr/local/bin/db_dump-4.3@ -> db43/db_dump > > As non of the symlinks work, it appears to me they should be set up as: > > /usr/local/bin/db_dump-4.3@ -> /usr/local/bin/db43/db_dump > > Is this correct, or am I missing something? The command works for me. What error are you getting? $ db_dump-4.3 -V Sleepycat Software: Berkeley DB 4.3.29: (September 6, 2005) $ which db_dump-4.3 /usr/local/bin/db_dump-4.3 $ ls -l /usr/local/bin/db_dump-4.3 lrwxr-xr-x 1 root wheel 12 Nov 8 10:55 /usr/local/bin/db_dump-4.3 -> db43/db_dump $ -- Dan Nelson dnelson@allantgroup.com