From: Alexander Asteroth <alexander.asteroth@h-brs.de>
To: help-guix@gnu.org
Subject: openssl libcrypto dependency on glibc@2.34?
Date: Sat, 25 Nov 2023 11:26:15 +0100 [thread overview]
Message-ID: <875y1qglx9.fsf@h-brs.de> (raw)
Dear all,
I'm trying to build Python@3.12 on my current guix
distribution. However since Python's `pip` depends on `openssl` I
need the `openssl` package.
But somehow openssl seems to be compiled agaist `glibc@2.34` but
version 2.34 is not available in current guix (only .33 and .35).
Or am I getting something completely wrong here?
Error message when runing `configure` for Python@3.21
```
Trying link with
OPENSSL_LDFLAGS=-L/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib;
OPENSSL_LIBS=-lssl -lcrypto;
OPENSSL_INCLUDES=-I/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/include
configure:28051: gcc -pthread -o conftest
-I/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/include
-L/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib
conftest.c -lssl -lcrypto -lpthread -ldl -lutil >&5
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `dladdr@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `dlclose@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `dlerror@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_key_create@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_rwlock_unlock@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_setspecific@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_rwlock_destroy@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_rwlock_wrlock@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `dlsym@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_getspecific@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_key_delete@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_rwlock_init@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `dlopen@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_once@GLIBC_2.34'
ld:
/gnu/store/rlqmahvxh2q1wz1nw529qlaky6x3zh9g-openssl-3.0.8/lib/libcrypto.so:
undefined reference to `pthread_rwlock_rdlock@GLIBC_2.34'
collect2: error: ld returned 1 exit status
```
Cheers
Alex
next reply other threads:[~2023-11-25 10:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-25 10:26 Alexander Asteroth [this message]
2023-11-26 7:40 ` openssl libcrypto dependency on glibc@2.34? Efraim Flashner
2023-11-27 7:42 ` Alexander Asteroth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875y1qglx9.fsf@h-brs.de \
--to=alexander.asteroth@h-brs.de \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.