JusticeRage/Manalyze

Installation error: Ubuntu 18.04

jtowns97 opened this issue · 1 comments

Hi there,

I'm trying to install Manalyze following the instructions on the documentation in the Linux section.
uname -a
Output:
Linux 4.18.0-17-generic #18~18.04.1-Ubuntu SMP Fri Mar 15 15:27:12 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

When I run sudo cmake . I get the following error stacktrace:

james@james-Aspire-VN7-593G:/home/Manalyze$ sudo cmake .
[sudo] password for james: 
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.17.1") 
-- Boost version: 1.65.1
-- Found the following Boost libraries:
--   regex
--   system
--   filesystem
--   program_options
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.1.0g") 
Checking out yara...
Cloning into 'external/yara'...
fatal: unable to access 'https://github.com/JusticeRage/yara.git/': Could not resolve host: github.com
Checking out hash-library...
Cloning into 'external/hash-library'...
CMake Error at CMakeLists.txt:131 (add_subdirectory):
  add_subdirectory given source "external/yara" which is not an existing
  directory.


-- Configuring incomplete, errors occurred!
See also "/home/Manalyze/CMakeFiles/CMakeOutput.log".

Any assistance would be greatly appreciated!
Many thanks

Hi! I thought I had replied to this, but if you read the log you'll see the following message: Could not resolve host: github.com.
Looks like a network problem on your end.