oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.
1285 Discussions

Installation Intel OneAPI BaseKit symbolic link

VincentP
Beginner
1,871 Views

Hello,

I have tried several times the installation of the intel oneapi BaseKit on my linux Ubuntu 20.04 system. I want to install the toolkit local, so I downloaded the file "l_BaseKit_p_2021.2.0.2883_offline.sh".

First I made the bash file executable with the terminal command:
chmod +x l_BaseKit_p_2021.2.0.2883_offline.sh

Then I start the installation with the following command (I tried several options)

sudo ./l_BaseKit_p_2021.2.0.2883_offline.sh -s -a --silent --eula accept

Everytime I get the error that symbolic links cannot be created. See following example (in german)

tar: ./libQt5Core.so: Kann keine symbolische Verknüpfung zu „„libQt5Core.so.5.15.2““ anlegen: Vorgang nicht zulässig

Does anyone have a solution?

Labels (1)
0 Kudos
4 Replies
NilenduD_Intel
Moderator
1,813 Views

Vincent, please follow the steps provided in the below link for a successful installation


Link - https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top.html


Kindly let us know if your issue persists.


Best Regards,

Nilendu


0 Kudos
VincentP
Beginner
1,804 Views

Hi Nilendu,

thanks for your answer. I have already followed the installation guide to which you refer with the link.

The problem is still there.

In the Prerequisites in the guide it says that I have to install the GPU drivers:

https://software.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/prerequisites.html#prerequisites

For that I followed the following installation guide:

https://dgpu-docs.intel.com/installation-guides/ubuntu/ubuntu-focal.html

I have to check if I have permissions to access files /dev/dri/render* and dev/dri/card*. If I type this in the terminal it prints out "no authorization". The guide says that means that my user account is a member of the render group. So therefore I type the command "groups ${USER}" in the terminal and this says that I'm a member of the render group. I don't know if this is a problem, but I wanted to mention it once.

Best regards

0 Kudos
NilenduD_Intel
Moderator
1,778 Views

Vincent, we apologize for the delay, we have installed the free product of Intel® oneAPI Base toolkit in all possible ways and it is working fine.


Please uninstall the previously installed version and try a fresh installation:



Please try the above and let us know if your issue persists.


0 Kudos
NilenduD_Intel
Moderator
1,709 Views

Vincent, we are blocking this thread since there was no response from your end. If you have any further queries or concerns, please open a new community topic. 


Link: https://community.intel.com/t5/Development-Suites/ct-p/development-suites



0 Kudos
Reply