how to use open source library - (PJSIP)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pranoti
    New Member
    • Mar 2010
    • 3

    how to use open source library - (PJSIP)

    Hello,

    I want to use pjsip library in my application, but i am not able to use and compile it on my linux o.s.
    I have tried the steps provide in manual.
    some steps must be missing...
    can anybody tell me the exact steps.

    Thanks
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    You've done this?

    Comment

    • pranoti
      New Member
      • Mar 2010
      • 3

      #3
      thanks, my problem is resolved.
      actually i was doing mistake while compilation.
      i am new to linux platform so found it difficult at early stages.

      Thanks
      Pranoti

      Comment

      • pranoti
        New Member
        • Mar 2010
        • 3

        #4
        hello everyone,

        I am using pjsip for my project. my program is giving error
        'undefined referance to..'
        it seems that path or envirment variable is not set well.
        i have set include and library path using

        pranoti@pranoti new]$ C_INCLUDE_PATH=/home/pranoti/pjproject/include
        [pranoti@pranoti new]$ export C_INCLUDE_PATH

        and

        [pranoti@pranoti new]$ LIBRARY_PATH=/home/pranoti/pjproject/lib
        [pranoti@pranoti new]$ export LIBRARY_PATH


        also provide -I and -L parameter while compiling.

        but still program doesn't find the pjsip libraries.

        please help me to figure out where i am going wrong.

        thanks in advance.
        Pranoti

        Comment

        Working...