Apache Module for running server side Javascript
by Mental-Octopus from LinuxQuestions.org on (#5FN4S)
Recently I found this apache module for running server side js with
spidermonkey's Javascript engine.
https://github.com/mankyd/edjs
I don't think I fully understand instructions though...
I downloaded files from my debian server with wget.
then I ran the commands from inside the folder
aclocal
> autoconf
> ./configure
> make
> sudo make install
I'm getting this error when I run ./configure
line 3105: syntax error near unexpected token `NSPR,`
Now as per instructions I installed gcc, automake, autoconf, apxs2 for the module, nspr4, apache2, apreq2. So I'm wondering if I may be missing another installation or it is something else.


spidermonkey's Javascript engine.
https://github.com/mankyd/edjs
I don't think I fully understand instructions though...
I downloaded files from my debian server with wget.
then I ran the commands from inside the folder
aclocal
> autoconf
> ./configure
> make
> sudo make install
I'm getting this error when I run ./configure
line 3105: syntax error near unexpected token `NSPR,`
Now as per instructions I installed gcc, automake, autoconf, apxs2 for the module, nspr4, apache2, apreq2. So I'm wondering if I may be missing another installation or it is something else.