-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error while loading shared libraries: libsycl.so.7: cannot open shared object file: No such file or directory #12763
Comments
Maybe your Intel® oneAPI Base Toolkit version is too new. Have you installed Version 2025.0.1? |
Yes I have installed the last one which you can find on the official site. I tried to look up for other previous versions but i couldn't find none. I don't know if you a link you can share about previous versions |
|
Thanks man, I'll see if it works |
Please do not install oneAPI separately; instead, follow the guide at https://github.com/intel/ipex-llm/blob/main/docs/mddocs/Quickstart/install_linux_gpu.md#install-oneapi |
Intel has removed the download link for the old version, currently only the 2025 version is available (A sad story |
As documented in https://github.com/intel/ipex-llm/blob/main/docs/mddocs/Quickstart/install_linux_gpu.md#install-oneapi, use |
Hi guys, when I try to execute ollama it gives me this error:
(llm_env) root@Ollama:/home/gcesano/llama-cpp# ./ollama serve ./ollama: error while loading shared libraries: libsycl.so.7: cannot open shared object file: No such file or directory
I think that IPEX-LLM supports the old version of this library "libsycl.so.x", because, if I list my intel oneapi libraries I can find only the new version .8:
**
lrwxrwxrwx 1 root root 14 5 dic 15.19 libsycl.so -> ./libsycl.so.8 lrwxrwxrwx 1 root root 18 5 dic 15.19 libsycl.so.8 -> ./libsycl.so.8.0.0 -rwxr-xr-x 1 root root 4559928 5 dic 11.18 libsycl.so.8.0.0** -rwxr-xr-x 1 root root 41806 5 dic 11.18 libsycl.so.8.0.0-gdb.py -rwxr-xr-x 1 root root 235208 5 dic 11.18 libsycl_ur_trace_collector.so lrwxrwxrwx 1 root root 39 5 dic 15.32 libtcm_debug.so -> ../../../tcm/latest/lib/li
Am I missing something?
The text was updated successfully, but these errors were encountered: