-
Notifications
You must be signed in to change notification settings - Fork 23
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
error: version lookup error: version `GLIBCXX_3.4.26' not found #51
Labels
kind:bug
Something isn't working
Comments
I'm still figuring out how to convince that image to get an updated version of libstdc++6. |
Okay, I think it would be better to just build with default Ubuntu 18.04 environment and not that crazy env Appveyor provides us. Trying to dockerize the Linux build… |
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
10 tasks
ForNeVeR
added a commit
that referenced
this issue
Dec 5, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 6, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 7, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 7, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 7, 2021
ForNeVeR
added a commit
that referenced
this issue
Dec 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turns out that 1.7.9 build was built in an updated environment (Appveyor upgraded something under the covers).
This means that it requires a bit newer Ubuntu 18.04.4 environment than the previous version.
In particular, this Dockerfile with a sample tdlib app will fail:
Thanks to
ENV LD_DEBUG=libs
, we can inspect what's happening there:So, we require
GLIBCXX_3.4.26
capability which isn't included intolibstdc++.so.6
available inmcr.microsoft.com/dotnet/core/runtime:3.1
.GLIBCXX_3.4.25
is available, though:The text was updated successfully, but these errors were encountered: