$ tar xzf h323plus-v1_25_0.tar.gz ^C $ cd h323plus $ ./configure --prefix=/opt/gnugk checking /opt/gnugk/lib/version.h usability... no checking /opt/gnugk/lib/version.h presence... no checking for /opt/gnugk/lib/version.h... no checking /home/hgdeoro/h323plus/../ptlib/version.h usability... no checking /home/hgdeoro/h323plus/../ptlib/version.h presence... no checking for /home/hgdeoro/h323plus/../ptlib/version.h... no checking /home/hgdeoro/ptlib/version.h usability... no checking /home/hgdeoro/ptlib/version.h presence... no checking for /home/hgdeoro/ptlib/version.h... no checking for ptlib-config... no Cannot find ptlib - please install or set PTLIBDIR and try again
$ export LD_LIBRARY_PATH=/opt/gnugk-3.3-linux-x86_64/lib $ /opt/gnugk-3.3-linux-x86_64/bin/gnugk --help /opt/gnugk-3.3-linux-x86_64/bin/gnugk: /lib64/liblber-2.4.so.2: no version information available (required by /opt/gnugk-3.3-linux-x86_64/bin/gnugk) /opt/gnugk-3.3-linux-x86_64/bin/gnugk: /opt/gnugk-3.3-linux-x86_64/lib/libcrypto.so.0.9.8: no version information available (required by /opt/gnugk-3.3-linux-x86_64/bin/gnugk) /opt/gnugk-3.3-linux-x86_64/bin/gnugk: /lib64/libldap_r-2.4.so.2: no version information available (required by /opt/gnugk-3.3-linux-x86_64/bin/gnugk) Options: -r --routed : Use gatekeeper routed call signaling -rr --h245routed : Use H.245 control channel routed -d --direct : Use direct endpoint call signaling -l --timetolive n : Time to live for client registration -b --bandwidth n : Specify the total bandwidth -u --user name : Run as this user -t --trace : Set trace verbosity -o --output file : Write trace to this file -c --config file : Specify which config file to use -s --section sec : Specify which main section to use in the config file --pid file : Specify the pid file --core n : Enable core dumps (with max size of n bytes) -h --help : Show this message
http://www.gnugk.org/h323download.html
ReplyDeletecon recomendaciones de versiones de librerias a usar :-)
Tuto: http://toncar.cz/openh323/tut/build.html
ReplyDeleteGnuGK: v3.3
ReplyDeleteH323Plus: v1.25.0
PTLib: v2.10.9
$ tar xjf ptlib-2.10.9.tar.bz2
$ cd ptlib-2.10.9
$ ./configure --prefix=/opt/gnugk
$ make
$ sudo mkdir /opt/gnugk
$ sudo chown xx.xx /opt/gnugk
$ make install
$ tar xzf h323plus-v1_25_0.tar.gz ^C
ReplyDelete$ cd h323plus
$ ./configure --prefix=/opt/gnugk
checking /opt/gnugk/lib/version.h usability... no
checking /opt/gnugk/lib/version.h presence... no
checking for /opt/gnugk/lib/version.h... no
checking /home/hgdeoro/h323plus/../ptlib/version.h usability... no
checking /home/hgdeoro/h323plus/../ptlib/version.h presence... no
checking for /home/hgdeoro/h323plus/../ptlib/version.h... no
checking /home/hgdeoro/ptlib/version.h usability... no
checking /home/hgdeoro/ptlib/version.h presence... no
checking for /home/hgdeoro/ptlib/version.h... no
checking for ptlib-config... no
Cannot find ptlib - please install or set PTLIBDIR and try again
http://www.gnugk.org/gnugk-manual-14.html#ss14.1
ReplyDeleteALTERNATIVA!
ReplyDeletehttps://code.google.com/p/telepresence/
$ ./gnugk --help
ReplyDelete./gnugk: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
$ sudo ln -s /usr/lib64/libssl.so.0.9.8e /opt/gnugk-3.3-linux-x86_64/lib/libssl.so.0.9.8
$ export LD_LIBRARY_PATH=/opt/gnugk-3.3-linux-x86_64/lib
$ ./gnugk --help
./gnugk: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
$ sudo ln -s /usr/lib64/libcrypto.so.0.9.8e /opt/gnugk-3.3-linux-x86_64/lib/libcrypto.so.0.9.8
$ export LD_LIBRARY_PATH=/opt/gnugk-3.3-linux-x86_64/lib
$ /opt/gnugk-3.3-linux-x86_64/bin/gnugk --help
/opt/gnugk-3.3-linux-x86_64/bin/gnugk: /lib64/liblber-2.4.so.2: no version information available (required by /opt/gnugk-3.3-linux-x86_64/bin/gnugk)
/opt/gnugk-3.3-linux-x86_64/bin/gnugk: /opt/gnugk-3.3-linux-x86_64/lib/libcrypto.so.0.9.8: no version information available (required by /opt/gnugk-3.3-linux-x86_64/bin/gnugk)
/opt/gnugk-3.3-linux-x86_64/bin/gnugk: /lib64/libldap_r-2.4.so.2: no version information available (required by /opt/gnugk-3.3-linux-x86_64/bin/gnugk)
Options:
-r --routed : Use gatekeeper routed call signaling
-rr --h245routed : Use H.245 control channel routed
-d --direct : Use direct endpoint call signaling
-l --timetolive n : Time to live for client registration
-b --bandwidth n : Specify the total bandwidth
-u --user name : Run as this user
-t --trace : Set trace verbosity
-o --output file : Write trace to this file
-c --config file : Specify which config file to use
-s --section sec : Specify which main section to use in the config file
--pid file : Specify the pid file
--core n : Enable core dumps (with max size of n bytes)
-h --help : Show this message