On Sun, 02 Nov 2003 03:29:42 GMT, Mark <[EMAIL PROTECTED]> 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.
#
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to