I can’t remember if this worked or not, but I’m just going to post this up here as I’ll be updating my scrapers soon.
Debian 11 minimal installation with SSH pre-installed:
apt -y install libtool automake build-essential pkg-config libsqlite3-dev git bison flex libssl-dev
git clone https://github.com/solanum-ircd/solanum.git && cd solanum
./autogen.sh
mkdir /opt/solanum ; ./configure --prefix=/opt/solanum --enable-openssl
Notes
openssl
but that was installed by default for me. Without libssl-dev though, configure won’t pickup openssl and it’ll silently fail.