Opened 13 years ago
Closed 13 years ago
#2965 closed defect (fixed)
Restore nis and rpc headers in glibc
Reported by: | Owned by: | Matthew Burgess | |
---|---|---|---|
Priority: | normal | Milestone: | 7.1 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
There are several programs in BLFS that are broken due to glibc removing nis/rpc headers from the default install. We need to add:
mkdir /usr/include/rpc{,svc} cp sunrpc/rpc/*.h /usr/include/rpc cp sunrpc/rpcsvc/*.h /usr/include/rpcsvc cp nis/rpcsvc/*.h /usr/include/rpcsvc
to the glibc instructions.
See http://linuxfromscratch.org/pipermail/blfs-dev/2011-November/021354.html
Another option is to use the patches found by William: http://linuxfromscratch.org/pipermail/blfs-support/2011-August/068617.html
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
I have put the headers into a tar file:
They can be installed with:
With this, libtirpc configures and makes without complaint.