跳至內容
選單
此問題已被標幟
2 回覆
3103 瀏覽次數

2024-02-27 12:07:18,988 92288 WARNING test_db_17_1 odoo.addons.base.models.ir_actions_report: wkhtmltopdf: QSslSocket: cannot resolve CRYPTO_num_locks

QSslSocket: cannot resolve CRYPTO_set_id_callback

QSslSocket: cannot resolve CRYPTO_set_locking_callback

QSslSocket: cannot resolve sk_free

QSslSocket: cannot resolve sk_num

QSslSocket: cannot resolve sk_pop_free

QSslSocket: cannot resolve sk_value

QSslSocket: cannot resolve SSL_library_init

QSslSocket: cannot resolve SSL_load_error_strings

QSslSocket: cannot resolve SSLv3_client_method

QSslSocket: cannot resolve SSLv23_client_method

QSslSocket: cannot resolve SSLv3_server_method

QSslSocket: cannot resolve SSLv23_server_method

QSslSocket: cannot resolve X509_STORE_CTX_get_chain

QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf

QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf

QSslSocket: cannot resolve SSLeay

QSslSocket: cannot call unresolved function CRYPTO_num_locks

QSslSocket: cannot call unresolved function CRYPTO_set_id_callback

QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback

QSslSocket: cannot call unresolved function SSL_library_init

QSslSocket: cannot call unresolved function SSLv23_client_method

QSslSocket: cannot call unresolved function sk_num

QSslSocket: cannot call unresolved function CRYPTO_num_locks

QSslSocket: cannot call unresolved function CRYPTO_set_id_callback

QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback



seems like wkhtmltopdf library issue
頭像
捨棄
作者 最佳答案

Followed this steps to solve an issue
wkhtmltopdf 0.12.5 for Ubuntu 20.04 on amd64:

$ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.focal_amd64.deb

Then you can install the .deb file with apt:

$ sudo apt install ./wkhtmltox_0.12.5-1.focal_amd64.deb

頭像
捨棄
作者

There is wkhtmltox zip is available in each branch according to supported versions.
You can install directly from odoo path using following command
pip install odoo-17/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz (replace path/filename according to odoo version and available wkhtmltox file name from path)

最佳答案

Hi Vikas Jadav ,

Can you check this,

https://github.com/amra/DocumentationAsCode/issues/2

https://github.com/amra/DocumentationAsCode/issues/2#issuecomment-513966122

https://github.com/amra/DocumentationAsCode/issues/2#issuecomment-610627960

頭像
捨棄
作者

Tried everything still same warning, server is on Ubuntu 20.04.6 LTS

can you try upgrade 0.12.4 to 0.12.6 wkhtmltopdf

作者

Thanks for the help, installing wkhtmltopdf 0.12.5 solved an issue

作者

Thanks for the help, installing wkhtmltopdf 0.12.5 solved an issue

相關帖文 回覆 瀏覽次數 活動
4
10月 24
53165
1
9月 23
7081
0
9月 23
29
0
9月 22
2803
1
5月 17
5235