Guest User

Untitled

a guest
Jan 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. gcc -I. -I../../.ext/include/x86_64-linux -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -fPIC -o ossl_ssl.o -c ossl_ssl.c
  2. ossl_ssl.c:110:1: error: 'SSLv2_method' undeclared here (not in a function)
  3. ossl_ssl.c:111:1: error: 'SSLv2_server_method' undeclared here (not in a function)
  4. ossl_ssl.c:112:1: error: 'SSLv2_client_method' undeclared here (not in a function)
  5. make[1]: *** [ossl_ssl.o] Error 1
  6. make[1]: Leaving directory `/home/jan/.rvm/src/ruby-1.9.2-p180/ext/openssl'
  7. make: *** [mkmain.sh] Error 1
Add Comment
Please, Sign In to add comment