On Mon, 2005-09-26 at 22:22 -0400, Richard Freeman wrote: > Is it illegal to install 32-bit in /usr/lib? I thought that */lib/* was > 32-bit, and */lib64/* was 64-bit. In any case, compliance wasn't my > biggest goal since the whole thing is a kludge...
That used to be the case. It is changing so that /usr/lib points to the default bitness of the host. So /usr/lib has 64bit libraries, /usr/lib64 is a pointer to /usr/lib and /usr/lib32 is where the 32 bit stuff should go. -- Tres Melton IRC & Gentoo: RiverRat -- [email protected] mailing list
