On Fri, Mar 24, 2023, 8:24 PM got kube <[email protected]> wrote: > Hi there! I've been struggling to get my Guacamole install working all > week; I'm hoping someone can help me out here. > > I built guacd from source; pulled from github. I tried building the > 'release' but ran into compilation/syntax issues on my system (SlackwareARM > current), whereas the pull from github built and runs fine. >
I have a soft spot for Slackware. It's how I got into Linux. You are probably running into: https://issues.apache.org/jira/browse/GUACAMOLE-1714 Disabling the guacenc build would work around that. Testing a build of the latest dev code is more than welcome, too, though. I attempted to build the guacamole client from source as well, but ran into > build issues there as well that I didn't want to dig into. So I opted to > use the 'release' war file on the Downloads page. > > I installed it into Tomcat (10.1) and after adding a tweak to my > context.xml file (<Loader jakartaConverter="TOMCAT" />) it appears to start > according to the Tomcat Webapp Manager. > You need to use Tomcat 9.x. You cannot use Tomcat 10+. The converter will not affect Guacamole's extensions, and there will be mysterious and inexplicable failures. - Mike
