Difference between revisions of "Guacamole 0.8.3"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 1: | Line 1: | ||
Trying on Ubuntu 10.04 | Trying on Ubuntu 10.04 | ||
+ | * download guacamole-server | ||
+ | * unpack it | ||
+ | * build it: | ||
+ | # ./configure && make -j8 && make install | ||
+ | # guacd | ||
+ | guacd: error while loading shared libraries: libguac.so.5: cannot open shared object file: No such file or directory | ||
= See also = | = See also = | ||
* http://www.filegott.se/prd/index.php/how-tos/19-how-to-setup-guacamole-in-linux-ubuntu | * http://www.filegott.se/prd/index.php/how-tos/19-how-to-setup-guacamole-in-linux-ubuntu | ||
* http://guac-dev.org/doc/gug/installing-guacamole.html#idp99200 | * http://guac-dev.org/doc/gug/installing-guacamole.html#idp99200 |
Revision as of 07:45, 26 November 2013
Trying on Ubuntu 10.04
- download guacamole-server
- unpack it
- build it:
# ./configure && make -j8 && make install # guacd guacd: error while loading shared libraries: libguac.so.5: cannot open shared object file: No such file or directory