Problem with OpenSSL

Anything related to gaming on Linux Mint including game discussion or questions concerning Steam or Wine.
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Vedistaan

Problem with OpenSSL

Post by Vedistaan »

I was trying to create a WOrld of Warcraft server. So i needed openssl, MySQL and other stuff. I was following Wilihow in this process.

So i typed a command "

Code: Select all

cmake ../ -DPREFIX=/home/vedistaan/bin
"
I get result like this...
-- Detected 64-bit platform
-- UNIX: Using default configuration directory
-- UNIX: Using default library directory
-- UNIX: Configuring uninstall target
-- UNIX: Created uninstall target
-- Found ACE library: /usr/lib/libACE.so
-- Found ACE headers: /usr/include
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES)
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
cmake/macros/FindOpenSSL.cmake:175 (find_package_handle_standard_args)
CMakeLists.txt:54 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/vedistaan/src/build/CMakeFiles/CMakeOutput.log".
See also "/home/vedistaan/src/build/CMakeFiles/CMakeError.log".

Please please help me... :(
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29506
Joined: Wed Jul 06, 2011 3:58 am

Re: Problem with OpenSSL

Post by xenopeek »

If you want to compile something that uses OpenSSL, you need to install the development files. Install package libssl-dev.
Image
Locked

Return to “Gaming”