Could it be you have multiple installations of Hiawatha? For example, one in /usr/local/sbin and one in /usr/sbin?
Newbie
6 October 2016, 12:09
No real multiple installations. In first i had install hiawatha via apt-get from mirror.tuxhelp.org. After the mbedTLS was outdate, I've build my own deb-package from source with upgraded mbedTLS and the patch from your blog. Now i can find the old binary in /usr/local/sbin/ and the actual binary in /usr/sbin. When i rename the old binary i get an error when i call 'hiawatha -v'. How can i remove the old installation and fix the pathes?
Hugo Leisink
6 October 2016, 19:47
Remove a Debian package via dpkg -r. If you build a Hiawatha Debian package manually, always use the script extra/make_debian_package.
Newbie
19 October 2016, 01:11
I've purged all hiawatha-files and build a fresh install. It works fine.