[Mono-bugs] [Bug 69258][Wis] Changed - mod_mono fails to start. undefined symbol: apr_socket_send
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Nov 2004 15:37:57 -0500 (EST)
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 jackchen@tcn.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69258
--- shadow/69258 2004-11-10 14:42:31.000000000 -0500
+++ shadow/69258.tmp.12852 2004-11-10 15:37:57.000000000 -0500
@@ -68,6 +68,12 @@
mod_mono.c). Take a look at configure.in for what we currently do for
detecting apr_socket_connect and do the same for apr_socket_send.
Then, based on the presence of that function, we can enable the
apr_socket_send function when it's not in the installed apr library.
Btw, what version of libapr are you using?
+
+------- Additional Comments From jackchen@tcn.net 2004-11-10 15:37 -------
+at beginning, I was using the one binded with redhat 9. not sure its
+version, maybe 0.9.0? its size is 118328 and date is Feb 25,2003.
+
+Then I tried apr-0.9.4-11.i386.rpm and apr-1.0.0, all didn't work.