Erro ao instalar o py-bcrypt no Solaris 10

0

Estou tentando instalar o Rhodecode em um servidor Solaris 10, mas quando o instalador está tentando instalar o bcrypt ele falha com o seguinte erro:

easy_install py-bcrypt
Searching for py-bcrypt
Reading http://pypi.python.org/simple/py-bcrypt/
Reading http://www.mindrot.org/projects/py-bcrypt/
Reading https://code.google.com/p/py-bcrypt/
Reading https://code.google.com/p/py-bcrypt/downloads/list
Reading http://www.mindrot.org/py-bcrypt.html
Best match: py-bcrypt 0.3
Downloading https://py-bcrypt.googlecode.com/files/py-bcrypt-0.3.tar.gz
Processing py-bcrypt-0.3.tar.gz
Running py-bcrypt-0.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-t_OfzJ/py-bcrypt-0.3/egg-dist-tmp-jnXWGe
"bcrypt/bcrypt_python.c", line 29: syntax error before or at: u_int8_t
"bcrypt/bcrypt_python.c", line 29: warning: undefined or missing type for: u_int8_t
"bcrypt/bcrypt_python.c", line 29: warning: function prototype parameters must have types
"bcrypt/bcrypt_python.c", line 86: warning: implicit function declaration: bzero
cc: acomp failed for bcrypt/bcrypt_python.c
error: Setup script exited with error: command '/usr/lib/python2.6/pycc' failed with exit status 1

Alguém sabe como resolver este problema ?, thx antecipadamente

    
por alfredozn 26.03.2013 / 00:46

1 resposta

1

Esta publicação está relacionada: link

Você estaria seguro usando a solução perl já que está usando uma biblioteca em vez de escrever o código que usa esse tipo.

    
por 26.03.2013 / 01:46