Bug 9885

Summary: undefined symbol: fdio
Product: [Retired] Red Hat Linux Reporter: frankie
Component: gnorpmAssignee: Matt Wilson <msw>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-03-20 14:49:17 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 frankie 2000-03-01 11:07:34 UTC
I just upgraded to latest gnorpm-0.9-14
When launched it complains this way :
gnorpm: error in loading shared libraries: gnorpm: undefined symbol: fdio

Comment 1 Nalin Dahyabhai 2000-03-01 19:24:59 UTC
Upgrade to the latest version of rpm.  Version 3.0.4-0.42 seems to work here.

Comment 2 frankie 2000-03-02 07:37:59 UTC
I upgraded to rpm-3.0.4-0.45 and now gnorpm launches, but when I press
the `Install' button it crashes with that message :

gnorpm: error in loading shared libraries: gnorpm: undefined symbol: fdOpen

Comment 3 Jeff Johnson 2000-03-20 14:49:59 UTC
I just checked with
	gnorpm-0.9-15	(from Raw Hide and Red Hat 6.2)
	rpm-3.0.4-6x	(from ftp.rpm.org)
and cannot reproduce the problem.

Both of the symbols fdOpen and fdio are in /usr/lib/librpm.so.0.0.0. You
can verify this by doing, for example,
	nm /usr/lib/librpm.so.0.0.0 | grep fdOpen
If you find the symbol there, then you should try running
	/sbin/ldconfig
and/or check your LD_LIBRARY_PATH or /etc/ld.so.conf configuration.