Forums WoW Modding Discussion Miscellaneous [Archive] [CMAKE BUG] OpenSSL

[Archive] [CMAKE BUG] OpenSSL

[Archive] [CMAKE BUG] OpenSSL

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#1
Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Hey Emucoach !

Can you help me? I have issue from CMAKE :

Code:

CMake Error at D:/Program Files/CMake/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES)
Call Stack (most recent call first):
D:/Program Files/CMake/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
cmake/macros/FindOpenSSL.cmake:175 (find_package_handle_standard_args)
CMakeLists.txt:55 (find_package)

http://www.hostingpics.net/viewer.php?id...stitre.png

but i installed both version of openssl Win32OpenSSL-1_1_0e and Win64OpenSSL-1_1_0e. i tried to install in default and in /bin.

I don't know why i have this issue.
rektbyfaith
11-04-2025, 05:15 PM #1

Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Hey Emucoach !

Can you help me? I have issue from CMAKE :

Code:

CMake Error at D:/Program Files/CMake/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES)
Call Stack (most recent call first):
D:/Program Files/CMake/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
cmake/macros/FindOpenSSL.cmake:175 (find_package_handle_standard_args)
CMakeLists.txt:55 (find_package)

http://www.hostingpics.net/viewer.php?id...stitre.png

but i installed both version of openssl Win32OpenSSL-1_1_0e and Win64OpenSSL-1_1_0e. i tried to install in default and in /bin.

I don't know why i have this issue.

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#2
Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Hi Exo, can you move my thread to public forum? if possible.

thank you [Image: 1f642.png]
rektbyfaith
11-04-2025, 05:15 PM #2

Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Hi Exo, can you move my thread to public forum? if possible.

thank you [Image: 1f642.png]

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#3
Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Hi. Thread has been moved, but regarding this, you should download the full version, and not the light version:

http://www.emucoach.com/showthread.php?9...r(s)-Fixes
rektbyfaith
11-04-2025, 05:15 PM #3

Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Hi. Thread has been moved, but regarding this, you should download the full version, and not the light version:

http://www.emucoach.com/showthread.php?9...r(s)-Fixes

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#4
Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

I installed full version on this screenshot i installed all tools again and have same issue
rektbyfaith
11-04-2025, 05:15 PM #4

Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

I installed full version on this screenshot i installed all tools again and have same issue

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#5
Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Quote:Maurowin said:

I installed full version on this screenshot i installed all tools again and have same issue

Click to expand...
Keep in mind if you are compiling in 32 bit you need the 32 bit version. If you have both versions (32 & 64), it can cause mismatches and come up with this error.
rektbyfaith
11-04-2025, 05:15 PM #5

Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Quote:Maurowin said:

I installed full version on this screenshot i installed all tools again and have same issue

Click to expand...
Keep in mind if you are compiling in 32 bit you need the 32 bit version. If you have both versions (32 & 64), it can cause mismatches and come up with this error.

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#6
Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

i would like to compile in 64bit. i have unistalled 32bit version, but i have same issue. i think that will never work :'( for me
rektbyfaith
11-04-2025, 05:15 PM #6

Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

i would like to compile in 64bit. i have unistalled 32bit version, but i have same issue. i think that will never work :'( for me

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#7
Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Quote:Maurowin said:

i would like to compile in 64bit. i have unistalled 32bit version, but i have same issue. i think that will never work :'( for me

Click to expand...
Install the 1.0 version only; Win32 OpenSSL v1.0.2k

Here's your fix, will work [Image: 1f642.png]
rektbyfaith
11-04-2025, 05:15 PM #7

Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Quote:Maurowin said:

i would like to compile in 64bit. i have unistalled 32bit version, but i have same issue. i think that will never work :'( for me

Click to expand...
Install the 1.0 version only; Win32 OpenSSL v1.0.2k

Here's your fix, will work [Image: 1f642.png]

rektbyfaith
Administrator
0
11-04-2025, 05:15 PM
#8
Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Quote:ExO said:

Install the 1.0 version only; Win32 OpenSSL v1.0.2k

Here's your fix, will work [Image: 1f642.png]

Click to expand...
Hi ExO thanks for your help but for me doesn't work [Image: 1f641.png] can you pls god compile MOP firestormCore pls [Image: 1f642.png]
rektbyfaith
11-04-2025, 05:15 PM #8

Archived author: Maurowin • Posted: 2025-11-04T18:15:28.924228
Original source

Quote:ExO said:

Install the 1.0 version only; Win32 OpenSSL v1.0.2k

Here's your fix, will work [Image: 1f642.png]

Click to expand...
Hi ExO thanks for your help but for me doesn't work [Image: 1f641.png] can you pls god compile MOP firestormCore pls [Image: 1f642.png]

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)