Guest User

Untitled

a guest
Jun 20th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. gcc -pthread -shared build/temp.linux-x86_64-2.6/OpenSSL/crypto/crypto.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509name.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkey.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509store.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509req.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/x509ext.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs7.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/pkcs12.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/netscape_spki.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/revoked.o build/temp.linux-x86_64-2.6/OpenSSL/crypto/crl.o build/temp.linux-x86_64-2.6/OpenSSL/util.o -L/usr/lib64 -lssl -lcrypto -lpython2.6 -o build/lib.linux-x86_64-2.6/OpenSSL/crypto.so
  2. building 'OpenSSL.rand' extension
  3. creating build/temp.linux-x86_64-2.6/OpenSSL/rand
  4. gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/rand/rand.c -o build/temp.linux-x86_64-2.6/OpenSSL/rand/rand.o
  5. gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/util.c -o build/temp.linux-x86_64-2.6/OpenSSL/util.o
  6. gcc -pthread -shared build/temp.linux-x86_64-2.6/OpenSSL/rand/rand.o build/temp.linux-x86_64-2.6/OpenSSL/util.o -L/usr/lib64 -lssl -lcrypto -lpython2.6 -o build/lib.linux-x86_64-2.6/OpenSSL/rand.so
  7. building 'OpenSSL.SSL' extension
  8. creating build/temp.linux-x86_64-2.6/OpenSSL/ssl
  9. gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.6 -c OpenSSL/ssl/connection.c -o build/temp.linux-x86_64-2.6/OpenSSL/ssl/connection.o
  10. OpenSSL/ssl/connection.c: In function ‘ssl_Connection_set_context’:
  11. OpenSSL/ssl/connection.c:289: warning: implicit declaration of function ‘SSL_set_SSL_CTX’
  12. OpenSSL/ssl/connection.c: In function ‘ssl_Connection_get_servername’:
  13. OpenSSL/ssl/connection.c:313: error: ‘TLSEXT_NAMETYPE_host_name’ undeclared (first use in this function)
  14. OpenSSL/ssl/connection.c:313: error: (Each undeclared identifier is reported only once
  15. OpenSSL/ssl/connection.c:313: error: for each function it appears in.)
  16. OpenSSL/ssl/connection.c:320: warning: implicit declaration of function ‘SSL_get_servername’
  17. OpenSSL/ssl/connection.c:320: warning: assignment makes pointer from integer without a cast
  18. OpenSSL/ssl/connection.c: In function ‘ssl_Connection_set_tlsext_host_name’:
  19. OpenSSL/ssl/connection.c:346: warning: implicit declaration of function ‘SSL_set_tlsext_host_name’
  20. error: command 'gcc' failed with exit status 1
Add Comment
Please, Sign In to add comment