[Mono-bugs] [Bug 79582][Cri] New - libc.so.6: aborted attempt to load mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 4 14:29:06 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by swang at packethop.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79582
--- shadow/79582 2006-10-04 14:29:06.000000000 -0400
+++ shadow/79582.tmp.13955 2006-10-04 14:29:06.000000000 -0400
@@ -0,0 +1,61 @@
+Bug#: 79582
+Product: Mono: Runtime
+Version: 1.1
+OS: GNU/Linux [Other]
+OS Details: snapgear
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: debug
+AssignedTo: martin at ximian.com
+ReportedBy: swang at packethop.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: libc.so.6: aborted attempt to load mono
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+I cross compiled mono for big-endian arm-based system. Compilation was
+susccessful. When I ran mono, it gave me error as following:
+
+libc.so.6: aborted attempt to load mono
+
+Steps to reproduce the problem:
+
+1. cross compile glib-2.4.0
+
+2. cross compile mono
+ a. download cross-compile toolchain from snapgear, including little
+endian and big endian tools.
+ b. download mono-1.1.13.8
+ c. configure --host=arm-linux --prefix=... --with-tls=pthread
+--with-crosspkgdir=... --enable-static
+ d. make CFLAGS=-mbig-endian
+ e. compilation was successful. all the binary files were verified to be
+big endian version (using 'file' command).
+
+3. copy 'mono' binary file onto my embedded linux system
+ a. my system is using uclibc, so a glibc version of libc is copied.
+ b. copy all the other libraries that mono needs, such as libgthread,
+libgmodule, libglib, ..., etc.
+
+3. execute 'mono'
+ a. make link files linked to the libraries that mono needs.
+ b. failed after making a link file 'libc.so.6' to libc-2.3.3.so (glibc)
+ c. error message: libc.so.6: aborted attempt to load mono!
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list