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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to