Re: [I] [VL] "Installer requires GLIBC >=2.28, but system has 2.17" error on centos7 with vcpkg disabled [incubator-gluten]
wForget closed issue #11029: [VL] "Installer requires GLIBC >=2.28, but system has 2.17" error on centos7 with vcpkg disabled URL: https://github.com/apache/incubator-gluten/issues/11029 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] [VL] "Installer requires GLIBC >=2.28, but system has 2.17" error on centos7 with vcpkg disabled [incubator-gluten]
wForget commented on issue #11029: URL: https://github.com/apache/incubator-gluten/issues/11029#issuecomment-3490291412 Since vcpkg is the preferred way, this issue is for reference only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [I] [VL] "Installer requires GLIBC >=2.28, but system has 2.17" error on centos7 with vcpkg disabled [incubator-gluten]
wForget commented on issue #11029:
URL:
https://github.com/apache/incubator-gluten/issues/11029#issuecomment-3490285901
The script `Miniconda3-py313_25.9.1-1-Linux-x86_64.sh` begins verifying that
the glibc version is greater than "2.28".
After changing the conda version in `setup-centos7.sh` to `25.7.0-2`, gluten
build successful.
```
function install_conda {
cd "${DEPENDENCY_DIR}"
mkdir -p conda && pushd conda
wget
https://repo.anaconda.com/miniconda/Miniconda3-py313_25.7.0-2-Linux-x86_64.sh
MINICONDA_PATH=/opt/miniconda-for-velox
bash Miniconda3-py313_25.7.0-2-Linux-x86_64.sh -b -u $MINICONDA_PATH
popd
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
