Search found 1 match
- Sun Dec 02, 2012 8:49 am
- Forum: Other programming languages
- Topic: Node.js 0.8.15 already compiled package
- Replies: 21
- Views: 11342
Re: Node.js 0.8.15 already compiled package
When I ran 'make install' it attempted rebuild the binaries, maybe because the configuration options you used to build were different? Anyway, as a quick fix for other people that have the same problem just open the Makefile and change, 42 install: all 43 $(PYTHON) tools/install.py $@ $(DESTDIR) To,...