콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3183 화면

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
53307
1
9월 23
7166
0
9월 23
29
0
9월 22
2832
1
5월 17
5268