Hello everyone so I have small problem compiling Trinity source on linux ubuntu machine.
I have installed openssl 0.9.8 by default on my machine and cant get rid of it because everytime i install cmake it installs also and openssl 0.9.8 so i made new user named it 'wow' and installed openssl 1.0.0 only for that user. Now this is command i used to compile core:
cmake ../ -DPREFIX=/home/wow/server -DWITH_WARNINGS=1 -DOPENSSL_LIBRARIES=/home/wow/openssl-1.0.0 -DOPENSSL_INCLUDE_DIR=/home/wow/openssl-1.0.0/include
Please let me know if all OPENSSL urls are correct for include folder and libraries?
This is error im getting at end of compiling: http://screencast.com/t/S9oxa0Z6Mjg3
Those errors
Regards, uDev