-
Notifications
You must be signed in to change notification settings - Fork 559
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_4' not found for Poppler_jll v23 in Julia 1.8 #8084
Comments
The problem is that you're somehow using a system library |
Note that
|
A reproducer would be most helpful, but this works for me
|
Thanks for your help. I made an MWE repo, problem reproduced here: https://github.com/tpapp/PopplerMWE.jl/actions/runs/7843637138 (also, would you mind reopening the issue?) |
In my system I can reproduce this only if I do something like export LD_PRELOAD=/usr/lib/libcurl.so to forcibly point to system libcurl.
There's no evidence there's any bug on our side. |
I have updated the repo to print https://github.com/tpapp/PopplerMWE.jl/actions/runs/7843905876/job/21405202231
With respect, I think it is premature to conclude this. At this point the cause of the bug is not determined. |
The problem is that |
My hunch is that this may have been fixed by JuliaLang/julia#46976. |
With Poppler_jll v23.12.0+0 on Julia 1.8, I get the following error in unit tests:
Note that in Julia 1.10 it works fine. So dies Poppler_jll v22 on 1.8.
The text was updated successfully, but these errors were encountered: