-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[libspatialite] Build error -- x64-linux-dynamic #25876
Comments
Similar issue: #25332 |
This one? #23035 I did this with a recent copy of vcpkg, but it may have been just before that PR was merged. However, I've gone back and tried it with the absolute latest commit (as of about 30 minutes ago), and still observe the same behavior. |
Would you kindly provide the output from |
Here is the output:
|
Hmm looks like it's RUNPATH is not changed. Could you please run |
Oh, wow my mistake. I had made an edit to a file in the repository, so
I'll go ahead and close this issue. |
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install libspatialite:x64-linux-dynamic
Failure logs
config-x64-linux-dynamic-dbg-err.log
config-x64-linux-dynamic-dbg-out.log
config-x64-linux-dynamic-dbg-config.log
config.log
Additional context
Related to #25668
According to config.log, libtiffd.so and libcurl-d.so (required by libproj.so) are not found, though they exist in
installed/x64-linux-dynamic/debug/lib/
where you'd expect to find them.The text was updated successfully, but these errors were encountered: