Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
3096 Переглядів

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

Related Posts Відповіді Переглядів Дія
4
жовт. 24
53146
1
вер. 23
7070
0
вер. 23
29
0
вер. 22
2803
1
трав. 17
5230