Wednesday, June 14, 2023

use gdbm on ubuntu

First thing you have to do is checking whether gdbm is installed on your system or not.

normally it is installed on /usr/include


find /usr/include *dbm* is the command you can use.


even though gdbm is installed on your machine, you might need to install gdbm_compat if you use ndbm interface.


sudo apt-get install apt-file

apt-file update

apt-file search ndbm.h


then you will see packages that you should install on your machine.


No comments:

Post a Comment

Task in UnrealEngine

 https://www.youtube.com/watch?v=1lBadANnJaw