Advertisement
Guest User

Untitled

a guest
Jun 25th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. [ 32%] Building C object CMakeFiles/luvit-lib.dir/src/modules/openssl/src/luv_tls.c.o
  2. /usr/bin/gcc -DLUVIT_VERSION=\"0.4\" -DLUAJIT_VERSION=\"v2.0.0-beta10\" -DUV_VERSION=\"3\" -DUSE_OPENSSL -DUSE_LUACRYPTO -I/usr/src/xming/luvit.xming/src/core/src -I/usr/include/luajit-2.0 -I/tmp/test/OPENSSL-prefix/src/OPENSSL/include/openssl -I/usr/src/xming/luvit.xming/src/modules/openssl/src -I/tmp/test/LUACRYPTO-prefix/src/LUACRYPTO/src -I/usr/src/xming/luvit.xming/src/modules/luacrypto/src -o CMakeFiles/luvit-lib.dir/src/modules/openssl/src/luv_tls.c.o -c /usr/src/xming/luvit.xming/src/modules/openssl/src/luv_tls.c
  3. /usr/src/xming/luvit.xming/src/modules/openssl/src/luv_tls.c:37:2: error: #error Invalid OpenSSL version number. Busted Include Paths?
  4. make[2]: *** [CMakeFiles/luvit-lib.dir/src/modules/openssl/src/luv_tls.c.o] Error 1
  5. make[2]: Leaving directory `/tmp/test'
  6. make[1]: *** [CMakeFiles/luvit-lib.dir/all] Error 2
  7. make[1]: Leaving directory `/tmp/test'
  8. make: *** [all] Error 2
  9. $ ls /tmp/test/OPENSSL-prefix/src/OPENSSL/include/openssl
  10. aes.h camellia.h des_old.h ec.h kssl.h ocsp.h pqueue.h sha.h ts.h
  11. asn1.h cast.h dh.h engine.h lhash.h opensslconf.h rand.h ssl23.h txt_db.h
  12. asn1_mac.h cms.h dsa.h e_os2.h md4.h opensslv.h rc2.h ssl2.h ui_compat.h
  13. asn1t.h comp.h dso.h err.h md5.h ossl_typ.h rc4.h ssl3.h ui.h
  14. bio.h conf_api.h dtls1.h evp.h mdc2.h pem2.h ripemd.h ssl.h whrlpool.h
  15. blowfish.h conf.h ebcdic.h hmac.h modes.h pem.h rsa.h stack.h x509.h
  16. bn.h crypto.h ecdh.h idea.h objects.h pkcs12.h safestack.h symhacks.h x509v3.h
  17. buffer.h des.h ecdsa.h krb5_asn.h obj_mac.h pkcs7.h seed.h tls1.h x509_vfy.h
  18. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement