On Wed, Feb 22, 2012 at 11:12, d4v1dv00 <[email protected]> wrote: > Trying to build nodejs version 0.4.8 from GIT, already set the $PYTHON > and $PYTHONHOME to /usr/bin/python2 and /usr/lib where /usr/lib/ > python2.7 situated. > > when executing ./configure --prefix=/opt/node got the following error: > > Fatal Python error: Py_Initialize: Unable to get the locale encoding > LookupError: no codec search functions registered: can't find encoding > ./configure: line 19: 30788 Aborted "${WORKINGDIR}/ > tools/waf-light" --jobs=1 configure $* > > what's was wrong? thanks
Either your python install is borked or the PYTHON* environment variables you set are confusing it. -- 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
