jchdel
November 16, 2025, 9:30am
1
FYI
instructions to build opendht need some update for debian trixie
s/libargon2-0-dev/libargon2-dev/ in initial dependencies installation plus one needed package
apt install libmsgpack-cxx-dev
and to run it on another box than the build one:
apt install libargon2-1 libjsoncpp26
I did install the build on 3 small debian trixie boxes (1 CPU and 2 GB RAM) on a LAN to observe the behavior and the traffic…
ovari
November 16, 2025, 9:43am
2
Can you please send a pull request to the following repository?
OpenDHT: a C++17 Distributed Hash Table implementation
Is the file at the following location?
# Build the library
Build is currently tested on GNU/Linux, macOS and Windows.
## Unix-like systems (Linux, macOS, MSYS2/MinGW etc.)
## Install dependencies
### Ubuntu 24.04 and Debian 12
```sh
# Install dependencies
sudo apt install pkg-config libncurses5-dev libreadline-dev nettle-dev libgnutls28-dev libargon2-0-dev libmsgpack-dev libssl-dev libfmt-dev libjsoncpp-dev libhttp-parser-dev libasio-dev
# Install python binding dependencies
sudo apt-get install cython3 python3-dev python3-setuptools python3-build
```
Optionally, install Restinio to enable OpenDHT proxy client and server:
```sh
mkdir /usr/include/nonstd
This file has been truncated. show original
Thank you
ovari
November 16, 2025, 9:59am
4
jchdel
November 16, 2025, 10:05am
5
I did submit a PR… thanks
1 Like
ovari
November 16, 2025, 10:51am
7
Did you see the comments on your PR?
jchdel
November 16, 2025, 12:20pm
8
now yes
I did update the PC accordingly
1 Like
ovari
November 16, 2025, 10:23pm
9
Your PR has been merged upstream. Can you please mark this topic as resolved with a solution? Thank you
jchdel
November 17, 2025, 6:22am
10
Once enabled in a category, topic owners will see the solved button next to the like count. Site staff can mark a post solved by expanding the post actions.
but this button is not present;;;
ovari
November 25, 2025, 5:25pm
11
Can you please add:
[SOLVED]
to the topic subject to become:
[SOLVED] Build OpenDHT on Debian Trixie
?