Bug 495376

Summary: anaconda's dbus can't find libaudit.so.0
Product: [Fedora] Fedora Reporter: Jerry Vonau <jvonau3>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, pjones, rmaximo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-12 19:15:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jerry Vonau 2009-04-12 14:41:33 UTC
Description of problem:
/sbin/dbus-deamon libaudit.so.0 not found when booting the installer

Version-Release number of selected component (if applicable):
11.5.0.42

How reproducible:
always

Steps to Reproduce:
1.try booting: 
http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/images/boot.iso
2.
3.
  
Actual results:
loader can't find install.img

Expected results:
running anaconda

Additional info:

Comment 1 Jerry Vonau 2009-04-12 15:47:20 UTC
At line 365 mk-images is using this line:

iself="$(file $ROOT/$BIN | grep ELF | grep executable)"

To pick up the other shared objects maybe that should be: 

iself="$(file $ROOT/$BIN | grep ELF | grep "(uses shared libs)""

Comment 2 Jerry Vonau 2009-04-12 19:15:00 UTC

*** This bug has been marked as a duplicate of bug 475231 ***

Comment 3 Jerry Vonau 2009-04-12 19:15:45 UTC

*** This bug has been marked as a duplicate of bug 495231 ***