在arm-linux下,qt embedded 4.5.2, openssl, 连接gmail的时候报如下错误并且连接失败。
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
QSslSocket: cannot call unresolved function ERR_error_string
请问是缺少了什么库么?同样的代码在pclinux环境里访问gmail正常。