[Bsd-sharp-list] xsp problem

L Kamenov kamenovl at gmail.com
Tue Nov 28 17:58:46 MST 2006


On 11/26/06, Sebastian Nowicki <nowickis at tlen.pl> wrote:
[..]
> I'm trying to configure my FreeBSD 6.2 RC1 to run asp.net pages.
> My apache is 2.0.59, mono 1.2.1, xsp 1.2.1 and mod_mono 1.2.1.
> I have no problem to complie and install those ports.
> Problems starts when I tried do display index.aspx from examples.
> I have this exception:

FYI, mod_mono 1.1.13.5 and mono 1.1.13.6_1 on apache 2.2 is working
just fine. I haven't tried the latest one yet.

> System.Threading.ThreadAbortException: Thread was being
> aborted

I used to get loads of these with xsp, at the end i libmaped mono to
the libthr rather
than libpthread, and most of the errors basically disappeared.

*** But your problem might be totally unrelated..

---- libmap.conf ----
[/usr/local/bin/mono]
libpthread.so           libthr.so
libpthread.so.2         libthr.so.2

[mono]
libpthread.so           libthr.so
libpthread.so.2         libthr.so.2
----

I will be testing the 1.2 release very soon and will post here any problems
found.

cheers,
Lou


More information about the Bsd-sharp-list mailing list