Results 1 to 1 of 1
I am configuring vsftpd to allow virtual users. Following the online docs for vsftpd, I have to type this as root:
db_load -T -t hash -f logins.txt /etc/vsftpd_login.db
This will ...
- 12-21-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 84
SOLVED: Berkeley db problem
I am configuring vsftpd to allow virtual users. Following the online docs for vsftpd, I have to type this as root:
db_load -T -t hash -f logins.txt /etc/vsftpd_login.db
This will create /etc/vsftpd_login.db.
Problem is db_load is not a command that isn't found. I do not have db, db3 or db4 or any version db on my system, and when I view the packages list for Debian, all their are is docs and utils for various versions of db. So I cannot apt-get it either.
I am running Debian Sarge (3.1) and I use stable, although looking in the testing and unstable package section as proved worthless. Here is the doc I am using to set this up
ftp://vsftpd.beasts.org/users/cevans...L_USERS/README
Any help on how to get db on my system or a work around would be greatful.Last edited by durty_nacho; 12-21-2005 at 09:38 PM. Reason: sdaf


Reply With Quote
