Andrew Benton wrote:
Just as an experiment I've (or rather, root has) just run

find /usr/lib -type d -exec chmod 755 {} \; && find /usr/lib -type f -exec chmod 644 {} \;

This has set the permissions of every file in /usr/lib to 644. I've rebooted and everything seems to be running OK...

Spoke too soon. Gcc won't work if /usr/lib/gcc/i686-pc-linux-gnu/4.0.1/cc1 
isn't executable. There's probably a couple more things in /usr/lib that need 
to be executable. But the shared libraries seem to be OK set to 644
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to