[Mono-list] Installation of Apache Mono module 0.8
Jamie Lory
jamie.lory@apigroupinc.us
Fri, 30 Apr 2004 07:48:54 -0500
I tried /bin/sh ./configure --prefix=/usr but get the same error
message.
Jamie
Jonathan Stowe wrote:
> On Thu, 2004-04-29 at 17:24, Jamie Lory wrote:
> > I am trying to install Apache Mono module 0.8 and I am getting this
> > error when I type: ./configure --prefix=/usr
> >
> > configure: line 19: syntax error near unexpected token `elif'
> > configure: line 19: `elif test -n "${BASH_VERSION+set}" && (set -o
> > posix) >/dev/
> >
>
> I would guess that it's your shell. Trying running it as:
>
> /bin/sh ./configure --prefix=/usr
>
> /J\