libmemcache 1.4.0.rc2-1ubuntu1 source package in Ubuntu
Changelog
libmemcache (1.4.0.rc2-1ubuntu1) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). * Use automake's "foreign" option to fix FTBFS while autoreconfing. -- Logan Rosen <email address hidden> Tue, 31 Dec 2013 19:01:51 -0500
Upload details
- Uploaded by:
- Logan Rosen
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmemcache_1.4.0.rc2.orig.tar.gz | 404.1 KiB | e6671a3499ae927f666805eba166caed4e294e0e8d50d1654ebd00332e267e09 |
libmemcache_1.4.0.rc2-1ubuntu1.diff.gz | 128.0 KiB | ddb8e3beb649dfec9e17a4f6aa413f35ab94ef7eb6504fba8674a77e05b77780 |
libmemcache_1.4.0.rc2-1ubuntu1.dsc | 1.5 KiB | 551ed93e8ddc2313d6336d712fe9ee8a5f85bd10b710097d88584a48ad39b9f6 |
Available diffs
Binary packages built by this source
- libmemcache-dev: No summary available for libmemcache-dev in ubuntu utopic.
No description available for libmemcache-dev in ubuntu utopic.
- libmemcache0: C client API for memcached memory object caching system
memcached optimizes specific high-load serving applications that are designed
to take advantage of its versatile no-locking memory access system. Clients
are available in several different programming languages, to suit the needs
of the specific application. Traditionally this has been used in mod_perl
apps to avoid storing large chunks of data in Apache memory, and to share
this burden across several machines.
.
Danga Interactive developed memcached to enhance the speed of
LiveJournal.com, a site which was already doing 20 million+ dynamic page
views per day for 1 million users with a bunch of webservers and a bunch of
database servers. memcached dropped the database load to almost nothing,
yielding faster page load times for users, better resource utilization, and
faster access to the databases on a memcache miss.
.
This package contains the shared libraries (C client API) for
memcached. If you are looking for a Perl client API, please see the
libcache-memcached- perl package.
.
Homepage: http://people. freebsd. org/~seanc/ libmemcache/