Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B3BF6103F7 for ; Thu, 22 Aug 2013 19:51:40 +0000 (UTC) Received: (qmail 41632 invoked by uid 500); 22 Aug 2013 19:51:39 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 41485 invoked by uid 500); 22 Aug 2013 19:51:33 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 41477 invoked by uid 99); 22 Aug 2013 19:51:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 19:51:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [209.85.219.42] (HELO mail-oa0-f42.google.com) (209.85.219.42) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Aug 2013 19:51:28 +0000 Received: by mail-oa0-f42.google.com with SMTP id i18so4464720oag.15 for ; Thu, 22 Aug 2013 12:50:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=FISy3fiWn2wFlmKSUwP5bfUCSo3q/KZtjuAqLjNF824=; b=oDE4+LLtbjyptlFSduI3o1RArBEDbgXHRAw8KxiK+FCIHsbp3GgfiBKiARVdnXxEFg wYvBuhgGsIJVbScOpkhihtJll3AD0w8hkeCHwqaKLJKuCUj3NU/pOawCfqPu7zvbmRi0 +XWFY8L/K9IjyMI8t3gs6NHukCL3/oChE9PtCRJDfQfyZlCdedQRmNvh4B2Pcb2kM1kj eEw6bdDTCFMEOQaYzz8gOtRoYoYuJ+968xyY68kv6fe12NpDmidSDOnzogpSdoGgJWOd iRsu42tViHkI1trRkfUVH2gLIH05M4O9r81yslVqjnJj1t/vpaVgSc4bHaao2k8YMGsC AALw== X-Gm-Message-State: ALoCoQlsajAXxFPvm2VMMgReuWPTzsXv+atEkeyQYZX8q+S828lXI1rrdWVN1iEnES/mLzF9chvY MIME-Version: 1.0 X-Received: by 10.60.51.196 with SMTP id m4mr16305448oeo.1.1377201045527; Thu, 22 Aug 2013 12:50:45 -0700 (PDT) Received: by 10.60.120.98 with HTTP; Thu, 22 Aug 2013 12:50:45 -0700 (PDT) Date: Thu, 22 Aug 2013 12:50:45 -0700 Message-ID: Subject: Zookeeper 3.5.0 client library getting identified as 3.4.0 From: Deepak Jagtap To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary=001a11c309201a6f6504e48e9b78 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c309201a6f6504e48e9b78 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have downloaded zookeeper 3.5.0.1515976. While compiling zookeeper c library noticed that libzookeeper_mt.so is displaying identify as 3.4.0 zookeeper client while connecting to server. I have noticed that configure file generated shows following # Identity of this package. PACKAGE_NAME='zookeeper C client' PACKAGE_TARNAME='zookeeper' PACKAGE_VERSION='3.4.0' PACKAGE_STRING='zookeeper C client 3.4.0' It seem this is a bug in 3.5.0. Is anybody observed same issue? Regards, Deepak --001a11c309201a6f6504e48e9b78--