Failing to link lxml: LIBRARY_PATH ignored? #149
Unanswered
powellnorma
asked this question in
Q&A / Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Building lxml requires libxslt. I have compiled it separately with the same toolchain. After setting CPATH, the compile step works, but even though I have set LIBRARY_PATH correctly (via
--env
), I getld: error: unable to find library -lxslt
.An strace shows that ld does not look at the path specified in
LIBRARY_PATH
. Is this something crossenv can fix, or do some packages "ignore"/reset LIBRARY_PATH? Thank you!Beta Was this translation helpful? Give feedback.
All reactions