• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Update OpenSSL form 0.9.8 to 1.0.0

Status
Not open for further replies.

luzifix

Respected Member
Camke Error:
Code:
CMake Error at cmake/macros/FindOpenSSL.cmake:223 (message):
  TrinityCore needs OpenSSL version 1.0.0 but found version 0.9.8`
Call Stack (most recent call first):
  CMakeLists.txt:56 (find_package)


-- Configuring incomplete, errors occurred!

i download the 1.0.0 soruce http://openssl.org/source/openssl-1.0.0.tar.gz

and install it with the commands:
Code:
./config shared
make
sudo make install

but i its not overwrit the old OpenSSL version =(
 
Status
Not open for further replies.
Top