On Fri, 2010-02-12 at 18:34 -0800, jcargilo wrote: [...] > I managed to get mod_mono to compile using the following basic commands: > > ./configure CFLAGS="-64m" --prefix=/usr > make > sudo make install > > and the module was installed in the proper directory (although the > httpd.conf was NOT updated automatically as the instructions said it would > be). I tried the Auto method including the mod_mono.conf file as well as > simply loading the module and both return an error message indicating: > Symbol not found _strndup/n. The exact error message is unavailable to me > as my access to the mac mini server is through VNC on my PC, and I'm > temporarily unable to log back in. The apache error message indicated that > it was originating from the mod_mono.so file, and I've seen mention of this > issue in previous builds of the mod_mono module on the web with something > having to do with strndup not being available on OSX. > > At any rate, I'm at my wits end and I really want to get this solution > working and start using Mono on Snow Leopard.
This should be fixed in r151690 (trunk) and r151691 (mono-2-6). -Gonzalo _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
