[Asterisk-video] Installing H324 gateway

Klaus Darilion klaus.mailinglists at pernau.at
Wed Sep 15 04:59:44 CDT 2010



Am 15.09.2010 10:57, schrieb anurag agarwal:
> Hi Klaus,
>
> I have install asterisk 1.4 and after that try to install it. This is
> comes in very first time, not any error msg shown before this...

That's not true. There are lots of other errors before - maybe the 
scrollback buffer of your console is too small.


libh324m$ make
g++ -g -O3 -fPIC -DPIC -D_REENTRANT -fno-exceptions    -c -o h324m.o 
h324m.cpp
In file included from src/H223MuxTable.h:3,
                  from src/H245ChannelsFactory.h:4,
                  from src/H324MSession.h:4,
                  from h324m.cpp:6:
src/H245.h:15:19: error: ptlib.h: No such file or directory
src/H245.h:16:26: error: ptclib/asner.h: No such file or directory
In file included from src/H324MAL1.h:6,
                  from src/H324MMediaChannel.h:4,
                  from src/H245ChannelsFactory.h:7,
                  from src/H324MSession.h:4,
                  from h324m.cpp:6:
src/H324pdu.h:5:27: error: ptlib/sockets.h: No such file or directory
In file included from src/H223MuxTable.h:3,
                  from src/H245ChannelsFactory.h:4,
                  from src/H324MSession.h:4,
                  from h324m.cpp:6:


especially this line is important:

ptlib.h: No such file or directory


So - where is ptlib.h from? In such cases I prefer Debian's package 
search engine:

http://packages.debian.org/search?searchon=contents&keywords=ptlib.h&mode=path&suite=stable&arch=any

So, you see it belongs to libpt (part of pwlib). Thus, install it. 
Either using the packages of your Linux distribution or install it manually.

regards
klaus



More information about the asterisk-video mailing list