Bug 55307

Summary: /sbin/iscsid linked against /usr library
Product: [Retired] Red Hat Linux Reporter: Kambiz Aghaiepour <kambiz>
Component: iscsiAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
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: 2002-05-02 19:32:45 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 Kambiz Aghaiepour 2001-10-29 15:44:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.9-6 i686)

Description of problem:
/sbin binaries should not rely on /usr. This breaks when /usr is on a
separate partition.

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


How reproducible:
Always

Steps to Reproduce:
up2date system

Additional info:

Comment 1 Michael K. Johnson 2002-05-02 19:32:17 UTC
*** Bug 61529 has been marked as a duplicate of this bug. ***

Comment 2 Michael K. Johnson 2002-05-02 19:32:40 UTC
*** Bug 58241 has been marked as a duplicate of this bug. ***

Comment 3 Michael K. Johnson 2002-05-02 19:35:11 UTC
iscsi-2.1.0.20-5 fixes this by linking staticly against libstdc++, but
dynamically against libc and libm.