6

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.

moriesta
  • 1,170
  • 4
  • 19
  • 38
  • Which version of node did you try to build? Which platform are you using? Please mention that. – user568109 Aug 30 '13 at 04:19
  • Added details about nodejs version I tried – moriesta Aug 30 '13 at 06:20
  • Can you try Node prerequisites given [here](https://github.com/joyent/node/wiki/Installation) and [here](https://github.com/TooTallNate/node-gyp) – user568109 Aug 30 '13 at 06:33
  • I know 5 years passed by, Did you manage to get it working on g5? At the end. Having same problem myself, trying to get nodejs working od ppc64. Versions ppc64el are not for G5 processors. Thanks in advance. –  Oct 14 '18 at 10:16
  • Sorry for late reply. Didn't try any further and sold that machine as it had some fan issues :-P – moriesta Dec 11 '18 at 14:32

1 Answers1

9

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

niutech
  • 28,923
  • 15
  • 96
  • 106
  • 1
    This versions not working on G5 (power pc). We need different architecture support for G5 processors. –  Oct 14 '18 at 10:17