You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Mike Jumper <mi...@guac-dev.org> on 2017/04/02 20:51:37 UTC

Re: RDP Virtual Drive

On Thu, Mar 30, 2017 at 7:39 AM, Zachary Bonjour <
zbonjour@vibrantcreditunion.org> wrote:

> ldd shows the libfreerdp*.so files in /usr/lib/x86_64-linux-gnu/
> So I created the symlinks there and restarted tomcat and guacd, then
> eventually the whole server.
>
> I am still getting the failed to load errors.[image: Inline image 1]
>
> NOTICE: This electronic mail message and any files transmitted with it are
> intended exclusively for the individual or entity to which it is addressed.
> The message, together with any attachment, may contain confidential and/or
> privileged information. Any unauthorized review, use, printing, saving,
> copying, disclosure or distribution is strictly prohibited. If you have
> received this message in error, please immediately advise the sender by
> reply email and delete all copies.
>

You're almost there:

> They need to be in the "freerdp/" subdirectory of whereever
libfreerdp*.so has been installed (creating that directory first, if
necessary).

Those files thus need to be within "/usr/lib/x86_64-linux-gnu/freerdp/",
not "/usr/lib/x86_64-linux-gnu/".

- Mike