Opened 21 years ago
Closed 21 years ago
#700 closed defect (fixed)
"touch ld.so.conf" missed in glibc process
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
http://www.linuxfromscratch.org/lfs/view/cvs/chapter06/glibc.html http://www.linuxfromscratch.org/lfs/view/4.1/chapter06/glibc.html
cvs version missed "touch /etc/ld.so.conf" which leds to:
root:/sources/glibc-build#make install > /dev/null ... ... mkdir /usr/include/nfs /sources/glibc-build/elf/ldconfig: Can't open configuration file /etc/ld.so.conf: No such file or directory
root:/sources/glibc-build#
Note:
See TracTickets
for help on using tickets.
It's only a warning, not a hard error like it used to be in Glibc versions prior to 2.3.2. Nevertheless, it's not right that we work around it in Ch 5 but not in Ch 6. I've therefore committed changes to make them similar. Closing.