Hello,
So, I built the memcached module against the latest Git production branch of memcached and libmemcache-1.4.0.rc2 (the latest available), on Debian i386.
But when I try to load the Kamailio memcached module:
Nov 28 03:47:44 diminuendo-1 kamailio: ERROR: <core> [sr_module.c:572]: ERROR: load_module: could not open module </usr/local/lib/kamailio/modules/memcached.so>: /usr/lib/libmemcache.so.0: undefined symbol: mcm_buf_len
I find that very odd, because the symbol is quite clearly exported in the library:
diminuendo-1:~# nm /usr/lib/libmemcache.so.0 | grep -i mcm_buf_len U mcm_buf_len
Does anyone have any idea what the underlying linking issue is here?
-- Alex