Gentoo Archives: gentoo-user-de

From: Michael Volland <mk106c-gnu@×××××.de>
To: gentoo-users-de <gentoo-user-de@l.g.o>
Subject: [gentoo-user-de] Could NOT find LibRHash - cmake
Date: Mon, 19 Mar 2018 14:46:21
Message-Id: 20180319144611.GA22149@alpha.mnet.local
1 Hi,
2
3 emerge -v cmake
4
5 bricht beim configurieren ab:
6
7 ##############################
8 -- Could NOT find LibRHash (missing: LibRHash_INCLUDE_DIR)
9 CMake Error at CMakeLists.txt:350 (message):
10 CMAKE_USE_SYSTEM_LIBRHASH is ON but LibRHash is not found!
11 Call Stack (most recent call first):
12 CMakeLists.txt:662 (CMAKE_BUILD_UTILITIES)
13
14
15 -- Configuring incomplete, errors occurred!
16 #######################################################
17
18 Das System ist "~amd64"
19 app-crypt/rhash-1.3.6 ist installiert.
20
21
22 -----------------------------------
23 $ ls -l | grep -i librhash in /usr/lib
24
25 lrwxrwxrwx 1 root root 13 Mar 19 14:58 librhash.so -> librhash.so.0
26 -rwxr-xr-x 1 root root 144648 Mar 19 14:58 librhash.so.0
27 -----------------------------------------------------------------
28 Ich nehme an, dass diese library gemeint ist?
29 Müsste eigentlichi: Auf einem anderen Rechner mit stable hab ich cmake
30 reinstalliert und da wird die Library eben da gefunden:
31
32 -- Found LibRHash: /usr/lib/librhash.so
33
34 U.a. hab ich ein cmake von
35 https://cmake.org/download/
36 behelfmäßig installiert: selber Fehler...
37
38 Wie könnte ich das Library suchen nachvollziehen?
39 Oder in welcher Richtung müsste ich da weiter suchen?
40
41 Also schon mal vielen Danke für jeden Hinweiß!
42
43 Gruß
44 Michael

Replies

Subject Author
Re: [gentoo-user-de] Could NOT find LibRHash - cmake David Haller <gentoo@×××××××.de>