Hello,
I needed to install SEP 14 on a Ubuntu Server and I followed the KB article listed here:
https://support.symantec.com/en_US/article.TECH228118.html
However I got an error during the install. The error was "No drivers are loaded into Kernel". I googled the error and attempted to find a resolution and I found this KB/Thread which recommends complining manually:
https://support.symantec.com/en_US/article.TECH132773.html
This is where I run into issues. I am not very profficient at Linux so please pardon my ignorance. It stated that I needed to install GCC and then run the command to build it. I scrolled down through the matrix and selected the command but not get it to run succesfully. I simply got "Command not found" when I tried entering:
linux-headers-$(uname -r) build-essential
Do I need to run that command first? Then run the command listed below? Or do I just need to run one and not the other?
./build.sh --kernel-dir /usr/src/linux-headers-$(uname -r)
Any help would be really appreciated. I can attached the log files if needed but I don't think they will be much help.