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

cmake error #189

Closed
schnello opened this issue Jul 29, 2015 · 3 comments
Closed

cmake error #189

schnello opened this issue Jul 29, 2015 · 3 comments

Comments

@schnello
Copy link
Contributor

Hallo.

cmake findet aktuell nicht die libs bzgl OpenSLL auf einem Raspbery Pi 2. OpenSLL ist jedoch installiert.

root@raspberrypi:~/vzlogger# apt-get install openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Nach dem clonen vom git und dem starten des install.sh scripts erscheint am Ende folgende Fehlermeldung:

CMake Warning at CMakeLists.txt:172 (message):
Disabled googlemock/-test tests due to GCC version < 4.8!

***** Configuration parameters *****
prefix: /usr/local
json: -L/usr/local/lib/libjson-c.a;-lrt -I/usr/local/include
sml: -L/usr/lib/libsml.a;-lrt -I/usr/include
microhttpd: -L/usr/lib/arm-linux-gnueabihf/libmicrohttpd.a;-lrt -I/usr/include
libmbus: -L/usr/local/lib/libmbus.so;-lm -I/usr/local/include
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:
OPENSSL_CRYPTO_LIBRARY (ADVANCED)
linked by target "vzlogger" in directory /root/vzlogger/src
OPENSSL_SSL_LIBRARY (ADVANCED)
linked by target "vzlogger" in directory /root/vzlogger/src

-- Configuring incomplete, errors occurred!

Grüße

@schnello
Copy link
Contributor Author

Nachtrag:
Installiert man "libssl-dev" läuft die installation durch.

Grüße

@mbehr1
Copy link
Contributor

mbehr1 commented Jul 29, 2015

Ja, analog .travis.yml (was immer einen guten Anhaltspunkt an notwendigen Libs liefert):

  • sudo apt-get install -y libcurl4-openssl-dev openssl libmicrohttpd-dev uuid-dev uuid-runtime

Am 29.07.2015 um 08:44 schrieb schnello notifications@github.com:

Nachtrag:
Installiert man "libssl-dev" läuft die installation durch.

Grüße


Reply to this email directly or view it on GitHub #189 (comment).

Gruß

Matthias

@andig
Copy link
Contributor

andig commented Nov 10, 2015

closing as dead

@andig andig closed this as completed Nov 10, 2015
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

3 participants