Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails with OpenSSL 1.1 #603

Closed
jrochel opened this issue Mar 13, 2018 · 1 comment
Closed

Compilation fails with OpenSSL 1.1 #603

jrochel opened this issue Mar 13, 2018 · 1 comment

Comments

@jrochel
Copy link

jrochel commented Mar 13, 2018

First I thought that it was the issue reported here: allinurl/goaccess#591.
But I doubt that now. Investigating...

=-=- Processing actions -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[ERROR] The compilation of cohttp-lwt-unix failed at "jbuilder build -p cohttp-lwt-unix -j 7".

#=== ERROR while installing cohttp-lwt-unix.1.0.0 =============================#
# opam-version 1.2.2
# os           linux
# command      jbuilder build -p cohttp-lwt-unix -j 7
# path         /home/jan/.opam/4.05.0/build/cohttp-lwt-unix.1.0.0
# compiler     4.05.0
# exit-code    1
# env-file     /home/jan/.opam/4.05.0/build/cohttp-lwt-unix.1.0.0/cohttp-lwt-unix-23584-1872ec.env
# stdout-file  /home/jan/.opam/4.05.0/build/cohttp-lwt-unix.1.0.0/cohttp-lwt-unix-23584-1872ec.out
# stderr-file  /home/jan/.opam/4.05.0/build/cohttp-lwt-unix.1.0.0/cohttp-lwt-unix-23584-1872ec.err
### stderr ###
# [...]
# /home/jan/.opam/4.05.0/build/ssl.0.5.5/src/ssl_stubs.c:229 : référence indéfinie vers « CRYPTO_set_dynlock_create_callback »
# /home/jan/.opam/4.05.0/build/ssl.0.5.5/src/ssl_stubs.c:230 : référence indéfinie vers « CRYPTO_set_dynlock_lock_callback »
# /home/jan/.opam/4.05.0/build/ssl.0.5.5/src/ssl_stubs.c:231 : référence indéfinie vers « CRYPTO_set_dynlock_destroy_callback »
# /home/jan/.opam/4.05.0/lib/ssl/libssl_threads_stubs.a(ssl_stubs.o) : Dans la fonction « get_method » :
# /home/jan/.opam/4.05.0/build/ssl.0.5.5/src/ssl_stubs.c:277 : référence indéfinie vers « SSLv23_client_method »
# /home/jan/.opam/4.05.0/build/ssl.0.5.5/src/ssl_stubs.c:281 : référence indéfinie vers « SSLv23_server_method »
# /home/jan/.opam/4.05.0/build/ssl.0.5.5/src/ssl_stubs.c:285 : référence indéfinie vers « SSLv23_method »
# collect2: error: ld returned 1 exit status
# File "caml_startup", line 1:
# Error: Error during linking
@jrochel jrochel changed the title Compilation fails with OpenSSl 1.1 Compilation fails with OpenSSL 1.1 Mar 13, 2018
@jrochel
Copy link
Author

jrochel commented Mar 14, 2018

The problem lies with the package ssl.0.5.5. It all works with a prior version in any case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant