Opened 20 years ago
Closed 20 years ago
#1006 closed defect (fixed)
glibc fails to compile under Fedora Core 3
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | TESTING |
Severity: | normal | Keywords: | |
Cc: |
Description
When running SELinux on the base system (in my case,FC3), glibc fails to compile
because it looks for the selinux headers for the nscd package. glibc must be
setting HAVE_SELINUX based on my base system.
Is it possible to update the LFS book to make sure this doesn't happen to other SELinux users?
Cheers--
Change History (3)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Confirming this one - Nathan's fix does resolve the problem, and Ryan Oliver's cross-lfs stuff he's been working on doesn't expose this.
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed changes for this to both unstable, rev 4490, and testing, rev 4491.
Note:
See TracTickets
for help on using tickets.
Actually, passing --disable-selinux in chapter 5's glibc is the fix that we have been suggesting.
Ryan has been working on a way to cross compile LFS build tools so that we are compleatly independent of the host. I believe this would fix building against selinux hosts such as Fedora Core 3. This is currently not part of the book, but planned for insertion into LFS unstable.