You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Omer Katz (Jira)" <ji...@apache.org> on 2019/09/01 07:54:00 UTC

[jira] [Commented] (PROTON-2097) Linkage error when openssl version is too old or new (not sure)

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

Omer Katz commented on PROTON-2097:
-----------------------------------

I can install from pip but I'm getting the same issue.

I built my Python using pyenv.

I'm using Ubuntu 18.04.

The installed openssl version is 1.1.1-1ubuntu2.1~18.04.4.

 

The cmake configure log doesn't say anything about openssl:
{code:java}
cmake .. -DSYSINSTALL_PYTHON=ON -DSYSINSTALL_RUBY=OFF -DBUILD_PYTHON=ON -DBUILD_RUBY=OFF
-- Build type is "RelWithDebInfo" (has debug symbols)
-- PN_VERSION: 0.30.0 (SNAPSHOT)
-- Building the epoll proactor
-- Could NOT find Ruby (missing: RUBY_INCLUDE_DIR RUBY_LIBRARY RUBY_CONFIG_INCLUDE_DIR) (found version "2.5.1")
-- Could NOT find JsonCpp (missing: JsonCpp_LIBRARY JsonCpp_INCLUDE_DIR)
-- Compiling C++11 examples: ON
-- Found Go: /home/linuxbrew/.linuxbrew/bin/go (go version go1.12.9 linux/amd64)
-- Looking for Python module sphinx_automodapi - not found
-- Sphinx modules not found; doc generation disabled.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/omer/Documents/Projects/qpid-proton/build{code}

> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org