Replies: 2 comments
|
Костыль ( |
0 replies
|
example.conf и install.md также имеют ошибки. Правильный формат openssl.conf (я собираю в /usr/local/openssl-gost): |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Здравствуйте, спасибо за библиотеку!
Собираю пакет с
CMAKE_INSTALL_PREFIX:PATH:cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/openssl-gost -DOPENSSL_ROOT_DIR=/usr/local/openssl-gost -DCMAKE_BUILD_TYPE=Release .., но в итогеcmakeкладет файлgost.soв корневую папку/usr/lib64/engines-3/gost.so, игнорируя префикс.Правильно было бы, чтобы он учитывал префикс и клал в /usr/local/openssl-gost/lib64/engines-3/gost.so
install_manifest.txt:Можно поправить?
All reactions