-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
/usr/bin/ld: ../lib/.libs/libcurl.so: undefined reference to `Curl_md4it' #10110
Comments
Please provide us with a full sequence of what you do when you build. You presumably did something before |
If you cannot build it. How can you provide the |
Hi Daniel, this is the current curl -v command.
Esdras de Morais da Silva
***@***.***
…On Sun, Dec 18, 2022 at 5:19 PM Daniel Stenberg ***@***.***> wrote:
If you cannot build it. How can you provide the curl -V output?
—
Reply to this email directly, view it on GitHub
<#10110 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABATZHBWVKJO3YWUCSBTD4TWN6LW3ANCNFSM6AAAAAATCSB37A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Perhaps can be useful.
Esdras de Morais da Silva
***@***.***
On Mon, Dec 19, 2022 at 3:29 PM Esdras de Morais ***@***.***>
wrote:
… Hi Daniel, this is the current curl -v command.
Esdras de Morais da Silva
***@***.***
On Sun, Dec 18, 2022 at 5:19 PM Daniel Stenberg ***@***.***>
wrote:
> If you cannot build it. How can you provide the curl -V output?
>
> —
> Reply to this email directly, view it on GitHub
> <#10110 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABATZHBWVKJO3YWUCSBTD4TWN6LW3ANCNFSM6AAAAAATCSB37A>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Same for me
|
Sorry but I am not understanding you.
…On Mon, Dec 19, 2022, 3:35 PM wojtekxtx ***@***.***> wrote:
@bagder <https://github.com/bagder> by mocking, using sth like msw
—
Reply to this email directly, view it on GitHub
<#10110 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABATZHDHD7BGTL3ECFHWEM3WOCTGZANCNFSM6AAAAAATCSB37A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This code should always fail MD4 build with gnutls and openssl enabled
|
should? I can build curl fine with both and it does not fail on this. |
I can't :( |
also see gentoo issue https://bugs.gentoo.org/887833 |
I suggest that someone that can reproduce the problem works on a fix. I cannot reproduce. |
May be you have openssl with OPENSSL_NO_MD4? I see logic with my openssl 1.1.1:
nettle/md4.h included, openssl/md4.h not
And MD4_CTX still unknown here because #elif defined(USE_GNUTLS) skipped. |
For me it fixed. Curl is great again :) |
I tried compile in my Dell Laptop with Slackware Current Latest Version.
And this error happened after run make command:
I expected the following
curl/libcurl version
[curl -V output]
curl 7.86.0 (x86_64-pc-linux-gnu) libcurl/7.86.0 OpenSSL/1.1.1q zlib/1.2.13 brotli/1.0.9 zstd/1.5.2 c-ares/1.18.1 libidn2/2.3.3 libpsl/0.21.1 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.50.0
Release-Date: 2022-10-26
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL threadsafe TLS-SRP UnixSockets zstd
operating system
Linux darkstar.example.net 5.19.16 #1 SMP PREEMPT_DYNAMIC Sat Oct 15 14:42:05 CDT 2022 x86_64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz GenuineIntel GNU/Linux
The text was updated successfully, but these errors were encountered: