Bug 9885 - undefined symbol: fdio
Summary: undefined symbol: fdio
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gnorpm
Version: 6.2
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Matt Wilson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-03-01 11:07 UTC by frankie
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-03-20 14:49:17 UTC
Embargoed:


Attachments (Terms of Use)

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.


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