How do I configure GNU libc so that the essential libraries like libc.so go into /lib and the other into /usr/lib?
{UD,AJ} Like all other GNU packages GNU libc is designed to use a base directory and install all files relative to this. The default is /usr/local, because this is safe (it will not damage the system if installed there). If you wish to install GNU libc as the primary C library on your system, set the base directory to /usr (i.e. run configure –prefix=/usr
Related Questions
- when compiling plotxy and others, /usr/X11R5/lib cannot be found on the Cray, and the file "libncarg_loc.a" cannot be found either. What should I do about these libraries?
- How do I configure GNU libc so that the essential libraries like libc.so go into /lib and the other into /usr/lib?
- Why are the driver objects installed in /usr/local/lib/modules instead of /lib/modules?