Works fine here with the same kernel version. The most probable reason is that the kernel-devel installed does not match with the running kernel. Check if `uname -r` matches with 3.10.0-327.22.2
If it does not match, then the following will work yum upgrade kernel kernel-devel reboot rpm -e `rpm -qa | grep quadstor-vtl-ext` rpm -i quadstor-vtl-ext-3.0.7-rhel6.x86_64.rpm On Fri, Jul 15, 2016 at 12:02 PM, Luciano Ferrara <[email protected]> wrote: > Hi All, > I am a new user for Quadstor VTL. I am not able to install Quadstor VTL on > Centos 7 minimal. > The error I get is: > Performing post install. Please wait... > Created symlink from > /etc/systemd/system/multi-user.target.wants/quadstorvtl.service to > /usr/lib/systemd/system/quadstorvtl.service. > Building required kernel modules > Running /quadstorvtl/bin/builditf. This may take a few minutes. > ERROR: Building kernel modules failed!!! > > The needed soft link is there: > > cd /lib/modules/3.10.0-327.22.2.el7.x86_64/ > [root@centos 3.10.0-327.22.2.el7.x86_64]# ls -l > totale 2700 > lrwxrwxrwx 1 root root 43 15 lug 01.43 build -> > /usr/src/kernels/3.10.0-327.22.2.el7.x86_64 > > Can someone help me in installing it? > I am trying to install this Vtl version: > quadstor-vtl-ext-3.0.7-rhel6.x86_64.rpm > > Thanks > Luk > > -- > You received this message because you are subscribed to the Google Groups > "QUADStor VTL" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "QUADStor VTL" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
