Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 84AC1200C77 for ; Mon, 1 May 2017 22:44:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 83220160BAE; Mon, 1 May 2017 20:44:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CA2AA160BA0 for ; Mon, 1 May 2017 22:44:04 +0200 (CEST) Received: (qmail 70456 invoked by uid 500); 1 May 2017 20:44:04 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 70445 invoked by uid 99); 1 May 2017 20:44:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2017 20:44:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2D338C01DB for ; Mon, 1 May 2017 20:44:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.71 X-Spam-Level: X-Spam-Status: No, score=-3.71 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id HhZKkgD6r-8c for ; Mon, 1 May 2017 20:44:00 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 248965FB29 for ; Mon, 1 May 2017 20:44:00 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E15EBDC5CE for ; Mon, 1 May 2017 20:43:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com E15EBDC5CE Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=kgiusti@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com E15EBDC5CE Received: from colo-mx.corp.redhat.com (unknown [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D79565DD71 for ; Mon, 1 May 2017 20:43:58 +0000 (UTC) Received: from zmail26.collab.prod.int.phx2.redhat.com (zmail26.collab.prod.int.phx2.redhat.com [10.5.83.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id CEDF55EC60 for ; Mon, 1 May 2017 20:43:58 +0000 (UTC) Date: Mon, 1 May 2017 16:43:58 -0400 (EDT) From: Ken Giusti To: users@qpid.apache.org Message-ID: <1507335985.3793348.1493671438727.JavaMail.zimbra@redhat.com> In-Reply-To: <1493667880924-7662722.post@n2.nabble.com> References: <1176809567.103225588.1486664962355.JavaMail.zimbra@redhat.com> <1492843934626-7662451.post@n2.nabble.com> <1113735549.1264076.1493126886464.JavaMail.zimbra@redhat.com> <1493667880924-7662722.post@n2.nabble.com> Subject: Re: [Python] python-qpid-proton 0.17.0 packages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.18.97.48, 10.4.195.1] Thread-Topic: python-qpid-proton 0.17.0 packages Thread-Index: aBhRYFDMoOdMs1SD4Mn2QvDWhkRt3A== X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Mon, 01 May 2017 20:43:59 +0000 (UTC) archived-at: Mon, 01 May 2017 20:44:05 -0000 Hi Guang, No, not all - you've got what is necessary for building the python extension. However - if you need SSL encryption or SASL authentication over proton you'll want to install lines 18 and/or 21. But those are optional features and are not required for the basic functionality. Good work! -K ----- Original Message ----- > From: "zhaogxd" > To: users@qpid.apache.org > Sent: Monday, May 1, 2017 3:44:40 PM > Subject: Re: [Python] python-qpid-proton 0.17.0 packages > > Hi Kent, > > This is great! > > I was able to build and install the proton package successfully on Windows 7 > based on your instructions. > > For Linux, I was able to install this package successfully on Centos 7 by > executing the 'pip install python-qpid-proton' after the execution of line > 15, 24 and 25 listed below. I am wondering if all dependencies listed from > the installation document are needed? > > 14 # required dependencies > 15 $ yum install gcc cmake libuuid-devel > 16 > 17 # dependencies needed for ssl support > 18 $ yum install openssl-devel > 19 > 20 # dependencies needed for Cyrus SASL support > 21 $ yum install cyrus-sasl-devel > 22 > 23 # dependencies needed for bindings > 24 $ yum install swig # Required for all bindings > 25 $ yum install python-devel # Python > 26 $ yum install ruby-devel rubygem-rspec rubygem-simplecov # Ruby > 27 $ yum install pphp-devel # PHP > 28 $ yum install perl-devel # Perl > 29 > 30 # dependencies needed for python docs > 31 $ yum install epydoc > > Thanks again! > > Guang > > > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Python-python-qpid-proton-0-17-0-packages-tp7659021p7662722.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org > For additional commands, e-mail: users-help@qpid.apache.org > > -- -K --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org