[Mono-bugs] [Bug 341569] New: ospeed symbol in libmono.a causes problems
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 14 04:44:38 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=341569
Summary: ospeed symbol in libmono.a causes problems
Product: Mono: Class Libraries
Version: 1.2.5
Platform: i686
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: feurle at bluehands.de
QAContact: mono-bugs at ximian.com
Found By: Customer
The mono librarys (libmono.a, libmonodebuggerreadline.a, libncurses.so.5.3)
contain a definition for ospeed that differs from the one in libc.
The mono installer adds /opt/mon[version]/lib to the environment variable
LD_LIBRARY_PATH. The definition in the mono libs will be used instead of the
libc ones.
Programs that use ospeed (from libc) will warn with the following message:
Symbol `ospeed' has different size in shared object, consider re-linking
This can be worked arround by first adding /lib to the LD_LIBRARY_PATH before
the mono libs are added.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list