On Wed, Mar 29, 2017 at 10:58 AM, Zachary Bonjour <
[email protected]> wrote:

> After taking a closer look at the logs, I'm seeing this:
>
> guacd[28640]: Failed to load guacdr plugin. Drive redirection and printing
> will not work. Sound MAY not work.
>
> guacd[28640]: Failed to load guacsnd alongside guacdr plugin. Sound will
> not work. Drive redirection and printing MAY not work.
>
> I found the guacdr-client.so and guacsnd-client.so files in
> /usr/local/lib/freerdp/
>
> Do they need to be moved somewhere else?
>
>
Yes, however I'd recommend symlinking them rather than moving them, that
way you don't need to keep doing this after future upgrades, etc.

They need to be in the "freerdp/" subdirectory of whereever libfreerdp*.so
has been installed (creating that directory first, if necessary). That
location varies quite a bit between distribution and install method, so you
may have to dig around a bit. Checking:

    ldd /usr/local/lib/libguac-client-rdp.so | grep libfreerdp

should reveal where libfreerdp*.so were installed.

- Mike

Reply via email to