On Aug 10, 3:07 pm, Jonathan Leibiusky <[email protected]> wrote: > When running ./configure I get: > > File "./configure", line 325 > o['default_configuration'] = 'Debug' if options.debug else 'Release' > ^ > SyntaxError: invalid syntax
CentOS 5.x's `python` package is 2.4, which is not new enough to build node. Install the `python26` package (you may need to install/enable the epel repository for this) and then make a symlink `/usr/bin/ python` that points to `/usr/bin/python26`. -- 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
