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

curl: symbol lookup error: curl: undefined symbol: curl_url_cleanup #5856

Closed
main1015 opened this issue Aug 26, 2020 · 2 comments
Closed

curl: symbol lookup error: curl: undefined symbol: curl_url_cleanup #5856

main1015 opened this issue Aug 26, 2020 · 2 comments
Labels
build not-a-curl-bug This is not a bug in curl

Comments

@main1015
Copy link

I did this

I installed it

./configure
make
sudo make install

Everything is normal when installed.
But I'm following orders
curl -h
Error reporting
curl: symbol lookup error: curl: undefined symbol: curl_url_cleanup

I expected the following

curl/libcurl version

I downloaded version curl-7.70.0 or curl-7.72.0

[curl -V output]

operating system

@bagder
Copy link
Member

bagder commented Aug 26, 2020

This sounds like you're invoking a new curl that loads an old libcurl at run-time.

@bagder bagder added the build label Aug 26, 2020
@cvengler
Copy link
Contributor

Have a look at man 8 ld.so

@bagder bagder added the not-a-curl-bug This is not a bug in curl label Aug 27, 2020
@bagder bagder closed this as completed Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build not-a-curl-bug This is not a bug in curl
Development

No branches or pull requests

3 participants