Bug 495376 - anaconda's dbus can't find libaudit.so.0
Summary: anaconda's dbus can't find libaudit.so.0
Keywords:
Status: CLOSED DUPLICATE of bug 495231
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-12 14:41 UTC by Jerry Vonau
Modified: 2009-04-12 19:15 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-12 19:15:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.