On Tuesday, April 14, 2015 at 10:05:24 AM UTC-4, Guy Dillen wrote: > > Hi Aria, > > Many thanks. > > Indeed it's a memory problem (I'm running on AMD Geode LX800 with 256MB > RAM). > > So with that I have build Nodejs in a VM with the same Voyage but with > more RAM. So now Nodejs has been build successfully. > > My question now is: > What (files/folders) do I have to copy from my build-environment to my > production environment (the machine with the 256MB) to run Nodejs? >
Install into an empty folder as a destdir; everything in there. try mkdir /tocopy; python tools/install.py install /tmp/tocopy /usr/local Aria -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/afb3e8fb-ddd9-44c0-9fe5-a963ec03afb6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
