Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread witekfl
Droidzone dz at droidzone.in writes: I'm trying to compile elinks on a server on which I have non-root access. I have downloaded Spidermonkey source, compiled it with cd ~/source/js-1.8.5/js/src ; ./configure --prefix=/home/droidzone/myapps ; make ; make install If you want to compile

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread Droidzone
:/home/droidzone/myapps Cpnfigured elinks cd ~/sources/elinks-0.12-20121201 ./configure --prefix=/home/droidzone/myapps --with-spidermonkey=yes It still doesnt find spidermonkey: ECMAScript (JavaScript) . no Browser scripting ... no On Sat, Dec 1, 2012 at 4:29 PM, witekfl

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread Droidzone
/myapps/bin export LD_LIBRARY_PATH=/home/droidzone/myapps/lib:/home/droidzone/myapps Cpnfigured elinks cd ~/sources/elinks-0.12-20121201 ./configure --prefix=/home/droidzone/myapps --with-spidermonkey=yes It still doesnt find spidermonkey: ECMAScript (JavaScript) . no Browser

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread witekfl
Droidzone dz at droidzone.in writes: I'm attaching the relevant part of config.log in case someone can help.. configure:8894: checking for SpiderMonkey (1.5 RC3a or later) Oops. What I said before applies to 0.13. For 0.12 compile js-1.7.0 and install and build elinks: ./configure

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread witekfl
Droidzone dz at droidzone.in writes: ./configure --prefix=/home/droidzone/myapps Complete config.log of my last attempt: http://pastebin.com/zYt4hkZp configure:9058: checking for SpiderMonkey (1.8.5 or later) in pkg-config mozjs185 Package nspr was not found in the pkg-config search path.

Re: [elinks-users] Cannot configure elinks with spidermonkey with no root access

2012-12-01 Thread Droidzone
Yes, that was it. It's configured and compiled. It doesnt open javascript links at opensource.samsung.com, but I suppose that's out of scope of the discussion. Thank you for your help. On Sat, Dec 1, 2012 at 11:18 PM, witekfl gglate...@gmail.com wrote: Droidzone dz at droidzone.in writes: