Coder Social home page Coder Social logo

Comments (7)

holmes1412 avatar holmes1412 commented on August 16, 2024

你好,看起来机器可能没有装ssl

from workflow.

Treston-W avatar Treston-W commented on August 16, 2024

你好,看起来机器可能没有装ssl

您好,我装了的:
[root@f63c524aca91 build]# openssl version
OpenSSL 1.1.1c 28 May 2019

from workflow.

Barenboim avatar Barenboim commented on August 16, 2024

类似问题也有用户报过。你看看是不是装了两个openssl,导致一些头文件不匹配。

from workflow.

Treston-W avatar Treston-W commented on August 16, 2024

类似问题也有用户报过。你看看是不是装了两个openssl,导致一些头文件不匹配。

您好,我刚刚重新安装了一版openssl,又报这种错了。。。。

CMake Error at /usr/local/share/cmake-3.29/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_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/local/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/local/share/cmake-3.29/Modules/FindOpenSSL.cmake:682 (find_package_handle_standard_args)
src/CMakeLists.txt:7 (find_package)

-- Configuring incomplete, errors occurred!
GNUmakefile:15: recipe for target 'base' failed
make: *** [base] Error 1
[root@f63c524aca91 workflow]# cmake

from workflow.

holmes1412 avatar holmes1412 commented on August 16, 2024

你在workflow项目源码的目录下打开build.cmake,然后尝试cmake -DOPENSSL_ROOT_DIR=/usr/local/xxxxx ..,其中/usr/local/xxxxx改为你当前OpenSSL安装的路径再试试呢?

from workflow.

Treston-W avatar Treston-W commented on August 16, 2024

你在workflow项目源码的目录下打开build.cmake,然后尝试cmake -DOPENSSL_ROOT_DIR=/usr/local/xxxxx ..,其中/usr/local/xxxxx改为你当前OpenSSL安装的路径再试试呢?

谢谢小姐姐,我试一试。另外请问咱们有指定的openssl版本嘛,问题就是出在openssl上

from workflow.

holmes1412 avatar holmes1412 commented on August 16, 2024

你刚才的版本1.1是没有问题的,但如果你安装了两个openssl,有可能导致编译、链接、你看到的,不一定是同一个。

from workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.