-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't find OpenSSL on build #3
Comments
Hello, let me help you with build process At first, could you please verify that libssl-dev is installed? sudo apt-get install libssl-dev |
Hi, thanks for the assistance. I've built the project using the following command since using just the OpenUSD project path was giving a pxr package loss error (getting uripaser, fmt and zip inside Sources/External was also needed): cmake -B Build -DCMAKE_PREFIX_PATH=/home/leo/Github/OpenUSD/Install CDCMAKE_INSTALL_PREFIX=/home/leo/Github/OpenUSD/Install Cmake printed: CMake Warning: "CDCMAKE_INSTALL_PREFIX=/home/leo/Github/OpenUSD/Install" -- The CXX compiler identification is GNU 11.4.0 CMake Warning (dev) at CMakeLists.txt:48 (install): CMake Warning (dev) at CMakeLists.txt:48 (install): -- Configuring done (3.6s) Now trying to compile with cmake --build Build --config Release the output is looking like this: [ 1%] Checking and installing python dependencies if required |
Trying to build RenderStudioKit on Ubuntu 22.04.1 with OpenUSD successfully installed.
Running:
cmake -B Build -DCMAKE_PREFIX_PATH=/home/leo/Github/OpenUSD -DCMAKE_INSTALL_PREFIX=/home/leo/Github/OpenUSD
Got:
CMakeOutput.log
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.22/Modules/FindOpenSSL.cmake:574 (find_package_handle_standard_args)
Sources/CMakeLists.txt:17 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/leo/Github/RenderStudioKit/Build/CMakeFiles/CMakeOutput.log"
Running:
openssl version -a
Gives:
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
built on: Fri Oct 13 12:02:49 2023 UTC
platform: debian-amd64
options: bn(64,64)
compiler: gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -Wa,--noexecstack -g -O2 -ffile-prefix-map=/build/openssl-8L8jlV/openssl-3.0.2=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -DOPENSSL_TLS_SECURITY_LEVEL=2 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2
OPENSSLDIR: "/usr/lib/ssl"
ENGINESDIR: "/usr/lib/x86_64-linux-gnu/engines-3"
MODULESDIR: "/usr/lib/x86_64-linux-gnu/ossl-modules"
Seeding source: os-specific
CPUINFO: OPENSSL_ia32cap=0x3e983a0b078bffff:0x8
The text was updated successfully, but these errors were encountered: