sergio_eristoff
Hacker
- Registriert
- 26. Februar 2009
- Beiträge
- 461
- Reaktionspunkte
- 176
- Punkte
- 103
Aufgrund eines Hardwaredefekts musste ich meinen Server neu aufsetzen. Jedoch bekomme ich nun bei der Ausführung des o compile immer folgenden Fehler:
Wo ist mein Fehler?
Bereite 32bit Kompilierung vor...
-- pthread found. Adding pthread support
-- SSL IS NOT INCLUDED IN THIS COMPILATION
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:293 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:239 (find_package)
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:294 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:239 (find_package)
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:296 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:239 (find_package)
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:298 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:239 (find_package)
-- openssl found.
-- librt found (needed by libusb).
-- libusb 1.0 found (libusb-1.0.so) Adding smartreader support
GEN webif/pages.c
GEN Compressed 422732 template bytes into 173949 bytes. 248783 saved bytes (58.85%).
-- The CXX compiler identification is unknown
CMake Error at csctapi/CMakeLists.txt:1 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeOutput.log".
See also "/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeError.log".
Folgendes Kompilieren kann einige Zeit in Anspruch nehmen...
Druecken Sie bitte <Enter> um fortzufahren...
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
ERROR: compile fehlgeschlagen? Abbruch!
-- pthread found. Adding pthread support
-- SSL IS NOT INCLUDED IN THIS COMPILATION
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:293 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:239 (find_package)
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:294 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:239 (find_package)
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:296 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:239 (find_package)
CMake Error at /usr/share/cmake-3.0/Modules/FindOpenSSL.cmake:298 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:239 (find_package)
-- openssl found.
-- librt found (needed by libusb).
-- libusb 1.0 found (libusb-1.0.so) Adding smartreader support
GEN webif/pages.c
GEN Compressed 422732 template bytes into 173949 bytes. 248783 saved bytes (58.85%).
-- The CXX compiler identification is unknown
CMake Error at csctapi/CMakeLists.txt:1 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeOutput.log".
See also "/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeError.log".
Folgendes Kompilieren kann einige Zeit in Anspruch nehmen...
Druecken Sie bitte <Enter> um fortzufahren...
make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden. Schluss.
ERROR: compile fehlgeschlagen? Abbruch!
Wo ist mein Fehler?
Zuletzt bearbeitet von einem Moderator: