Hello thereI hope that you can help me, I have an issue installing Kamailio, when I issue th command "make all" I receive the following error resolve.h:471:4: error: #error neither gethostbyname2 or getipnodebyname present make: *** [action.o] Error 1
I am using debian squeeze, please let me know if there is something missing in my system or what is not allowing to install the SIP Server THanks Julián
Hello,
what version have you tried?
We even offer packages for debian squeeze, so everything should go fine there.
Various sub-packages have dependecies, you can see the list in: - pkg/kamailio/deb/squeeze/control
But the core should just go with the build tools package (gcc, libc dev, make, ...), flex and bison.
Cheers, Daniel
On 3/1/13 4:19 AM, Julián Quintero wrote:
Daniel
I am trying to compile 3.3.4 release
I checked the dependencies and it seems that is OK
Regards
Julián
De: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] En nombre de Daniel-Constantin Mierla Enviado el: viernes, 01 de marzo de 2013 12:35 p.m. Para: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Asunto: Re: [SR-Users] not able to install Kamailio
Hello,
what version have you tried?
We even offer packages for debian squeeze, so everything should go fine there.
Various sub-packages have dependecies, you can see the list in: - pkg/kamailio/deb/squeeze/control
But the core should just go with the build tools package (gcc, libc dev, make, ...), flex and bison.
Cheers, Daniel
On 3/1/13 4:19 AM, Julián Quintero wrote:
Hello there I hope that you can help me, I have an issue installing Kamailio, when I issue th command "make all" I receive the following error
resolve.h:471:4: error: #error neither gethostbyname2 or getipnodebyname present make: *** [action.o] Error 1
I am using debian squeeze, please let me know if there is something missing in my system or what is not allowing to install the SIP Server
THanks
Julián
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Quite strange, can you get all the output of:
make Q=0
Cheers, Daniel
On 3/1/13 6:52 PM, Julián wrote: