wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

MAC 64 - bit operating system make error #126

Closed zhouyuan24 closed 10 years ago

zhouyuan24 commented 10 years ago

Undefined symbols for architecture x86_64: "_ngx_http_push_stream_census_worker_subscribers_data", referenced from: _ngx_http_push_stream_census_worker_subscribers in ngx_http_push_stream_module.o "_ngx_http_push_stream_cleanup_shutting_down_worker_data", referenced from: _ngx_http_push_stream_cleanup_shutting_down_worker in ngx_http_push_stream_module.o "_ngx_http_push_stream_process_worker_message_data", referenced from: _ngx_http_push_stream_process_worker_message in ngx_http_push_stream_module.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: * [objs/nginx] Error 1 make: * [build] Error 2

wandenberg commented 10 years ago

Try with this commit 467376d3c228a542724dc415cce593af690f513a to check if works for you.

canthefason commented 10 years ago

I was having the same issue and this resolved my problem. Thanks.

wandenberg commented 10 years ago

this fix was merged to master