Announcement

Collapse
No announcement yet.

Installation of zfone

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Installation of zfone

    I would like to install zfone for secure voip connections.
    zfone requires srtp. So I download srtp.
    Zfone still complains about missing srtp while configuring.
    Code:
    checking for main in -lsrtp... no
    
     ERROR: Couldn't find library libsrtp
         Install library and try again.
    I tried to tell configure where to find the library.
    Code:
     ./configure --with-srtp-includedir=/home/cbarcley/Dektop/srtp-1.0.6/include --with-srtp-libdir=/home/cbarcley/Desktop/srtp-1.0.6/
    With the same result as above.

    Can anyone help me, please?
    Thanks for reading.
    Calvin

    #2
    Re: Installation of zfone

    Have you tried installing srtp (from the package you downloaded) prior to configuring zfone?

    EDIT: you may also wish to check out twinkle (it's a kde softphone with zrtp/srtp encryption support)

    Comment

    Working...
    X