Hi!
In Debian there exists package:
libmemcache-dev and libmemcached-dev.
The 'control' file requires 'libmemcache-dev', but I had to install 'libmemcached-dev' to build Kamailio.
Maybe someone knows the difference of memcache/memcached can fix this.
Thanks Klaus
El Wed, 24 Apr 2013 12:48:59 +0200 Klaus Darilion klaus.mailinglists@pernau.at escribió:
Hi!
In Debian there exists package:
libmemcache-dev and libmemcached-dev.
The 'control' file requires 'libmemcache-dev', but I had to install 'libmemcached-dev' to build Kamailio.
Maybe someone knows the difference of memcache/memcached can fix this.
It's a commit from Henning two days ago. I was waiting for a comment form him regarding the lib versions required to change the control file of master
Am Mittwoch, 24. April 2013, 13:00:45 schrieb Jon Bonilla:
In Debian there exists package:
libmemcache-dev and libmemcached-dev.
The 'control' file requires 'libmemcache-dev', but I had to install 'libmemcached-dev' to build Kamailio.
Maybe someone knows the difference of memcache/memcached can fix this.
It's a commit from Henning two days ago. I was waiting for a comment form him regarding the lib versions required to change the control file of master
Hello Jon
I've tested it with version 0.30 from opensuse so far which is a bit older, and with version 0.44 from kubuntu. So far it builded with both.
Best regards,
Henning
Am Mittwoch, 24. April 2013, 12:48:59 schrieb Klaus Darilion:
In Debian there exists package:
libmemcache-dev and libmemcached-dev.
The 'control' file requires 'libmemcache-dev', but I had to install 'libmemcached-dev' to build Kamailio.
Maybe someone knows the difference of memcache/memcached can fix this.
Hello Klaus,
thank you for the mail. Yesterday this was noticed as well from Jon Bonilla.
The library you mentioned is the correct one. libmemcache is the old one, and libmemcached the new one. Don't know why they choosed this naming convention..
@Jon, do you like to adapt the debian files, maybe you can test it directly if this library is available on every debian that you build for? If you don't have time I can do it as well later today, just let me know.
Thanks and regards,
Henning
El Wed, 24 Apr 2013 13:03:51 +0200 Henning Westerholt henning.westerholt@1und1.de escribió:
The library you mentioned is the correct one. libmemcache is the old one, and libmemcached the new one. Don't know why they choosed this naming convention..
@Jon, do you like to adapt the debian files, maybe you can test it directly if this library is available on every debian that you build for? If you don't have time I can do it as well later today, just let me know.
sure. I'll do it later. We only support master for lucid, precise, squeeze and wheezy.
Am Mittwoch, 24. April 2013, 13:08:32 schrieb Jon Bonilla:
The library you mentioned is the correct one. libmemcache is the old one, and libmemcached the new one. Don't know why they choosed this naming convention..
@Jon, do you like to adapt the debian files, maybe you can test it directly if this library is available on every debian that you build for? If you don't have time I can do it as well later today, just let me know.
sure. I'll do it later. We only support master for lucid, precise, squeeze and wheezy.
Hi Jon,
thank you.
Henning
El Wed, 24 Apr 2013 13:09:10 +0200 Henning Westerholt henning.westerholt@1und1.de escribió:
Am Mittwoch, 24. April 2013, 13:08:32 schrieb Jon Bonilla:
The library you mentioned is the correct one. libmemcache is the old one, and libmemcached the new one. Don't know why they choosed this naming convention..
@Jon, do you like to adapt the debian files, maybe you can test it directly if this library is available on every debian that you build for? If you don't have time I can do it as well later today, just let me know.
sure. I'll do it later. We only support master for lucid, precise, squeeze and wheezy.
Hi Jon,
thank you.
Henning
Checked. These are the versions available at the moment:
lucid: 0.31 precise: 0.44 squeeze: 0.40 wheezy: 1.0.8
I've changed the dependencies. We'll see tomorrow if the nightlies built.
cheers,
Jon