[SR-Users] kamailio 5.1 from git compile error

Abdul Basit basit.engg at gmail.com
Wed Jan 17 22:18:46 CET 2018


Hi Social Boh,

Thank you for pointing it.

Diff of src/modules.lst from kamailio v5.1 and v5.0 is a below

19c19
< exclude_modules= acc_radius app_java app_lua app_mono app_perl app_python
auth_ephemeral auth_identity auth_radius carrierroute cdp cdp_avp cnxcc
cplc crypto db2_ldap db_berkeley db_cassandra db_mongodb db_mysql db_oracle
db_perlvdb db_postgres db_sqlite db_unixodbc dialplan dnssec erlang evapi
geoip geoip2 gzcompress h350 http_async_client http_client ims_auth
ims_charging ims_dialog ims_diameter_server ims_icscf ims_isc ims_ocs
ims_qos ims_registrar_pcscf ims_registrar_scscf ims_usrloc_pcscf
ims_usrloc_scscf jansson janssonrpcc json jsonrpcc kazoo lcr ldap
log_systemd memcached misc_radius ndb_cassandra ndb_mongodb ndb_redis nsq
osp outbound peering *phonenum* presence presence_conference
presence_dialoginfo presence_mwi presence_profile presence_reginfo
presence_xml pua pua_bla pua_dialoginfo pua_reginfo pua_rpc pua_usrloc
pua_xmpp rabbitmq regex rls sctp snmpstats tls topos_redis utils uuid
websocket xcap_client xcap_server xhttp_pi xmlops xmlrpc xmpp
$(skip_modules)
---
> exclude_modules= acc_radius app_java app_lua app_mono app_perl app_python
auth_ephemeral auth_identity auth_radius carrierroute cdp cdp_avp cnxcc
cplc crypto db2_ldap db_berkeley db_cassandra db_mongodb db_mysql db_oracle
db_perlvdb db_postgres db_sqlite db_unixodbc dialplan dnssec erlang evapi
geoip geoip2 gzcompress h350 http_async_client http_client ims_auth
ims_charging ims_dialog ims_icscf ims_isc ims_ocs ims_qos
ims_registrar_pcscf ims_registrar_scscf ims_usrloc_pcscf ims_usrloc_scscf
jansson janssonrpcc json jsonrpcc kazoo lcr ldap log_systemd memcached
misc_radius ndb_cassandra ndb_mongodb ndb_redis nsq osp outbound peering
presence presence_conference presence_dialoginfo presence_mwi
presence_profile presence_reginfo presence_xml pua pua_bla pua_dialoginfo
pua_reginfo pua_rpc pua_usrloc pua_xmpp rabbitmq regex rls sctp snmpstats
tls utils uuid websocket xcap_client xcap_server xhttp_pi xmlops xmlrpc
xmpp $(skip_modules)


I will test on fresh machine again. I just pulled again from git and looks
like somehow phonenum was missing in my exclude_modules.

--
regards,

abdul basit | p: +92 32 1416 4196 | o: +92 30 0841 1445

On 18 January 2018 at 01:57, Social Boh <social at bohboh.info> wrote:

> Hello Abdul,
>
> check src/modules.lst
>
> file
>
> exclude_modules=
>
> line must contain:
>
> phonenum
>
> phonenum is the new module present from 5.1 Kamailio version and depend on
> libphonenumber library
>
> https://kamailio.org/docs/modules/5.1.x/modules/phonenum.html
>
> Regards
>
> ---
> I'm SoCIaL, MayBe
>
>

> El 17/01/2018 a las 15:40, Abdul Basit escribió:
>
> Hi Daniel,
>
> That's what i was thinking about phonenum module.
>
> I simply git clone form kamailio repo
>
> make cfg include_modules="utils app_lua db_postgres"
> make all
> make install
>
> Nothing else. I wonder why kamailio 5.1 want to use libphonenumber  where
> there was no such dependency for version 5.0.x
>
>
> --
> regards,
>
> abdul basit | p: +92 32 1416 4196 | o: +92 30 0841 1445
>
> On 17 January 2018 at 19:22, Daniel-Constantin Mierla <miconda at gmail.com>
> wrote:
>
>> Hello,
>>
>> how did you compile kamailio? The phonenum module should not be compiled
>> by default, only on demand...
>>
>> Cheers,
>> Daniel
>>
>> On 16.01.18 17:27, Abdul Basit wrote:
>>
>> Hi,
>>
>> I am able to compile kamailio 5.1 now.
>>
>> Added libphonenumber repo for latest debian packages
>>
>> echo “deb http://ftp.de.debian.org/debian sid main” >>
>> /etc/apt/sources.list.d/libphonenumber7.list
>>
>> apt-get update && apt-get upgrade
>>
>> Additional updated packages and dependencies to install are
>>
>> apt install libphonenumber7 libphonenumber-dev libicu57 libprotobuf10
>> libstdc++6 libgeocoding7 libboost-date-time1.62.0 libboost-filesystem1.62.0
>> libboost-system1.62.0 libboost-thread1.62.0 libboost-thread-dev
>>
>> apt install libprotobuf-dev
>>
>> Once done, kamailio 5.1 was compiled successfully.
>> I hope this will make someone's life easier.
>>
>> --
>> regards,
>>
>> abdul basit
>>
>>
>> On 16 January 2018 at 18:48, Abdul Basit <basit.engg at gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I am trying to compile kamailio 5.1 from git following
>>> https://kamailio.org/docs/tutorials/5.1.x/kamailio-install-guide-git/
>>>
>>> on Debian GNU/Linux 8.10 (jessie)
>>>
>>> I also installed packages after getting dependency errors
>>> apt-get install libhiredis-dev libphonenumber6-dev libicu-dev
>>>
>>> apt-get install unicode unicode-data
>>>
>>> Kamailio compile stopped at error
>>> .....
>>> LD (gcc) [M uid_avp_db.so]              uid_avp_db.so
>>> CC (gcc) [M pdb.so]             pdb.o
>>> LD (gcc) [M pdb.so]             pdb.so
>>> CC (gcc) [M phonenum.so]                phonenum_mod.o
>>> CC (gcc) [M phonenum.so]                phonenum_pv.o
>>> Compiling cphonenumber.cpp
>>> g++ -fPIC -DPIC -g -funroll-loops -Wcast-align -m64
>>> -minline-all-stringops -falign-loops -ftree-vectorize -fno-strict-overflow
>>> -Wall -Wno-write-strings -Wno-deprecated -Wno-unused-f
>>> unction -Wno-sign-compare -Wno-strict-aliasing -fPIC -DPIC -g
>>> -funroll-loops -Wcast-align -m64 -minline-all-stringops -falign-loops
>>> -ftree-vectorize -fno-strict-overflow -Wall  -DNA
>>> ME='"kamailio"' -DVERSION='"5.1.0"' -DARCH='"x86_64"' -DOS='linux_'
>>> -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.9.2"' -D__CPU_x86_64 -D__OS_linux
>>> -DSER_VER=5001000 -DCFG_DIR='"/usr/loc
>>> al/etc/kamailio/"' -DRUN_DIR='"/var/run/kamailio/"' -DPKG_MALLOC
>>> -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE
>>> -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS
>>> _FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DWITH_XAVP -DMEM_JOIN_FREE
>>> -DF_MALLOC -DQ_MALLOC -DTLSF_MALLOC -DDBG_SR_MEMORY -DUSE_TLS -DTLS_HOOKS
>>> -DUSE_CORE_STATS -DSTATISTICS -DMALLO
>>> C_STATS -DWITH_AS_SUPPORT -DUSE_SCTP -DFAST_LOCK -DADAPTIVE_WAIT
>>> -DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DHAVE_GETHOSTBYNAME2
>>> -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_
>>> NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H -DHAVE_TIMEGM
>>> -DHAVE_SCHED_SETSCHEDULER -DHAVE_IP_MREQN -DHAVE_EPOLL -DHAVE_SIGIO_RT
>>> -DSIGINFO64_WORKARROUND -DUSE_FUTEX -DHAVE_SE
>>> LECT  -I/opt/local/include -DKAMAILIO_MOD_INTERFACE
>>> -DMOD_NAME='"phonenum"' -c cphonenumber.cpp -o cphonenumber.o
>>> In file included from /usr/include/phonenumbers/geoc
>>> oding/phonenumber_offline_geocoder.h:26:0,
>>>                  from cphonenumber.cpp:24:
>>> /usr/include/phonenumbers/base/memory/scoped_ptr.h:25:45: fatal error:
>>> phonenumbers/base/template_util.h: No such file or directory
>>>  #include "phonenumbers/base/template_util.h"
>>>                                              ^
>>> compilation terminated.
>>> Makefile:22: recipe for target 'cphonenumber.o' failed
>>> make[2]: *** [cphonenumber.o] Error 1
>>> Makefile:511: recipe for target 'modules' failed
>>> make[1]: *** [modules] Error 1
>>> make[1]: Leaving directory '/usr/local/src/kamailio/src'
>>> Makefile:27: recipe for target 'all' failed
>>> make: *** [all] Error 2
>>>
>>> I googled but couldnt found any resolution or required dependency. Its
>>> look like libphonenumber is broken.
>>>
>>> Kindly suggest way out.
>>>
>>> Also i don't require libphonenumber for this server. How to get rid off.
>>>
>>>
>>> --
>>> regards,
>>>
>>> abdul basit
>>>
>>
>>
>>
>> _______________________________________________
>> Kamailio (SER) - Users Mailing Listsr-users at lists.kamailio.orghttps://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
>> --
>> Daniel-Constantin Mierlawww.twitter.com/miconda -- www.linkedin.com/in/miconda
>> Kamailio Advanced Training - March 5-7, 2018, Berlin - www.asipto.com
>> Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com
>>
>>
>
>
> _______________________________________________
> Kamailio (SER) - Users Mailing Listsr-users at lists.kamailio.orghttps://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20180118/d4b1d8cb/attachment.html>


More information about the sr-users mailing list