Bug 78453 - basic /sbin/* files need libraries outside of the root-partition
Summary: basic /sbin/* files need libraries outside of the root-partition
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: modutils
Version: 1.0
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-11-23 01:37 UTC by Enrico Scholz
Modified: 2014-03-17 02:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-11-23 01:37:38 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2002-11-23 01:37:31 UTC
Description of Problem:

| $ ldd /sbin/modprobe
|           libz.so.1 => /usr/lib/libz.so.1 (0x4002a000)
                         ~~~~~~~~~

(same holds for depmod)

This causes problems on startup when having a seperate /usr-partition, because
certain operations in /etc/rc.sysinit can not be executed.

Perhaps libz.so.1 should be placed inside /lib, so reassign if needed.



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

modutils-2.4.21-1
zlib-1.1.4-5



How Reproducible:


Steps to Reproduce:
1. configure system to have a seperate /usr partion
2. reboot


Actual Results:

Errormessages because libz.so.1 can not be found.

Comment 1 Bill Nottingham 2002-11-25 21:53:05 UTC
Fixed in 2.4.22-1.


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