summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChung-Chiang Cheng <cccheng@synology.com>2024-01-04 13:42:36 +0800
committerZorro Lang <zlang@kernel.org>2024-01-04 16:42:33 +0800
commit66c7b4a494044bba04d68f437c5246dc4d5fe6f4 (patch)
tree80b21869bcc671718c9a07fc4477b2160d6cd367
parentb35af508fb989e4ce96f50678f8ce8ee38f24951 (diff)
README: add a missing necessary package
src/dbtest.c requires 'gdbm-ndbm.h' or 'ndbm.h', both of which are supplied by 'libgdbm-compat-dev' in the latest Ubuntu LTS. However, this package is not a dependency of the currently listed packages. Therefore, add it explicitly to the necessary packages list. $ dpkg -L libgdbm-compat-dev /. /usr /usr/include /usr/include/dbm.h /usr/include/gdbm-ndbm.h /usr/include/ndbm.h Signed-off-by: Chung-Chiang Cheng <cccheng@synology.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index e0dabe96..c46690c4 100644
--- a/README
+++ b/README
@@ -11,7 +11,8 @@ Ubuntu or Debian
$ sudo apt-get install acl attr automake bc dbench dump e2fsprogs fio gawk \
gcc git indent libacl1-dev libaio-dev libcap-dev libgdbm-dev libtool \
libtool-bin liburing-dev libuuid1 lvm2 make psmisc python3 quota sed \
- uuid-dev uuid-runtime xfsprogs linux-headers-$(uname -r) sqlite3
+ uuid-dev uuid-runtime xfsprogs linux-headers-$(uname -r) sqlite3 \
+ libgdbm-compat-dev
2. Install packages for the filesystem(s) being tested: