What I Want : I want to run nodejs on ARMv7 freescale imx6q board with no internet but network connectivity.
What I did : I took pre b
As @Notlikethat suggested, Pre-built binary was looking for /lib/ld-linux-armhf.so.3 and was not available.
Compiling source code in my own environment worked fine.