Asp Help Please

baggs1981

Verified User
Joined
Sep 18, 2006
Messages
66
Hi there,

I need to put ASP on a DA server (I know it will not be true ASP) and get the following error when trying to install mono:

make[3]: Leaving directory `/usr/src/mono-1.1.13.8/mono/io-layer'
make[2]: Leaving directory `/usr/src/mono-1.1.13.8/mono/io-layer'
Making install in monoburg
make[2]: Entering directory `/usr/src/mono-1.1.13.8/mono/monoburg'
bison ./monoburg.y -o parser.c
make[2]: *** [parser.c] Broken pipe
make[2]: Leaving directory `/usr/src/mono-1.1.13.8/mono/monoburg'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/mono-1.1.13.8/mono'
make: *** [install-recursive] Error 1

I wonderd if anyone may be able to point me in the right direction? Perhaps I need to downgrade bison but if so how would this be achieved?

Richard
 
Back
Top