Re: using cmake
Okay.
google: utilDb.c:104: error: too few arguments to function ‘(*dbp)->open’
And you will find that it is probably the Berkeley DB is the problem (source =http://unixadmintalk.com/f22/problem...g-iota-210134/).
will give you a couple of hints.
I would give it a shot with
to play it safe ;-) Have you tried that errol?
By the way Rog131, how do you accomplish to get those fine links? Can you make html tags in the forum somehow?
*EDIT* By the way check out the requirements at http://www.varp.net/downloads/Readme.txt
Okay.
google: utilDb.c:104: error: too few arguments to function ‘(*dbp)->open’
And you will find that it is probably the Berkeley DB is the problem (source =http://unixadmintalk.com/f22/problem...g-iota-210134/).
Code:
apt-cache search libdb4
I would give it a shot with
Code:
sudo aptitude install libdb4.5 libdb4.5++-dev libdb4.5-dev
By the way Rog131, how do you accomplish to get those fine links? Can you make html tags in the forum somehow?
*EDIT* By the way check out the requirements at http://www.varp.net/downloads/Readme.txt
Comment