[ 
https://issues.apache.org/jira/browse/PROTON-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921479#comment-16921479
 ] 

Andrew Stitcher commented on PROTON-2097:
-----------------------------------------

Currently if you are using some type of python virtual environment a good way 
to run the master version of the python binding is this:

* Activate your python environment (for me this {{. <blah>/bin/activate}})
* Download and build qpid-proton
   ...
   {{cmake ..}}
   {{make}}
* install the python into your virtualenv:
  {{pip install -e python/dist}}
  This should put a link in your virtual env to a copy of the python binding in 
the build area - this will change to match the actual python source tree 
whenever you run {{make}}

> Linkage error when openssl version is too old or new (not sure)
> ---------------------------------------------------------------
>
>                 Key: PROTON-2097
>                 URL: https://issues.apache.org/jira/browse/PROTON-2097
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: python-binding
>    Affects Versions: proton-c-0.29.0
>            Reporter: Omer Katz
>            Priority: Major
>             Fix For: proton-c-0.30.0
>
>
> After successfully building I'm getting the following error when I try to 
> import _cproton.
> {code:java}
> undefined symbol:  CRYPTO_set_locking_callback{code}
> This is not the behavior I expected.
> The build should fail if this symbol is not present.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to