[
https://issues.apache.org/jira/browse/GUACAMOLE-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876419#comment-15876419
]
Michael Jumper commented on GUACAMOLE-213:
------------------------------------------
If the system is reporting that libguac.so.12 cannot be found, yet it exists in
/usr/local/lib, then either ldconfig was not run (and thus the system linker
cache has not been updated) or the system linker is not configured to search
/usr/local/lib (and thus running ldconfig did not update the system linker with
respect to the new libraries). Please be sure to:
# Run "ldconfig" as root
# Add "/usr/local/lib" to "/etc/ld.so.conf" (or to a new file within
"/etc/ld.so.conf.d") if it is not already searched by the system linker by
default (and then rerun "ldconfig")
# Uninstall whatever package provides "/usr/lib/x86_64-linux-gnu/libguac.so.5".
An older version of Guacamole installed from your distribution's packages will
not be compatible with the version you're trying to build, and will likely
conflict.
> libguac.so.12 not found
> -----------------------
>
> Key: GUACAMOLE-213
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-213
> Project: Guacamole
> Issue Type: Bug
> Components: libguac
> Affects Versions: 0.9.11-incubating
> Environment: Linux Mint 18.1 Cinnamon 64-bit desktop
> Dell XPS-8700 with 32GB ram
> uname -a
> Linux ron-xps 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017
> x86_64 x86_64 x86_64 GNU/Linux
> Reporter: Ron Herring
> Labels: build
>
> guacd: error while loading shared libraries: libguac.so.12: cannot open
> shared object file: No such file or directory
> ron-xps guacamole-server-0.9.11-incubating # locate libguac.so
> /home/ronh/installs/guacamole-server-0.9.11-incubating/src/libguac/.libs/libguac.so
> /home/ronh/installs/guacamole-server-0.9.11-incubating/src/libguac/.libs/libguac.so.12
> /home/ronh/installs/guacamole-server-0.9.11-incubating/src/libguac/.libs/libguac.so.12.0.1
> /usr/lib/x86_64-linux-gnu/libguac.so
> /usr/lib/x86_64-linux-gnu/libguac.so.5
> /usr/lib/x86_64-linux-gnu/libguac.so.5.0.0
> /usr/local/lib/libguac.so
> /usr/local/lib/libguac.so.12
> /usr/local/lib/libguac.so.12.0.1
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)