How to I access the db4_load command in Fedora 4?

bladephoenix

Senior member
Sep 28, 2002
226
0
0
Hi,

I am trying to figure out how I can use the db4_load utility in Fedora 4. I know I have the Berkley Database RPM, because "rpm -qi db4" brings up a version of 4.3.27.

However, when I try to use db4_load in a command line (under the root account), it says that it is not a valid bash command. I am have searched through a whole bunch of places, including bin, sbin, usr/share/bin, usr/bin...all to no avail.

How do I use this command?

Thanks in advance.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You probbaly just have the libraries installed, on Debian there's a libdbX-util package for each db version provided that has the dbX_load, dbX_archive, dbX_recover, etc commands and there's probably a similar split in Fedora.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
The package is called db4-utils. It's in the repository so you don't have to worry about getting the rpm:

# yum install db4-utils