Date: Sat, 1 Nov 2003 22:19:41 -0700 From: Robin Schoonover <end@endif.cjb.net> To: Mark <admin@asarian-host.net> Cc: freebsd-questions@freebsd.org Subject: Re: BerkeleyDB version? Message-ID: <20031101221941.73ac58f7.end@endif.cjb.net> In-Reply-To: <200311020329.HA23TG5F034077@asarian-host.net> References: <200311020329.HA23TG5F034077@asarian-host.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 02 Nov 2003 03:29:42 GMT, Mark <admin@asarian-host.net> wrote: > Hi, > > How can I tell which version of BerkeleyDB I have installed on my FreeBSD > 4.7R? > If you installed it via ports, then ls /var/db/pkg | egrep ^db\(3\|4\) should do it for you. If it happens to be major version 3, then 'db3_stat -V' might be able to tell you something also (dunno about 4). -- Robin Schoonover (aka End) # # Don't take life too seriously -- you'll never get out of it alive. #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031101221941.73ac58f7.end>