Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with building DSS on EC2 with AWS-cmake #54

Open
BV-developers opened this issue Nov 7, 2024 · 0 comments
Open

Issue with building DSS on EC2 with AWS-cmake #54

BV-developers opened this issue Nov 7, 2024 · 0 comments

Comments

@BV-developers
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant