[Bug] Cannot find -lxml2 when linking libtvm.so on Ubuntu 22.04 (WSL2) #17696
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Expected behavior
TVM should successfully compile and link
libtvm.so
without missing-lxml2
.Actual behavior
The build fails with a linker error stating that
-lxml2
cannot be found:Environment
Steps to reproduce
Follow the instructions in the [TVM installation guide](https://tvm.apache.org/docs/install/from_source.html).
Execute the following shell script:
The build fails with the above linker error.
Troubleshooting Attempts
Added debugging options:
Installed
libxml2
via Conda:Questions
libxml2
required to be installed viaapt
rather than Conda for TVM to find it?libxml2
?Triage
Any help would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: