Hi Drew, > I had a problem right at the end when trying to install the > locales I got this error: > > /usr/bin/bash: /usr/bin/localedef: No such file or directory
I seem to recall running into similar problems. If I recall correctly, you might be able to fix the problem by making /usr/bin/localedef an install directory: chgrp install /usr/bin/localedef && chmod 1775 /usr/bin/localedef Cheers, Tim -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
