Troubleshooting - Llama-Group/Project-Llama GitHub Wiki

Troubleshooting

Command not found: cmake

CMake not installed, install CMake with version >= 2.8.11

<openssl/rsa.h> not found

OpenSSL library not installed, or OpenSSL header file not in the right place (Mac). Install openssl or link openssl header folder to /usr/include/openssl, you have to check the file and the version (below is 1.0.2h_1):

sudo ln -s /usr/local/Cellar/openssl/1.0.2h_1/include/openssl /usr/include/openssl

For Xcode(SDK 10.11):

ln -s /usr/local/Cellar/openssl/1.0.2h_1/include/openssl /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include 

C++ error

Check CXX compiler version, g++ >= 4.8, clang++ > 3.4

Others

Contact [email protected]