%general-entities; ]> Linux-Libc-Headers-&linux-libc-headers-alpha-version; Linux-Libc-Headers Installation of Linux-Libc-Headers Install the header files: cp -R include/asm-alpha /usr/include/asm cp -R include/linux /usr/include Ensure that all the headers are owned by root: chown -R root:root /usr/include/{asm,linux} Make sure the users can read the headers: find /usr/include/{asm,linux} -type d -exec chmod 755 {} \; find /usr/include/{asm,linux} -type f -exec chmod 644 {} \;