When trying to install guacamole using the package, it fails on my test system.
Test system is basic Debian 10.
The commands I run are:
apt-get update
apt-get upgrade
apt-get update
echo ‘deb http://download.opensuse.org/repositories/server:/eGroupWare/Debian_10/ /’ > /etc/apt/sources.list.d/server:eGroupWare.list
apt-get install gnupg
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/Debian_10/Release.key -O - | apt-key add -
apt-get update
apt-get install egroupware-docker
HTTP_HOST=egw.test apt install egroupware-guacamole
After the last command, it fails with:
Setting up egroupware-guacamole (1.2.0.20200707) …
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)
dpkg: error processing package egroupware-guacamole (–configure):
installed egroupware-guacamole package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
egroupware-guacamole
The docker-compose file for guacamole does mention it can not use the socket, but as this is package-installed, I was expecting this to work.