On Thu, Feb 7, 2013 at 4:54 PM, Grzegorz Junka <[email protected]> wrote: > Hi, I'm trying to install node.js on Solaris 10. The binary distribution > that can be downloaded from node.js website is compiled on Solaris 11 and > doesn't work on Solaris 10 (libsocket.so.1: version 'SUNW_1.7' not found).
Packages for Solaris 10 are available here: http://www.petertribble.co.uk/Solaris/node.html If those don't suit your needs then let me know and I'll send you my patches. > I tried to compile from sources but I am getting this error: > > /bin/sh: syntax error at line 1: `$' unexpected > gyp: Call to '(echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > > /dev/null 2>&1) && echo "-m32" || true' returned exit status 2. while > loading dependencies of /Documents/staging/pdfweb/deps/node/node.gyp while > trying to load /Documents/staging/pdfweb/deps/node/node.gyp > Error running GYP > > > I installed both gcc and g++ from OpenCSW: > > bash-4.2# which gcc && which g++ > /opt/csw/bin/gcc > /opt/csw/bin/g++ > > > Python is in version 2.6.8 and make in version 3.81, so all prerequisites > are fulfilled. Any idea or suggestion? I would appreciate any help. -- -Peter Tribble http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/ -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
