Hello list.
I'm using the GIT versión of Kamailio 3.0.
When I add memcached in the compilation I got the next error :
make[1]: Entering directory `/usr/src/kamailio/modules_k/memcached'
gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -m32 -minline-all-stringops -falign-loops -ftree-vectorize -fno-strict-overflow -mtune=athlon64 -Wall -DNAME='"kamailio"' -DVERSION='"3.0.2"' -DARCH='"i386"' -DOS='linux_' -DOS_QUOTED='"linux"' -DCOMPILER='"gcc 4.4.4"' -D__CPU_i386 -D__OS_linux -DSER_VER=3000002 -DCFG_DIR='"/usr/local/etc/kamailio/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DF_MALLOC -DUSE_TLS -DTLS_HOOKS -DSTATISTICS -DMALLOC_STATS -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_EPOLL -DHAVE_SIGIO_RT -DSIGINFO64_WORKARROUND -DUSE_FUTEX -DHAVE_SELECT -DOPENSER_MOD_INTERFACE -I/usr/local/include -I/include -DMOD_NAME='"memcached"' -c mcd_var.c -o mcd_var.o -MMD -MP
In file included from mcd_var.c:29:
memcached.h:27:22: warning: memcache.h: No such file or directory
What could be the problem.
I have installed
memcached , memcached-devel , libmemcached and libmemcached-devel
Thanks
Ricardo.-
El Wed, 23 Jun 2010 12:24:53 -0400 "Ricardo Martinez" rmartinez@redvoiss.net escribió:
Hello list.
I'm using the GIT versión of Kamailio 3.0.
When I add memcached in the compilation I got the next error :
memcached , memcached-devel , libmemcached and libmemcached-devel
Could you please tell us which distribution and version you're using?
Hi. I'm using Fedora Core 13. With
[root@ser mysql]# uname -a Linux ser 2.6.33.5-124.fc13.i686.PAE #1 SMP Fri Jun 11 09:42:24 UTC 2010 i686 i686 i386 GNU/Linux
Regards, Ricardo.-
-----Mensaje original----- De: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] En nombre de Jon Bonilla (Manwe) Enviado el: miércoles, 23 de junio de 2010 12:51 CC: SR-Users Asunto: Re: [SR-Users] memcached compile problems
El Wed, 23 Jun 2010 12:24:53 -0400 "Ricardo Martinez" rmartinez@redvoiss.net escribió:
Hello list.
I'm using the GIT versión of Kamailio 3.0.
When I add memcached in the compilation I got the next error :
memcached , memcached-devel , libmemcached and libmemcached-devel
Could you please tell us which distribution and version you're using?
_______________________________________________ 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
Ricardo Martinez wrote:
Hi. I'm using Fedora Core 13. With
[root@ser mysql]# uname -a Linux ser 2.6.33.5-124.fc13.i686.PAE #1 SMP Fri Jun 11 09:42:24 UTC 2010 i686 i686 i386 GNU/Linux
Regards, Ricardo.
Hello Ricardo,
The Memcached module uses the libmemcache client library (http://freshmeat.net/projects/libmemcache/) not libmemcached(www.libmemcached.org).
Cheers Marius
-----Mensaje original----- De: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] En nombre de Jon Bonilla (Manwe) Enviado el: miércoles, 23 de junio de 2010 12:51 CC: SR-Users Asunto: Re: [SR-Users] memcached compile problems
El Wed, 23 Jun 2010 12:24:53 -0400 "Ricardo Martinez" rmartinez@redvoiss.net escribió:
Hello list.
I'm using the GIT versión of Kamailio 3.0.
When I add memcached in the compilation I got the next error :
memcached , memcached-devel , libmemcached and libmemcached-devel
Could you please tell us which distribution and version you're using?
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 _______________________________________________ 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
On Thursday 24 June 2010, marius zbihlei wrote:
The Memcached module uses the libmemcache client library (http://freshmeat.net/projects/libmemcache/) not libmemcached(www.libmemcached.org).
indeed, it uses the "old" memcache library, as the new one was not available in Debian and OpenSUSE during development time. Furthermore the new library is more flexible, but also more complex from an API point of view.
This are the packages versions i have on my system:
libmemcache-dev 1.4.0.rc2-1 development headers for libmemcache C client API libmemcache0 1.4.0.rc2-1 C client API for memcached memory object caching system memcached 1.2.8-1 A high-performance memory object caching system
Cheers,
Henning