From owner-freebsd-hackers@FreeBSD.ORG Sat Apr 28 14:14:26 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37BCC16A401 for ; Sat, 28 Apr 2007 14:14:26 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mail.goodforbusiness.co.uk (mail.goodforbusiness.co.uk [81.19.179.90]) by mx1.freebsd.org (Postfix) with ESMTP id EBE7113C45B for ; Sat, 28 Apr 2007 14:14:25 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 14254114C5 for ; Sat, 28 Apr 2007 14:55:44 +0100 (BST) X-Virus-Scanned: mail.goodforbusiness.co.uk Received: from mail.goodforbusiness.co.uk ([127.0.0.1]) by localhost (mail.goodforbusiness.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nd2JQBkcrPbO for ; Sat, 28 Apr 2007 14:55:43 +0100 (BST) Received: from [192.168.2.100] (82-69-13-6.dsl.in-addr.zen.co.uk [82.69.13.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dom@goodforbusiness.co.uk) by mail.goodforbusiness.co.uk (Postfix) with ESMTP id 0DF0B114A7 for ; Sat, 28 Apr 2007 14:55:42 +0100 (BST) Message-ID: <46335268.2030701@helenmarks.co.uk> Date: Sat, 28 Apr 2007 14:55:52 +0100 From: Dominic Marks User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Mono XSP & mod_mono support on FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dom@helenmarks.co.uk List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2007 14:14:26 -0000 Hackers, Currently XSP (Mono's ASP.NET implementation) does not run on FreeBSD. There is a brief post here about the reasons why from David Xu: http://lists.freebsd.org/pipermail/freebsd-threads/2005-March/002944.html Since that message is over 2 years old I hoped that it might no longer be the case, but when I attempted to run the application it does not work. This is the case if you use libc_r, libthr or libpthread. I was using 6.2-STABLE, if it matters. I am interested if anyone knows if this is likely to ever work. I am more than happy to test patches for anyone who wanted to have a go at it. It seems that there was a previous effort to get it ported but that seems to have run to this issue and stopped. I must be in a very small minority who actually wants capability? Thanks, Dominic