Difference between revisions of "Guacamole 0.8.3"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 5: | Line 5: | ||
* download guacamole-server and guacamole-client from http://sourceforge.net/projects/guacamole/files/current/source/ | * download guacamole-server and guacamole-client from http://sourceforge.net/projects/guacamole/files/current/source/ | ||
* unpack it | * unpack it | ||
− | * build | + | * build the server: |
# ./configure && make -j8 && make install | # ./configure && make -j8 && make install | ||
# guacd | # guacd | ||
Line 14: | Line 14: | ||
guacd[11581]: INFO: Successfully bound socket to host ::1, port 4822 | guacd[11581]: INFO: Successfully bound socket to host ::1, port 4822 | ||
guacd[11581]: INFO: Exiting and passing control to PID 11582 | guacd[11581]: INFO: Exiting and passing control to PID 11582 | ||
+ | * build the client: | ||
+ | apt-get install maven2 | ||
= 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 08:38, 26 November 2013
Trying on Ubuntu 10.04
- download the guacamole webapp from http://sourceforge.net/projects/guacamole/files/current/binary/
- deploy it
# mv guacamole-0.8.3.war /var/lib/tomcat6/webapps/
- download guacamole-server and guacamole-client from http://sourceforge.net/projects/guacamole/files/current/source/
- unpack it
- build the server:
# ./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 # cp ./src/libguac/.libs/libguac.so.5.0.0 /usr/lib/libguac.so # guacd guacd[11581]: INFO: Guacamole proxy daemon (guacd) version 0.8.3 guacd[11581]: INFO: Successfully bound socket to host ::1, port 4822 guacd[11581]: INFO: Exiting and passing control to PID 11582
- build the client:
apt-get install maven2