RE: 2.4.0 Beta0 problem building on RedHat

From: Murray S. Kucherawy <msk_at_cloudmark.com>
Date: Mon, 9 May 2011 10:14:02 -0700

> -----Original Message-----
> From: opendkim-dev-bounce_at_lists.opendkim.org [mailto:opendkim-dev-
> bounce_at_lists.opendkim.org] On Behalf Of Steve Jenkins
> Sent: Monday, May 09, 2011 8:41 AM
> To: opendkim-dev_at_lists.opendkim.org
> Subject: 2.4.0 Beta0 problem building on RedHat
>
> On Fedora 12 box did:
>
> ./configure --enable-stats
>
> Everything going fine until:
>
> checking for LIBMEMCACHED... no
> configure: WARNING: pkg-config for libmemcached not found, trying
> manual search...
> checking for libmemcached... configure: error: not found
>
> Exact same issue on a CentOS 5.6 box, too.

My fault. Try this patch:

--- configure Mon May 9 10:12:28 2011
+++ configure Mon May 9 10:12:47 2011
_at_@ -16496,7 +16496,7 @@
 if test "${with_libmemcached+set}" = set; then :
   withval=$with_libmemcached; libmcdpath="$withval"
 else
- libmcdpath="auto"
+ libmcdpath="no"
 fi
Received on Mon May 09 2011 - 17:14:10 PST

This archive was generated by hypermail 2.3.0 : Mon Oct 29 2012 - 23:33:10 PST