View Single Post
  #2  
Old 05-10-2019, 12:41 AM
Porcupines22
Fire Beetle
 
Join Date: Jun 2010
Location: Midwest, CST
Posts: 2
Default Solved

Hey, I know I posted this because I was having problems, but I think I was able to figure out what happened.

It appears the make never ran during the install, so that's why there was no bin folder. CMake left an error log which was... less than elucidating, but got me thinking something went on with make.

I manually ran "cmake -i", went through the questionnaire and it terminated in error saying I don't have OpenSSL. So I did "yum install openssl-devel" (which is package for CentOS) and ran through cmake/make without a hitch.

After that I simply copied the output to the appropriate folder and everything generally appears to be working now.
Reply With Quote