[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 14:42:31 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69258

--- shadow/69258	2004-11-10 13:34:33.000000000 -0500
+++ shadow/69258.tmp.12280	2004-11-10 14:42:31.000000000 -0500
@@ -59,6 +59,15 @@
 
 Can somebody give me a hint? I am so frustrated :-(
 
 
 
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-11-10 14:42 -------
+When compiling for apache 1.3, i use my own apr_socket_send (it's in
+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?