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

install.sh does not check for required dependencies (was: variables are used in this project, but they are set to NOTFOUND.) #553

Open
UteHaus opened this issue Dec 21, 2022 · 3 comments

Comments

@UteHaus
Copy link

UteHaus commented Dec 21, 2022

Hey,

I get every time following message with the install.sh
I use Pi zero with:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye

-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBGCRYPT
    linked by target "vzlogger" in directory /home/adi/strom/vzlogger/src
OPENSSL_CRYPTO_LIBRARY (ADVANCED)
    linked by target "vzlogger" in directory /home/adi/strom/vzlogger/src
    linked by target "vzlogger_unit_tests" in directory /home/adi/strom/vzlogger/tests
    linked by target "mock_MeterOMS" in directory /home/adi/strom/vzlogger/tests/mocks
    linked by target "mock_metermap" in directory /home/adi/strom/vzlogger/tests/mocks
OPENSSL_SSL_LIBRARY (ADVANCED)
    linked by target "vzlogger" in directory /home/adi/strom/vzlogger/src
    linked by target "vzlogger_unit_tests" in directory /home/adi/strom/vzlogger/tests
    linked by target "mock_MeterOMS" in directory /home/adi/strom/vzlogger/tests/mocks
    linked by target "mock_metermap" in directory /home/adi/strom/vzlogger/tests/mocks

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

@r00t-
Copy link
Contributor

r00t- commented Dec 21, 2022

apt-get install libssl-dev libgcrypt20-dev?

@UteHaus UteHaus closed this as completed Dec 22, 2022
@r00t-
Copy link
Contributor

r00t- commented Dec 27, 2022

i wonder if install.sh should check for those dependencies.

@r00t- r00t- reopened this Dec 27, 2022
@r00t- r00t- changed the title variables are used in this project, but they are set to NOTFOUND. install.sh does not check for required dependencies (was: variables are used in this project, but they are set to NOTFOUND.) Jan 5, 2023
@r00t-
Copy link
Contributor

r00t- commented Jan 17, 2023

looks like this was reported before at #197

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

2 participants