On Thu, Jul 18, 2019, 11:46 <[email protected]> wrote: > Trying to install a new server on ubuntu 18.0 > > > > When I try to start guacd if get > > guacd[1666]: /usr/local/sbin/guacd: error while loading shared libraries: > libguac.so.16: cannot open shared object file: No such file or directory > > > > In the lib directory we have the following symbolic links, is there a > reason this will not work? >
Did you remember to run ldconfig as root after make install? - Mike
