Qtで記述され、QSslSocketを使用する単純なプログラムを実行しようとしました。
OpenSSLがインストールされているUbuntu12.04マシンでこのプログラムを実行しています。
しかし、次のエラーが発生しました。
QSslSocket: cannot call unresolved function SSLv3_client_method
QSslSocket: cannot call unresolved function SSL_CTX_new
QSslSocket: cannot call unresolved function SSL_library_init
QSslSocket: cannot call unresolved function ERR_get_error
これらのエラーを修正するにはどうすればよいですか?