You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Nick Couchman <vn...@apache.org> on 2023/04/08 12:21:24 UTC

Re: undefined symbol: pango_font_description_new

On Tue, Mar 28, 2023 at 1:16 AM got kube <go...@shaw.ca> wrote:
>
> Hi all,
>
> I posted this in response to my previous post about a blank white screen, but figured I should give it it's own thread :)
>
> I've built guacd from sources pulled from github. After some library installs, it appears to build fine. I install it and run it and it says it comes up ok.
> When I use the guacamole-client to login and connect to my defined SSH session, it hangs for a few seconds, then tells me I've been disconnected.
>
> On guacd, I get the following error:
>
> guacd: symbol lookup error: /usr/local/lib/libguac-terminal.so.0: undefined symbol: pango_font_description_new

You might try cleaning up all of the build artefacts from your system
and then re-building and re-installing everything. This sort of thing
can happen if you have multiple versions of that libguac-terminal.so.0
file in various locations, and it's locating one of a different
version.

If that doesn't work, use "ldd -r
/usr/local/lib/libguac-terminal.so.0" to verify that it's finding all
of the required dependency files - maybe the libpango library file
isn't in a search path that is located by default?

-NIck

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@guacamole.apache.org
For additional commands, e-mail: user-help@guacamole.apache.org