Thanks, Scott and Francis. I’ve checked out the latest version of the reSIProcate and it builds well till I got the following errors:
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:50: undefined reference to `SSL_library_init'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:51: undefined reference to `SSL_load_error_strings'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:52: undefined reference to `SSL_library_init'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:54: undefined reference to `CRYPTO_num_locks'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:57: undefined reference to `CRYPTO_set_locking_callback'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:58: undefined reference to `CRYPTO_set_id_callback'
obj.debug.Linux.i686/TestClient.o: In function `~do_init':
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:66: undefined reference to `CRYPTO_set_id_callback'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:67: undefined reference to `CRYPTO_set_locking_callback'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:68: undefined reference to `ERR_free_strings'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:69: undefined reference to `ERR_remove_state'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:70: undefined reference to `EVP_cleanup'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:71: undefined reference to `CRYPTO_cleanup_all_ex_data'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:72: undefined reference to `CONF_modules_unload'
/home/alex/code/resiprocate/reTurn/client/test/../../../build/../contrib/asio/asio/ssl/detail/openssl_init.hpp:73: undefined reference to `ENGINE_cleanup'
collect2: ld returned 1 exit status
make[1]: *** [bin.debug.Linux.i686/TestClient] Error 1
make: *** [return-client] Error 2
I have disabled the compilation of repro, reTurn, recon and TFM on this build. Any idea of how to resolve these errors?
Alex
|