Created
November 30, 2009 17:32
-
-
Save thruflo/245583 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
easy_install http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.10.tar.gz#md5=34db8056ec53ce80c7f5fc58bee9f093 | |
Downloading http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.10.tar.gz#md5=34db8056ec53ce80c7f5fc58bee9f093 | |
Processing pyOpenSSL-0.10.tar.gz | |
Running pyOpenSSL-0.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-jcbcfP/pyOpenSSL-0.10/egg-dist-tmp-qgnGRZ | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
In file included from src/crypto/crypto.h:17, | |
from src/crypto/crypto.c:14: | |
src/crypto/x509.h:17:25: error: openssl/ssl.h: No such file or directory | |
In file included from src/crypto/crypto.h:17, | |
from src/crypto/crypto.c:14: | |
src/crypto/x509.h:27: error: expected specifier-qualifier-list before 'X509' | |
In file included from src/crypto/crypto.h:18, | |
from src/crypto/crypto.c:14: | |
src/crypto/x509name.h:27: error: expected specifier-qualifier-list before 'X509_NAME' | |
In file included from src/crypto/crypto.h:19, | |
from src/crypto/crypto.c:14: | |
src/crypto/netscape_spki.h:24: error: expected specifier-qualifier-list before 'NETSCAPE_SPKI' | |
In file included from src/crypto/crypto.h:20, | |
from src/crypto/crypto.c:14: | |
src/crypto/x509store.h:25: error: expected specifier-qualifier-list before 'X509_STORE' | |
In file included from src/crypto/crypto.h:21, | |
from src/crypto/crypto.c:14: | |
src/crypto/x509req.h:25: error: expected specifier-qualifier-list before 'X509_REQ' | |
In file included from src/crypto/crypto.h:22, | |
from src/crypto/crypto.c:14: | |
src/crypto/pkey.h:27: error: expected specifier-qualifier-list before 'EVP_PKEY' | |
In file included from src/crypto/crypto.h:23, | |
from src/crypto/crypto.c:14: | |
src/crypto/x509ext.h:16:28: error: openssl/x509v3.h: No such file or directory | |
In file included from src/crypto/crypto.h:23, | |
from src/crypto/crypto.c:14: | |
src/crypto/x509ext.h:27: error: expected specifier-qualifier-list before 'X509_EXTENSION' | |
In file included from src/crypto/crypto.h:24, | |
from src/crypto/crypto.c:14: | |
src/crypto/pkcs7.h:15:27: error: openssl/pkcs7.h: No such file or directory | |
In file included from src/crypto/crypto.h:24, | |
from src/crypto/crypto.c:14: | |
src/crypto/pkcs7.h:25: error: expected specifier-qualifier-list before 'PKCS7' | |
In file included from src/crypto/crypto.h:25, | |
from src/crypto/crypto.c:14: | |
src/crypto/pkcs12.h:14:28: error: openssl/pkcs12.h: No such file or directory | |
src/crypto/pkcs12.h:15:26: error: openssl/asn1.h: No such file or directory | |
In file included from src/crypto/crypto.h:25, | |
from src/crypto/crypto.c:14: | |
src/crypto/pkcs12.h:37: error: expected ')' before '*' token | |
In file included from src/crypto/crypto.h:26, | |
from src/crypto/crypto.c:14: | |
src/crypto/../util.h:17:25: error: openssl/err.h: No such file or directory | |
In file included from src/crypto/crypto.c:14: | |
src/crypto/crypto.h:66: error: expected ')' before '*' token | |
src/crypto/crypto.h:67: error: expected ')' before '*' token | |
src/crypto/crypto.h:68: error: expected ')' before '*' token | |
src/crypto/crypto.h:69: error: expected ')' before '*' token | |
src/crypto/crypto.h:70: error: expected ')' before '*' token | |
src/crypto/crypto.h:72: error: expected ')' before '*' token | |
src/crypto/crypto.h:73: error: expected ')' before '*' token | |
src/crypto/crypto.c: In function 'crypto_load_privatekey': | |
src/crypto/crypto.c:65: error: expected ')' before '*' token | |
src/crypto/crypto.c:69: error: 'pem_password_cb' undeclared (first use in this function) | |
src/crypto/crypto.c:69: error: (Each undeclared identifier is reported only once | |
src/crypto/crypto.c:69: error: for each function it appears in.) | |
src/crypto/crypto.c:69: error: 'cb' undeclared (first use in this function) | |
src/crypto/crypto.c:71: error: 'BIO' undeclared (first use in this function) | |
src/crypto/crypto.c:71: error: 'bio' undeclared (first use in this function) | |
src/crypto/crypto.c:72: error: 'EVP_PKEY' undeclared (first use in this function) | |
src/crypto/crypto.c:72: error: 'pkey' undeclared (first use in this function) | |
src/crypto/crypto.c:96: warning: implicit declaration of function 'BIO_new_mem_buf' | |
src/crypto/crypto.c:99: error: 'X509_FILETYPE_PEM' undeclared (first use in this function) | |
src/crypto/crypto.c:100: warning: implicit declaration of function 'PEM_read_bio_PrivateKey' | |
src/crypto/crypto.c:103: error: 'X509_FILETYPE_ASN1' undeclared (first use in this function) | |
src/crypto/crypto.c:104: warning: implicit declaration of function 'd2i_PrivateKey_bio' | |
src/crypto/crypto.c:109: warning: implicit declaration of function 'BIO_free' | |
src/crypto/crypto.c:120: warning: implicit declaration of function 'crypto_PKey_New' | |
src/crypto/crypto.c:120: warning: cast to pointer from integer of different size | |
src/crypto/crypto.c: In function 'crypto_dump_privatekey': | |
src/crypto/crypto.c:144: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token | |
src/crypto/crypto.c:144: error: 'cipher' undeclared (first use in this function) | |
src/crypto/crypto.c:146: error: 'pem_password_cb' undeclared (first use in this function) | |
src/crypto/crypto.c:146: error: 'cb' undeclared (first use in this function) | |
src/crypto/crypto.c:148: error: 'BIO' undeclared (first use in this function) | |
src/crypto/crypto.c:148: error: 'bio' undeclared (first use in this function) | |
src/crypto/crypto.c:149: error: 'RSA' undeclared (first use in this function) | |
src/crypto/crypto.c:149: error: 'rsa' undeclared (first use in this function) | |
src/crypto/crypto.c:163: warning: implicit declaration of function 'EVP_get_cipherbyname' | |
src/crypto/crypto.c:186: warning: implicit declaration of function 'BIO_new' | |
src/crypto/crypto.c:186: warning: implicit declaration of function 'BIO_s_mem' | |
src/crypto/crypto.c:189: error: 'X509_FILETYPE_PEM' undeclared (first use in this function) | |
src/crypto/crypto.c:190: warning: implicit declaration of function 'PEM_write_bio_PrivateKey' | |
src/crypto/crypto.c:190: error: 'crypto_PKeyObj' has no member named 'pkey' | |
src/crypto/crypto.c:198: error: 'X509_FILETYPE_ASN1' undeclared (first use in this function) | |
src/crypto/crypto.c:199: warning: implicit declaration of function 'i2d_PrivateKey_bio' | |
src/crypto/crypto.c:199: error: 'crypto_PKeyObj' has no member named 'pkey' | |
src/crypto/crypto.c:203: warning: implicit declaration of function 'EVP_PKEY_get1_RSA' | |
src/crypto/crypto.c:203: error: 'crypto_PKeyObj' has no member named 'pkey' | |
src/crypto/crypto.c:204: warning: implicit declaration of function 'RSA_print' | |
src/crypto/crypto.c:205: warning: implicit declaration of function 'RSA_free' | |
src/crypto/crypto.c:221: warning: implicit declaration of function 'BIO_get_mem_data' | |
src/crypto/crypto.c: In function 'crypto_load_certificate': | |
src/crypto/crypto.c:239: error: expected ')' before '*' token | |
src/crypto/crypto.c:242: error: 'BIO' undeclared (first use in this function) | |
src/crypto/crypto.c:242: error: 'bio' undeclared (first use in this function) | |
src/crypto/crypto.c:243: error: 'X509' undeclared (first use in this function) | |
src/crypto/crypto.c:243: error: 'cert' undeclared (first use in this function) | |
src/crypto/crypto.c:251: error: 'X509_FILETYPE_PEM' undeclared (first use in this function) | |
src/crypto/crypto.c:252: warning: implicit declaration of function 'PEM_read_bio_X509' | |
src/crypto/crypto.c:255: error: 'X509_FILETYPE_ASN1' undeclared (first use in this function) | |
src/crypto/crypto.c:256: warning: implicit declaration of function 'd2i_X509_bio' | |
src/crypto/crypto.c:272: warning: implicit declaration of function 'crypto_X509_New' | |
src/crypto/crypto.c:272: warning: cast to pointer from integer of different size | |
src/crypto/crypto.c: In function 'crypto_dump_certificate': | |
src/crypto/crypto.c:289: error: 'BIO' undeclared (first use in this function) | |
src/crypto/crypto.c:289: error: 'bio' undeclared (first use in this function) | |
src/crypto/crypto.c:299: error: 'X509_FILETYPE_PEM' undeclared (first use in this function) | |
src/crypto/crypto.c:300: warning: implicit declaration of function 'PEM_write_bio_X509' | |
src/crypto/crypto.c:300: error: 'crypto_X509Obj' has no member named 'x509' | |
src/crypto/crypto.c:303: error: 'X509_FILETYPE_ASN1' undeclared (first use in this function) | |
src/crypto/crypto.c:304: warning: implicit declaration of function 'i2d_X509_bio' | |
src/crypto/crypto.c:304: error: 'crypto_X509Obj' has no member named 'x509' | |
src/crypto/crypto.c:308: warning: implicit declaration of function 'X509_print_ex' | |
src/crypto/crypto.c:308: error: 'crypto_X509Obj' has no member named 'x509' | |
src/crypto/crypto.c: In function 'crypto_load_certificate_request': | |
src/crypto/crypto.c:342: error: expected ')' before '*' token | |
src/crypto/crypto.c:345: error: 'BIO' undeclared (first use in this function) | |
src/crypto/crypto.c:345: error: 'bio' undeclared (first use in this function) | |
src/crypto/crypto.c:346: error: 'X509_REQ' undeclared (first use in this function) | |
src/crypto/crypto.c:346: error: 'req' undeclared (first use in this function) | |
src/crypto/crypto.c:354: error: 'X509_FILETYPE_PEM' undeclared (first use in this function) | |
src/crypto/crypto.c:355: warning: implicit declaration of function 'PEM_read_bio_X509_REQ' | |
src/crypto/crypto.c:358: error: 'X509_FILETYPE_ASN1' undeclared (first use in this function) | |
src/crypto/crypto.c:359: warning: implicit declaration of function 'd2i_X509_REQ_bio' | |
src/crypto/crypto.c:375: warning: implicit declaration of function 'crypto_X509Req_New' | |
src/crypto/crypto.c:375: warning: cast to pointer from integer of different size | |
src/crypto/crypto.c: In function 'crypto_dump_certificate_request': | |
src/crypto/crypto.c:392: error: 'BIO' undeclared (first use in this function) | |
src/crypto/crypto.c:392: error: 'bio' undeclared (first use in this function) | |
src/crypto/crypto.c:402: error: 'X509_FILETYPE_PEM' undeclared (first use in this function) | |
src/crypto/crypto.c:403: warning: implicit declaration of function 'PEM_write_bio_X509_REQ' | |
src/crypto/crypto.c:403: error: 'crypto_X509ReqObj' has no member named 'x509_req' | |
src/crypto/crypto.c:406: error: 'X509_FILETYPE_ASN1' undeclared (first use in this function) | |
src/crypto/crypto.c:407: warning: implicit declaration of function 'i2d_X509_REQ_bio' | |
src/crypto/crypto.c:407: error: 'crypto_X509ReqObj' has no member named 'x509_req' | |
src/crypto/crypto.c:411: warning: implicit declaration of function 'X509_REQ_print_ex' | |
src/crypto/crypto.c:411: error: 'crypto_X509ReqObj' has no member named 'x509_req' | |
src/crypto/crypto.c: In function 'crypto_load_pkcs7_data': | |
src/crypto/crypto.c:447: error: 'BIO' undeclared (first use in this function) | |
src/crypto/crypto.c:447: error: 'bio' undeclared (first use in this function) | |
src/crypto/crypto.c:448: error: 'PKCS7' undeclared (first use in this function) | |
src/crypto/crypto.c:448: error: 'pkcs7' undeclared (first use in this function) | |
src/crypto/crypto.c:459: error: 'X509_FILETYPE_PEM' undeclared (first use in this function) | |
src/crypto/crypto.c:460: warning: implicit declaration of function 'PEM_read_bio_PKCS7' | |
src/crypto/crypto.c:463: error: 'X509_FILETYPE_ASN1' undeclared (first use in this function) | |
src/crypto/crypto.c:464: warning: implicit declaration of function 'd2i_PKCS7_bio' | |
src/crypto/crypto.c:483: warning: implicit declaration of function 'crypto_PKCS7_New' | |
src/crypto/crypto.c:483: warning: cast to pointer from integer of different size | |
src/crypto/crypto.c: In function 'crypto_load_pkcs12': | |
src/crypto/crypto.c:499: error: 'BIO' undeclared (first use in this function) | |
src/crypto/crypto.c:499: error: 'bio' undeclared (first use in this function) | |
src/crypto/crypto.c:500: error: 'PKCS12' undeclared (first use in this function) | |
src/crypto/crypto.c:500: error: 'p12' undeclared (first use in this function) | |
src/crypto/crypto.c:506: warning: implicit declaration of function 'd2i_PKCS12_bio' | |
src/crypto/crypto.c:514: warning: implicit declaration of function 'crypto_PKCS12_New' | |
src/crypto/crypto.c:514: warning: cast to pointer from integer of different size | |
src/crypto/crypto.c: In function 'crypto_X509_verify_cert_error_string': | |
src/crypto/crypto.c:534: warning: implicit declaration of function 'X509_verify_cert_error_string' | |
src/crypto/crypto.c:534: warning: assignment makes pointer from integer without a cast | |
src/crypto/crypto.c: In function 'locking_function': | |
src/crypto/crypto.c:581: error: 'CRYPTO_LOCK' undeclared (first use in this function) | |
src/crypto/crypto.c: In function 'init_openssl_threads': | |
src/crypto/crypto.c:598: warning: implicit declaration of function 'CRYPTO_num_locks' | |
src/crypto/crypto.c:605: warning: implicit declaration of function 'CRYPTO_set_id_callback' | |
src/crypto/crypto.c:606: warning: implicit declaration of function 'CRYPTO_set_locking_callback' | |
src/crypto/crypto.c: In function 'initcrypto': | |
src/crypto/crypto.c:645: warning: implicit declaration of function 'ERR_load_crypto_strings' | |
src/crypto/crypto.c:646: warning: implicit declaration of function 'OpenSSL_add_all_algorithms' | |
src/crypto/crypto.c:652: error: 'crypto_X509_New' undeclared (first use in this function) | |
src/crypto/crypto.c:653: error: 'crypto_X509Name_New' undeclared (first use in this function) | |
src/crypto/crypto.c:654: error: 'crypto_X509Req_New' undeclared (first use in this function) | |
src/crypto/crypto.c:655: error: 'crypto_X509Store_New' undeclared (first use in this function) | |
src/crypto/crypto.c:656: error: 'crypto_PKey_New' undeclared (first use in this function) | |
src/crypto/crypto.c:658: error: 'crypto_PKCS7_New' undeclared (first use in this function) | |
src/crypto/crypto.c:659: error: 'crypto_NetscapeSPKI_New' undeclared (first use in this function) | |
src/crypto/crypto.c:670: error: 'X509_FILETYPE_PEM' undeclared (first use in this function) | |
src/crypto/crypto.c:671: error: 'X509_FILETYPE_ASN1' undeclared (first use in this function) | |
src/crypto/crypto.c:674: error: 'EVP_PKEY_RSA' undeclared (first use in this function) | |
src/crypto/crypto.c:675: error: 'EVP_PKEY_DSA' undeclared (first use in this function) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment