Hi,
I just rolled out a new container (based on template Ubuntu 18.04 standard). "uname -a" reports me:
Linux vlr-6 4.15.18-1-pve #1 SMP PVE 4.15.18-15 (Wed, 04 Jul 2018 15:42:56 +0200) x86_64 x86_64 x86_64 GNU/Linux
I want to install Asterisk from source and I tried to install the kernel header with:
apt-get install linux-headers-$(uname -r)
... but the headers are not found. Do I have to add another repo in sources.list?
Best regards, Thorsten
I just rolled out a new container (based on template Ubuntu 18.04 standard). "uname -a" reports me:
Linux vlr-6 4.15.18-1-pve #1 SMP PVE 4.15.18-15 (Wed, 04 Jul 2018 15:42:56 +0200) x86_64 x86_64 x86_64 GNU/Linux
I want to install Asterisk from source and I tried to install the kernel header with:
apt-get install linux-headers-$(uname -r)
... but the headers are not found. Do I have to add another repo in sources.list?
Best regards, Thorsten