dbmail
dbmail copied to clipboard
Build on raspberry pi running ubuntu 22.04 LTS fails
I tried to build dbmail on raspberry pi 4 running Ubuntu 22.04 LTS, please see below the output of "make-debian.sh" does not work, we need to improve package building scripts. Also it would be nice if Ubuntu could include dbmail in its standard build if we made the packages available.
There is an Ubuntu Docker image if that's helpful and the Dockerfile might be useful to build the dbmail apps. https://github.com/dbmail/dbmail/tree/main/docker https://hub.docker.com/r/alanhicks/dbmail
Alas I don't have a raspberry pi to test, pull requests welcome if you get it working.
I managed to get it built using:
dpkg-buildpackage -uc -us -d
The challenge is getting all necessary dependencies installed, trial and error.