Hello All
We got a new SLES 15 MP5 Server. We are trying to install gcc. Of course we cannot use zypper as the server is iolated and not connected to network. So we have taken rpm option. Download .rpm from SUSE website, copy to server and install
When we tried to install gcc it gave a error that libgc-devel package is required. So we tried to install libgc-devel package. But that failed with error linux-kernel-headers are required.
We ran this command - /usr/src/linux-$(uname -r | sed “s/-default//”)/include/
got the error that -bash: /usr/src/linux-5.14.21-150500.53-default/include/: No such file or directory.
So what package we need to install to get the linux-kernel-headers? Any help will be highly appreciated