Created
November 11, 2015 16:23
-
-
Save epipenau/4344732946bd433c4abf 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
| make[2]: Entering directory '/root/freeswitch' | |
| CC freeswitch-switch.o | |
| CCLD freeswitch | |
| Undefined first referenced | |
| symbol in file | |
| zrtp_resolve_mitm_call ./.libs/libfreeswitch.so | |
| zrtp_stream_stop ./.libs/libfreeswitch.so | |
| zrtp_session_set_userdata ./.libs/libfreeswitch.so | |
| zrtp_log_set_level ./.libs/libfreeswitch.so | |
| zrtp_session_down ./.libs/libfreeswitch.so | |
| zrtp_session_init ./.libs/libfreeswitch.so | |
| zrtp_stream_start ./.libs/libfreeswitch.so | |
| srtp_unprotect_rtcp ./.libs/libfreeswitch.so | |
| zrtp_config_defaults ./.libs/libfreeswitch.so | |
| zrtp_stream_attach ./.libs/libfreeswitch.so | |
| zrtp_process_srtcp ./.libs/libfreeswitch.so | |
| zrtp_verified_set ./.libs/libfreeswitch.so | |
| zrtp_session_get ./.libs/libfreeswitch.so | |
| zrtp_def_cache_store ./.libs/libfreeswitch.so | |
| zrtp_process_rtp ./.libs/libfreeswitch.so | |
| zrtp_down ./.libs/libfreeswitch.so | |
| zrtp_init ./.libs/libfreeswitch.so | |
| zrtp_profile_defaults ./.libs/libfreeswitch.so | |
| zrtp_process_rtcp ./.libs/libfreeswitch.so | |
| zrtp_process_srtp ./.libs/libfreeswitch.so | |
| zrtp_stream_registration_start ./.libs/libfreeswitch.so | |
| zrtp_stream_set_userdata ./.libs/libfreeswitch.so | |
| zrtp_stream_get_userdata ./.libs/libfreeswitch.so | |
| zrtp_log_set_log_engine ./.libs/libfreeswitch.so | |
| ld: fatal: symbol referencing errors. No output written to .libs/freeswitch | |
| collect2: error: ld returned 1 exit status | |
| Makefile:1457: recipe for target 'freeswitch' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment