On Sun, Jan 3, 2021 at 7:35 AM Евгений Н. Жуков <[email protected]> wrote:
> Exactly, but I prefer debian. > > вс, 3 янв. 2021 г. в 15:31, Иван Курасов <[email protected]>: > >> In ubuntu i use autoinsstall script, but did not install guacamole on >> debian >> >> https://github.com/MysticRyuujin/guac-install >> > This autoinstall script isn't supported by the project, but maybe the author is lurking about and can help support it :-). That aside, we ran into what I believe are similar issues with the Docker build of guacd, and had to change things up a bit. It wasn't identical in that we weren't completely missing the freerdp2-dev package, just that it was a different version from what we needed. See: https://github.com/apache/guacamole-server/pull/319/files Among the things changed, we switched our build to "buster-slim" and then added the "buster-backports" repository, which contains the required FreeRDP libraries. I'm not all that familiar with Debian, so not sure if this will help you or not. -Nick >
