Skip to content

Instantly share code, notes, and snippets.

@schell
Created July 6, 2011 19:47
Show Gist options
  • Save schell/1068166 to your computer and use it in GitHub Desktop.
Save schell/1068166 to your computer and use it in GitHub Desktop.
node compile prob
[~/Code/js/node (master)] ➔ make
Waf: Entering directory `/Users/schellscivally/Code/js/node/build'
DEST_OS: darwin
DEST_CPU: ia32
Parallel Jobs: 2
Product type: program
[33/33] cxx_link: build/default/src/node_main_5.o build/default/src/node_5.o build/default/src/node_buffer_5.o build/default/src/node_javascript_5.o build/default/src/node_extensions_5.o build/default/src/node_http_parser_5.o build/default/src/node_constants_5.o build/default/src/node_events_5.o build/default/src/node_file_5.o build/default/src/node_script_5.o build/default/src/node_os_5.o build/default/src/node_dtrace_5.o build/default/src/node_string_5.o build/default/src/timer_wrap_5.o build/default/src/tcp_wrap_5.o build/default/src/cares_wrap_5.o build/default/src/node_cares_5.o build/default/src/node_net_5.o build/default/src/node_signal_watcher_5.o build/default/src/node_stat_watcher_5.o build/default/src/node_io_watcher_5.o build/default/src/node_stdio_5.o build/default/src/node_child_process_5.o build/default/src/node_timer_5.o build/default/src/platform_darwin_5.o build/default/src/node_crypto_5.o build/default/deps/http_parser/http_parser_3.o -> build/default/node
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++ default/src/node_main_5.o default/src/node_5.o default/src/node_buffer_5.o default/src/node_javascript_5.o default/src/node_extensions_5.o default/src/node_http_parser_5.o default/src/node_constants_5.o default/src/node_events_5.o default/src/node_file_5.o default/src/node_script_5.o default/src/node_os_5.o default/src/node_dtrace_5.o default/src/node_string_5.o default/src/timer_wrap_5.o default/src/tcp_wrap_5.o default/src/cares_wrap_5.o default/src/node_cares_5.o default/src/node_net_5.o default/src/node_signal_watcher_5.o default/src/node_stat_watcher_5.o default/src/node_io_watcher_5.o default/src/node_stdio_5.o default/src/node_child_process_5.o default/src/node_timer_5.o default/src/platform_darwin_5.o default/src/node_crypto_5.o default/deps/http_parser/http_parser_3.o -o /Users/schellscivally/Code/js/node/build/default/node -pthread -framework Carbon -arch i386 -m32 -rdynamic /Users/schellscivally/Code/js/node/build/default/libv8.a /Users/schellscivally/Code/js/node/build/default/deps/uv/uv.a -L/opt/local/lib -L/usr/lib -L/usr/local/lib -lssl -lcrypto -lz -ldl -lutil
ld: warning: ignoring file /opt/local/lib/libssl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: ignoring file /opt/local/lib/libcrypto.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
Undefined symbols for architecture i386:
"_BIO_s_mem", referenced from:
node::crypto::LoadBIO(v8::Handle<v8::Value>) in node_crypto_5.o
node::crypto::base64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::Connection::New(v8::Arguments const&)in node_crypto_5.o
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignFinal(v8::Arguments const&)in node_crypto_5.o
...
"_BIO_new", referenced from:
node::crypto::LoadBIO(v8::Handle<v8::Value>) in node_crypto_5.o
node::crypto::unbase64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::base64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::Connection::New(v8::Arguments const&)in node_crypto_5.o
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
...
"_BIO_write", referenced from:
node::crypto::LoadBIO(v8::Handle<v8::Value>) in node_crypto_5.o
node::crypto::base64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::Connection::EncIn(v8::Arguments const&)in node_crypto_5.o
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignFinal(v8::Arguments const&)in node_crypto_5.o
"_BIO_free", referenced from:
node::crypto::LoadBIO(v8::Handle<v8::Value>) in node_crypto_5.o
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddCACert(v8::Arguments const&)in node_crypto_5.o
node::crypto::SecureContext::SetCert(v8::Arguments const&)in node_crypto_5.o
node::crypto::SecureContext::SetKey(v8::Arguments const&)in node_crypto_5.o
node::crypto::SecureContext::AddCRL(v8::Arguments const&)in node_crypto_5.o
...
"_ERR_put_error", referenced from:
node::crypto::local_EVP_DecryptFinal_ex(evp_cipher_ctx_st*, unsigned char*, int*)in node_crypto_5.o
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
"_BIO_f_base64", referenced from:
node::crypto::unbase64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::base64(unsigned char*, int, char**, int*)in node_crypto_5.o
"_BIO_set_flags", referenced from:
node::crypto::unbase64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::base64(unsigned char*, int, char**, int*)in node_crypto_5.o
"_BIO_new_mem_buf", referenced from:
node::crypto::unbase64(unsigned char*, int, char**, int*)in node_crypto_5.o
"_BIO_push", referenced from:
node::crypto::unbase64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::base64(unsigned char*, int, char**, int*)in node_crypto_5.o
"_BIO_read", referenced from:
node::crypto::unbase64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
node::crypto::Connection::EncOut(v8::Arguments const&)in node_crypto_5.o
"_BIO_free_all", referenced from:
node::crypto::unbase64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::base64(unsigned char*, int, char**, int*)in node_crypto_5.o
"_BIO_ctrl", referenced from:
node::crypto::base64(unsigned char*, int, char**, int*)in node_crypto_5.o
node::crypto::Connection::ClearPending(v8::Arguments const&) in node_crypto_5.o
node::crypto::Connection::EncPending(v8::Arguments const&) in node_crypto_5.o
"_SSL_get_shutdown", referenced from:
node::crypto::Connection::SetShutdownFlags() in node_crypto_5.o
node::crypto::Connection::ReceivedShutdown(v8::Arguments const&) in node_crypto_5.o
"_SSL_get_error", referenced from:
node::crypto::Connection::HandleSSLError(char const*, int)in node_crypto_5.o
"_ERR_error_string_n", referenced from:
node::crypto::Connection::HandleSSLError(char const*, int)in node_crypto_5.o
node::crypto::Connection::HandleBIOError(bio_st*, char const*, int)in node_crypto_5.o
"_BIO_test_flags", referenced from:
node::crypto::Connection::HandleBIOError(bio_st*, char const*, int)in node_crypto_5.o
"_SSL_CTX_free", referenced from:
node::crypto::SecureContext::Close(v8::Arguments const&)in node_crypto_5.o
node::crypto::SecureContext::FreeCTXMem() in node_crypto_5.o
node::crypto::SecureContext::~SecureContext()in node_crypto_5.o
node::crypto::SecureContext::~SecureContext()in node_crypto_5.o
"_PEM_read_bio_X509_AUX", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
"_SSL_CTX_use_certificate", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
"_ERR_peek_error", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
"_X509_free", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
node::crypto::Connection::VerifyError(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddCACert(v8::Arguments const&)in node_crypto_5.o
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
...
"_sk_pop_free", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_PEM_read_bio_X509", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddCACert(v8::Arguments const&)in node_crypto_5.o
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
"_SSL_CTX_ctrl", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
node::crypto::SecureContext::SetOptions(v8::Arguments const&) in node_crypto_5.o
"_ERR_peek_last_error", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
"_ERR_clear_error", referenced from:
node::crypto::SSL_CTX_use_certificate_chain(ssl_ctx_st*, bio_st*) in node_crypto_5.o
"_SSL_library_init", referenced from:
node::crypto::InitCrypto(v8::Handle<v8::Object>) in node_crypto_5.o
"_OPENSSL_add_all_algorithms_noconf", referenced from:
node::crypto::InitCrypto(v8::Handle<v8::Object>) in node_crypto_5.o
"_OpenSSL_add_all_digests", referenced from:
node::crypto::InitCrypto(v8::Handle<v8::Object>) in node_crypto_5.o
"_SSL_load_error_strings", referenced from:
node::crypto::InitCrypto(v8::Handle<v8::Object>) in node_crypto_5.o
"_ERR_load_crypto_strings", referenced from:
node::crypto::InitCrypto(v8::Handle<v8::Object>) in node_crypto_5.o
"_SSL_get_peer_certificate", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
node::crypto::Connection::VerifyError(v8::Arguments const&) in node_crypto_5.o
"_X509_get_subject_name", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_X509_NAME_oneline", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_CRYPTO_free", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_X509_get_issuer_name", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_ASN1_TIME_print", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_EVP_sha1", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_X509_digest", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_X509_get_ext_d2i", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_sk_value", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_OBJ_obj2txt", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_sk_num", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
"_SSL_free", referenced from:
node::crypto::Connection::Close(v8::Arguments const&)in node_crypto_5.o
node::crypto::Connection::~Connection()in node_crypto_5.o
node::crypto::Connection::~Connection()in node_crypto_5.o
"_SSL_get_current_cipher", referenced from:
node::crypto::Connection::GetCurrentCipher(v8::Arguments const&) in node_crypto_5.o
"_SSL_CIPHER_get_name", referenced from:
node::crypto::Connection::GetCurrentCipher(v8::Arguments const&) in node_crypto_5.o
"_SSL_CIPHER_get_version", referenced from:
node::crypto::Connection::GetCurrentCipher(v8::Arguments const&) in node_crypto_5.o
"_SSL_get_verify_result", referenced from:
node::crypto::Connection::VerifyError(v8::Arguments const&) in node_crypto_5.o
"_X509_verify_cert_error_string", referenced from:
node::crypto::Connection::VerifyError(v8::Arguments const&) in node_crypto_5.o
"_SSL_state", referenced from:
node::crypto::Connection::IsInitFinished(v8::Arguments const&) in node_crypto_5.o
node::crypto::Connection::Start(v8::Arguments const&)in node_crypto_5.o
node::crypto::Connection::ClearIn(v8::Arguments const&)in node_crypto_5.o
node::crypto::Connection::ClearOut(v8::Arguments const&)in node_crypto_5.o
"_SSL_shutdown", referenced from:
node::crypto::Connection::Shutdown(v8::Arguments const&)in node_crypto_5.o
"_SSL_connect", referenced from:
node::crypto::Connection::Start(v8::Arguments const&)in node_crypto_5.o
node::crypto::Connection::ClearIn(v8::Arguments const&)in node_crypto_5.o
node::crypto::Connection::ClearOut(v8::Arguments const&)in node_crypto_5.o
"_SSL_accept", referenced from:
node::crypto::Connection::Start(v8::Arguments const&)in node_crypto_5.o
node::crypto::Connection::ClearIn(v8::Arguments const&)in node_crypto_5.o
node::crypto::Connection::ClearOut(v8::Arguments const&)in node_crypto_5.o
"_SSL_CTX_set_cert_store", referenced from:
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddCACert(v8::Arguments const&)in node_crypto_5.o
"_X509_STORE_new", referenced from:
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddCACert(v8::Arguments const&)in node_crypto_5.o
"_X509_STORE_add_cert", referenced from:
node::crypto::SecureContext::AddRootCerts(v8::Arguments const&) in node_crypto_5.o
node::crypto::SecureContext::AddCACert(v8::Arguments const&)in node_crypto_5.o
"_BN_num_bits", referenced from:
node::crypto::DiffieHellman::GetPrivateKey(v8::Arguments const&) in node_crypto_5.o
node::crypto::DiffieHellman::GetPublicKey(v8::Arguments const&) in node_crypto_5.o
node::crypto::DiffieHellman::GetGenerator(v8::Arguments const&) in node_crypto_5.o
node::crypto::DiffieHellman::GetPrime(v8::Arguments const&)in node_crypto_5.o
node::crypto::DiffieHellman::GenerateKeys(v8::Arguments const&) in node_crypto_5.o
"_BN_bn2bin", referenced from:
node::crypto::DiffieHellman::GetPrivateKey(v8::Arguments const&) in node_crypto_5.o
node::crypto::DiffieHellman::GetPublicKey(v8::Arguments const&) in node_crypto_5.o
node::crypto::DiffieHellman::GetGenerator(v8::Arguments const&) in node_crypto_5.o
node::crypto::DiffieHellman::GetPrime(v8::Arguments const&)in node_crypto_5.o
node::crypto::DiffieHellman::GenerateKeys(v8::Arguments const&) in node_crypto_5.o
"_DH_generate_key", referenced from:
node::crypto::DiffieHellman::GenerateKeys(v8::Arguments const&) in node_crypto_5.o
"_DH_new", referenced from:
node::crypto::DiffieHellman::New(v8::Arguments const&)in node_crypto_5.o
"_DH_generate_parameters_ex", referenced from:
node::crypto::DiffieHellman::New(v8::Arguments const&)in node_crypto_5.o
"_DH_check", referenced from:
node::crypto::DiffieHellman::New(v8::Arguments const&)in node_crypto_5.o
"_BN_bin2bn", referenced from:
node::crypto::DiffieHellman::New(v8::Arguments const&)in node_crypto_5.o
node::crypto::DiffieHellman::SetPrivateKey(v8::Arguments const&) in node_crypto_5.o
node::crypto::DiffieHellman::SetPublicKey(v8::Arguments const&) in node_crypto_5.o
node::crypto::DiffieHellman::ComputeSecret(v8::Arguments const&) in node_crypto_5.o
"_BN_new", referenced from:
node::crypto::DiffieHellman::New(v8::Arguments const&)in node_crypto_5.o
"_BN_set_word", referenced from:
node::crypto::DiffieHellman::New(v8::Arguments const&)in node_crypto_5.o
"_PEM_read_bio_PUBKEY", referenced from:
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
"_EVP_VerifyFinal", referenced from:
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
"_EVP_PKEY_free", referenced from:
node::crypto::SecureContext::SetKey(v8::Arguments const&)in node_crypto_5.o
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignFinal(v8::Arguments const&)in node_crypto_5.o
"_EVP_MD_CTX_cleanup", referenced from:
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Hash::HashDigest(v8::Arguments const&)in node_crypto_5.o
node::crypto::Verify::~Verify()in node_crypto_5.o
node::crypto::Verify::~Verify()in node_crypto_5.o
node::crypto::Sign::~Sign()in node_crypto_5.o
node::crypto::Sign::~Sign()in node_crypto_5.o
...
"_X509_get_pubkey", referenced from:
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
"_ERR_print_errors_fp", referenced from:
node::crypto::Verify::VerifyFinal(v8::Arguments const&)in node_crypto_5.o
"_EVP_DigestUpdate", referenced from:
node::crypto::Verify::VerifyUpdate(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignUpdate(v8::Arguments const&)in node_crypto_5.o
node::crypto::Hash::HashUpdate(v8::Arguments const&)in node_crypto_5.o
"_EVP_get_digestbyname", referenced from:
node::crypto::Verify::VerifyInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Hash::New(v8::Arguments const&)in node_crypto_5.o
node::crypto::Hmac::HmacInit(v8::Arguments const&)in node_crypto_5.o
"_EVP_MD_CTX_init", referenced from:
node::crypto::Verify::VerifyInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Hash::New(v8::Arguments const&)in node_crypto_5.o
"_EVP_DigestInit_ex", referenced from:
node::crypto::Verify::VerifyInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Hash::New(v8::Arguments const&)in node_crypto_5.o
"_PEM_read_bio_PrivateKey", referenced from:
node::crypto::SecureContext::SetKey(v8::Arguments const&)in node_crypto_5.o
node::crypto::Sign::SignFinal(v8::Arguments const&)in node_crypto_5.o
"_EVP_SignFinal", referenced from:
node::crypto::Sign::SignFinal(v8::Arguments const&)in node_crypto_5.o
"_EVP_DigestFinal_ex", referenced from:
node::crypto::Hash::HashDigest(v8::Arguments const&)in node_crypto_5.o
"_HMAC_Final", referenced from:
node::crypto::Hmac::HmacDigest(v8::Arguments const&)in node_crypto_5.o
"_HMAC_CTX_cleanup", referenced from:
node::crypto::Hmac::HmacDigest(v8::Arguments const&)in node_crypto_5.o
node::crypto::Hmac::~Hmac()in node_crypto_5.o
node::crypto::Hmac::~Hmac()in node_crypto_5.o
"_HMAC_Update", referenced from:
node::crypto::Hmac::HmacUpdate(v8::Arguments const&)in node_crypto_5.o
"_HMAC_CTX_init", referenced from:
node::crypto::Hmac::HmacInit(v8::Arguments const&)in node_crypto_5.o
"_HMAC_Init", referenced from:
node::crypto::Hmac::HmacInit(v8::Arguments const&)in node_crypto_5.o
"_EVP_CIPHER_CTX_block_size", referenced from:
node::crypto::Decipher::DecipherFinalTolerate(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherUpdate(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherUpdate(v8::Arguments const&)in node_crypto_5.o
"_EVP_CIPHER_CTX_cleanup", referenced from:
node::crypto::Decipher::DecipherFinalTolerate(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInit(v8::Arguments const&)in node_crypto_5.o
...
"_EVP_CipherFinal", referenced from:
node::crypto::Decipher::DecipherFinal(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherFinal(v8::Arguments const&)in node_crypto_5.o
"_SSL_CTX_add_client_CA", referenced from:
node::crypto::SecureContext::AddCACert(v8::Arguments const&)in node_crypto_5.o
"_ERR_get_error", referenced from:
node::crypto::SecureContext::SetCert(v8::Arguments const&)in node_crypto_5.o
"_ERR_error_string", referenced from:
node::crypto::SecureContext::SetCert(v8::Arguments const&)in node_crypto_5.o
"_SSL_CTX_use_PrivateKey", referenced from:
node::crypto::SecureContext::SetKey(v8::Arguments const&)in node_crypto_5.o
"_SSLv23_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSL_CTX_new", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSLv2_server_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSLv2_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSLv2_client_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSLv3_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSLv3_server_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSLv3_client_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSLv23_server_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_SSLv23_client_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_TLSv1_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_TLSv1_server_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_TLSv1_client_method", referenced from:
node::crypto::SecureContext::Init(v8::Arguments const&)in node_crypto_5.o
"_DH_size", referenced from:
node::crypto::DiffieHellman::ComputeSecret(v8::Arguments const&) in node_crypto_5.o
"_DH_compute_key", referenced from:
node::crypto::DiffieHellman::ComputeSecret(v8::Arguments const&) in node_crypto_5.o
"_BN_free", referenced from:
node::crypto::DiffieHellman::ComputeSecret(v8::Arguments const&) in node_crypto_5.o
"_DH_check_pub_key", referenced from:
node::crypto::DiffieHellman::ComputeSecret(v8::Arguments const&) in node_crypto_5.o
"_SSL_new", referenced from:
node::crypto::Connection::New(v8::Arguments const&)in node_crypto_5.o
"_SSL_set_bio", referenced from:
node::crypto::Connection::New(v8::Arguments const&)in node_crypto_5.o
"_SSL_ctrl", referenced from:
node::crypto::Connection::New(v8::Arguments const&)in node_crypto_5.o
"_SSL_set_verify", referenced from:
node::crypto::Connection::New(v8::Arguments const&)in node_crypto_5.o
"_SSL_set_accept_state", referenced from:
node::crypto::Connection::New(v8::Arguments const&)in node_crypto_5.o
"_SSL_set_connect_state", referenced from:
node::crypto::Connection::New(v8::Arguments const&)in node_crypto_5.o
"_SSL_CTX_set_cipher_list", referenced from:
node::crypto::SecureContext::SetCiphers(v8::Arguments const&) in node_crypto_5.o
"_PEM_read_bio_X509_CRL", referenced from:
node::crypto::SecureContext::AddCRL(v8::Arguments const&)in node_crypto_5.o
"_X509_STORE_add_crl", referenced from:
node::crypto::SecureContext::AddCRL(v8::Arguments const&)in node_crypto_5.o
"_X509_STORE_set_flags", referenced from:
node::crypto::SecureContext::AddCRL(v8::Arguments const&)in node_crypto_5.o
"_X509_CRL_free", referenced from:
node::crypto::SecureContext::AddCRL(v8::Arguments const&)in node_crypto_5.o
"_EVP_CipherUpdate", referenced from:
node::crypto::Decipher::DecipherUpdate(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherUpdate(v8::Arguments const&)in node_crypto_5.o
"_EVP_get_cipherbyname", referenced from:
node::crypto::Decipher::DecipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInit(v8::Arguments const&)in node_crypto_5.o
"_EVP_CIPHER_iv_length", referenced from:
node::crypto::Decipher::DecipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInitIv(v8::Arguments const&)in node_crypto_5.o
"_EVP_CIPHER_CTX_init", referenced from:
node::crypto::Decipher::DecipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInit(v8::Arguments const&)in node_crypto_5.o
"_EVP_CipherInit", referenced from:
node::crypto::Decipher::DecipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInit(v8::Arguments const&)in node_crypto_5.o
"_EVP_CIPHER_CTX_set_key_length", referenced from:
node::crypto::Decipher::DecipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Decipher::DecipherInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInitIv(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInit(v8::Arguments const&)in node_crypto_5.o
"_EVP_md5", referenced from:
node::crypto::Decipher::DecipherInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInit(v8::Arguments const&)in node_crypto_5.o
"_EVP_BytesToKey", referenced from:
node::crypto::Decipher::DecipherInit(v8::Arguments const&)in node_crypto_5.o
node::crypto::Cipher::CipherInit(v8::Arguments const&)in node_crypto_5.o
"_SSL_write", referenced from:
node::crypto::Connection::ClearIn(v8::Arguments const&)in node_crypto_5.o
"_SSL_read", referenced from:
node::crypto::Connection::ClearOut(v8::Arguments const&)in node_crypto_5.o
"_DH_free", referenced from:
node::crypto::DiffieHellman::~DiffieHellman()in node_crypto_5.o
node::crypto::DiffieHellman::~DiffieHellman()in node_crypto_5.o
"_ASN1_OBJECT_free", referenced from:
node::crypto::Connection::GetPeerCertificate(v8::Arguments const&) in node_crypto_5.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
Waf: Leaving directory `/Users/schellscivally/Code/js/node/build'
Build failed: -> task failed (err #1):
{task: cxx_link node_main_5.o,node_5.o,node_buffer_5.o,node_javascript_5.o,node_extensions_5.o,node_http_parser_5.o,node_constants_5.o,node_events_5.o,node_file_5.o,node_script_5.o,node_os_5.o,node_dtrace_5.o,node_string_5.o,timer_wrap_5.o,tcp_wrap_5.o,cares_wrap_5.o,node_cares_5.o,node_net_5.o,node_signal_watcher_5.o,node_stat_watcher_5.o,node_io_watcher_5.o,node_stdio_5.o,node_child_process_5.o,node_timer_5.o,platform_darwin_5.o,node_crypto_5.o,http_parser_3.o -> node}
make: *** [program] Error 1
[~/Code/js/node (master)] ➔
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment