Opened 20 years ago
Closed 20 years ago
#1034 closed defect (fixed)
Glibc-2.3.4 with(out) selinux
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | TESTING |
Severity: | normal | Keywords: | |
Cc: |
Description
In chapter 5.7 the configure option "--disable selinux" needed to be changed to "--without-selinux" in order to get it to compile on Fedora Core 3. This also occurs in the current version 6.0 as well.
Attachments (1)
Change History (6)
comment:1 by , 20 years ago
by , 20 years ago
Attachment: | LFS-glibc-fix.patch added |
---|
XML patch to fix glibc configure parameters
comment:2 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
Gerard wanted to leave this open until he actually applies the patch to the XML.
Note:
See TracTickets
for help on using tickets.
Confirmed - configure output for glibc 2.3.4 when using --disable-selinux as is currently in the book:
checking for is_selinux_enabled in -lselinux... yes checking for NSCD Flask permissions in selinux/av_permissions.h... yes
When using --without-selinux, these tests are not even performed, so --disable-selinux is not recognized by glibc - it must be --without-selinux.
Patch to book's XML forthcoming