
Ok, I hate to do this. I really don't like to ask questions before finding the answer, but this one seems to be limited by information that does not seem to be true. It's probably outdated.
I need to build elinks with javascript support. I am one of your blind grmlers. I heard that it wasn't built into the stock Debian binary so I went testing.
I went to:
This is a library from which I get a lot of the textbooks I do my research out of. Well, sure enough, the information I had received was true. I received a page with a header about scripts needed for data processing. Well, I went googling.
First of all, I found a mail message at the speakup mailing list archives from a year or two ago about installing a spidermonkey and spidermonkey-dev package. Neither of these existed when I tried to install them.
Well, I went hunting again. Out comes the weapon, the google site. Well, no big game this time neither. However, I found a manual at the elinks site. It appears to be incomplete and possibly unmaintained. It said to do the following, so I did it.
First of all install libmozjs-dev, so that this install would pull in the library packages that go with this package. This was successful.
Next, when finished doing this, you were supposed to do an apt-build install elinks. The program wєnt to the source site at the Debian archives and pulled down the package and built the binary. It successfully installed it, but there was still no javascript support.
I tried it again, rebuilding the elinks package so that I might have a clean, new install incase I had done something wrong. Still no javascript support.
Well, I tried reconfiguring the elinks package:
dpkg-reconfigure elinks
after the binary was built. Nothing yet.
I would appreciate any info I can get. I guess I will go googling again, plowing through the mass of data to try to ┴unt it up and apply the correct procedure.
Any help would be appreciated.

Doug Smith wrote
Ok, I hate to do this. I really don't like to ask questions before finding the answer, but this one seems to be limited by information that does not seem to be true. It's probably outdated.
I need to build elinks with javascript support. I am one of your blind grmlers. I heard that it wasn't built into the stock Debian binary so I went testing.
Try an email to Petr Kulhavý (brain@artax.karlin.mff.cuni.cz ) I think he wrote the java support for the graphical form of links.
links.twibright.com is the web site. It started as a student project in 1999.
Sorry I cannot be more help Maurice

* Doug Smith bdsmith@buncombe.main.nc.us [20070612 22:15]:
Ok, I hate to do this. I really don't like to ask questions before finding the answer, but this one seems to be limited by information that does not seem to be true. It's probably outdated.
I need to build elinks with javascript support. I am one of your blind grmlers. I heard that it wasn't built into the stock Debian binary so I went testing.
[...]
Notice: libsmjs-dev you mentioned isn't present anymore (see http://packages.debian.org/changelogs/pool/main/x/xulrunner/current/changelo... for the transition), the development files are in libmozjs-dev now. The elinks_javascript.diff patch I attached to this mail works around this problem.
So, hack until JS support is included in the official Debian package:
sudo apt-get install libmozjs-dev libgnutls13 libgnutls-dev sudo apt-get build-dep elinks cd /tmp apt-get source elinks cd elinks-0.11.1 patch -p1 < ../elinks_javascript.diff sed -i 's/--without-spidermonkey//' debian/rules dch -i fakeroot debian/rules binary sudo dpkg -i ../elinks_0.11*.deb
regards, -mika-
participants (3)
-
Doug Smith
-
Maurice McCarthy
-
Michael Prokop