Opened 19 years ago

Closed 19 years ago

#1034 closed defect (fixed)

Glibc-2.3.4 with(out) selinux

Reported by: icenet@… Owned by: gerard@…
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)

LFS-glibc-fix.patch (1.5 KB ) - added by jeremy@… 19 years ago.
XML patch to fix glibc configure parameters

Download all attachments as: .zip

Change History (6)

comment:1 by jeremy@…, 19 years ago

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

by jeremy@…, 19 years ago

Attachment: LFS-glibc-fix.patch added

XML patch to fix glibc configure parameters

comment:2 by jeremy@…, 19 years ago

Resolution: fixed
Status: newclosed

comment:3 by jeremy@…, 19 years ago

Resolution: fixed
Status: closedreopened

comment:4 by jeremy@…, 19 years ago

Owner: changed from lfs-book@… to gerard@…
Status: reopenednew

Gerard wanted to leave this open until he actually applies the patch to the XML.

comment:5 by gerard@…, 19 years ago

Resolution: fixed
Status: newclosed

Patch by Jeremy U. applied.

Note: See TracTickets for help on using tickets.