Friday, August 2, 2013

Gnu GateKeeper

7 comments:

  1. http://www.gnugk.org/h323download.html

    con recomendaciones de versiones de librerias a usar :-)

    ReplyDelete
  2. Tuto: http://toncar.cz/openh323/tut/build.html

    ReplyDelete
  3. GnuGK: v3.3
    H323Plus: 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

    ReplyDelete
  4. $ 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

    ReplyDelete
  5. http://www.gnugk.org/gnugk-manual-14.html#ss14.1

    ReplyDelete
  6. $ ./gnugk --help
    ./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




    ReplyDelete

Note: Only a member of this blog may post a comment.