You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup my system for the DSS with 7.8 centos on an EC2 machine.
On the build_all.sh step, i am encountering a cmake issue. The logs for them are bellow
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- NKV_SDK_DIR: /root/DSS/dss-ecosystem/../dss-sdk/host_out
CMake Error at CMakeLists.txt:34 (find_package):
By not providing "FindAWSSDK.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "AWSSDK", but
CMake did not find one.
Could not find a package configuration file provided by "AWSSDK" with any
of the following names:
AWSSDKConfig.cmake
awssdk-config.cmake
Add the installation prefix of "AWSSDK" to CMAKE_PREFIX_PATH or set
"AWSSDK_DIR" to a directory containing one of the above files. If "AWSSDK"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/root/DSS/dss-ecosystem/dss_client/build/CMakeFiles/CMakeOutput.log".
As per the steps in the build_aws script, this is downloaded and the rpm is installed. This takes place correctly. However, the cmake fails to find this package.
I am unable to move forward from here.
Please guide on the next steps and let me know if you need any additional information.
The text was updated successfully, but these errors were encountered:
I am trying to setup my system for the DSS with 7.8 centos on an EC2 machine.
On the build_all.sh step, i am encountering a cmake issue. The logs for them are bellow
As per the steps in the build_aws script, this is downloaded and the rpm is installed. This takes place correctly. However, the cmake fails to find this package.
I am unable to move forward from here.
Please guide on the next steps and let me know if you need any additional information.
The text was updated successfully, but these errors were encountered: