I2Pd on OpenMandriva not working, missing libraries from official repositories, QT version not working properly

All around i2pd - a different implementation of the I2P protocol
Post Reply
Chef K
Posts: 42
Joined: 14 Apr 2025 12:54

I2Pd on OpenMandriva not working, missing libraries from official repositories, QT version not working properly

Post by Chef K »

I have recently been testing out OpenMandriva Rock on Qemu so that I can determine if it is worth installing on a new laptop and I tried to install I2Pd.

I tried to install I2Pd from the official OpenMandriva Repository and DNF told me that the existing package was missing dependencies that were not included with my repo.

Code: Select all

[chefk@openmandriva-x8664 ~]$ sudo dnf install i2pd
[sudo] password for chefk: 
Last metadata expiration check: 2:36:38 ago on Sat 15 Aug 2026 06:03:58 PM EDT.
Error: 
 Problem: conflicting requests
  - nothing provides libboost_filesystem.so.1.72.0()(64bit) needed by i2pd-2.28.0-1.x86_64 from rock-x86_64-extra
  - nothing provides libboost_program_options.so.1.72.0()(64bit) needed by i2pd-2.28.0-1.x86_64 from rock-x86_64-extra
  - nothing provides libboost_date_time.so.1.72.0()(64bit) needed by i2pd-2.28.0-1.x86_64 from rock-x86_64-extra
  - nothing provides libboost_program_options.so.1.87.0()(64bit) needed by i2pd-2.55.0-1.x86_64 from rock-x86_64-extra
(try to add '--skip-broken' to skip uninstallable packages)
this tells me that the maintainers of the I2Pd package on OpenMandriva had failed to include nessesary libraries to be included with I2Pd of which needs to be resolved.

and yes, I did include all four package respositories in om-repo-config

so then I tried to use the I2Pd package included within flatpak.

I2Pd-qt was able to start but as soon as I tried to use the specific ports for connecting and using I2P, I found that I2Pd-qt had failed to open them
i2pd.png
i2pd.png (152.3 KiB) Viewed 115 times
I had checked and confirmed that the webconsole, SOCKS5 and HTTP Port were all enabled and yet were not opened.

please fix these issues.

-Chef K
Post Reply