Is it possible to run Nodejs on powerpc based Linux?

穿精又带淫゛_ 提交于 2019-12-07 04:49:46

问题


I tried to build the latest Linux 64bit stable version with ./configure make and make install but ended up with this error:

../deps/openssl/openssl/include/openssl/../../crypto/bn/bn.h:803:23: error: unknown type name ‘BN_ULONG’

So is it actually possible to develop nodejs apps on Debian ppc?

My setup is iMac G5 PowerPC with Debian Wheezy PPC on it.


回答1:


Andrew Low from IBM has developed a PowerPC port of node.js: https://github.com/andrewlow/node as well as V8: https://github.com/andrewlow/v8ppc



来源:https://stackoverflow.com/questions/18519899/is-it-possible-to-run-nodejs-on-powerpc-based-linux

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!