Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2007 15:25:51 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        doug@safeport.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: DB43 sysmlink problem
Message-ID:  <20070103212551.GJ46561@dan.emsphone.com>
In-Reply-To: <20070103153223.K36523@pemaquid.safeport.com>
References:  <20070103153223.K36523@pemaquid.safeport.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070103212551.GJ46561>