Created
September 26, 2010 17:18
-
-
Save shripadk/598122 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Undefined symbols: | |
"_EVP_CIPHER_CTX_block_size", referenced from: | |
node::Decipher::DecipherUpdate(v8::Arguments const&) in node_crypto_4.o | |
node::Decipher::DecipherFinal(v8::Arguments const&) in node_crypto_4.o | |
node::Decipher::DecipherFinalTolerate(v8::Arguments const&) in node_crypto_4.o | |
node::Cipher::CipherUpdate(v8::Arguments const&) in node_crypto_4.o | |
node::Cipher::CipherUpdate(v8::Arguments const&) in node_crypto_4.o | |
node::Cipher::CipherFinal(v8::Arguments const&) in node_crypto_4.o | |
"_BIO_set_flags", referenced from: | |
node::base64(unsigned char*, int, char**, int*)in node_crypto_4.o | |
node::unbase64(unsigned char*, int, char**, int*)in node_crypto_4.o | |
"_EVP_CIPHER_iv_length", referenced from: | |
node::Decipher::DecipherInitIv(v8::Arguments const&) in node_crypto_4.o | |
node::Cipher::CipherInitIv(v8::Arguments const&) in node_crypto_4.o | |
ld: symbol(s) not found | |
collect2: ld returned 1 exit status | |
Waf: Leaving directory `/Users/shripadk/Sites/node-0.2.2/build' | |
Build failed: -> task failed (err #1): | |
{task: cxx_link node_main_4.o,node_4.o,node_buffer_4.o,node_extensions_4.o,node_http_parser_4.o,node_net_4.o,node_io_watcher_4.o,node_child_process_4.o,node_constants_4.o,node_cares_4.o,node_events_4.o,node_file_4.o,node_signal_watcher_4.o,node_stat_watcher_4.o,node_stdio_4.o,node_timer_4.o,node_script_4.o,platform_darwin_4.o,node_crypto_4.o,eio_1.o,http_parser_2.o,ev_1.o,ares_strcasecmp_1.o,ares_free_string_1.o,ares_options_1.o,ares_send_1.o,ares_parse_txt_reply_1.o,ares_parse_ptr_reply_1.o,ares_nowarn_1.o,ares_search_1.o,ares_gethostbyname_1.o,ares_getsock_1.o,ares__timeval_1.o,inet_ntop_1.o,ares_parse_a_reply_1.o,ares_getopt_1.o,ares__close_sockets_1.o,ares_expand_string_1.o,ares_destroy_1.o,ares_cancel_1.o,ares_parse_aaaa_reply_1.o,ares_parse_ns_reply_1.o,ares_version_1.o,ares__get_hostent_1.o,ares_writev_1.o,ares_expand_name_1.o,ares_free_hostent_1.o,ares_parse_mx_reply_1.o,ares_gethostbyaddr_1.o,ares_query_1.o,ares_data_1.o,ares_init_1.o,ares_fds_1.o,inet_net_pton_1.o,ares_strerror_1.o,bitncmp_1.o,ares_getnameinfo_1.o,ares_library_init_1.o,ares_mkquery_1.o,ares_process_1.o,windows_port_1.o,ares_parse_srv_reply_1.o,ares_llist_1.o,ares_timeout_1.o,ares__read_line_1.o,ares_strdup_1.o -> node} | |
make: *** [all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment