You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$> cmake .
-- The C compiler identification is GNU 4.9.1
-- The CXX compiler identification is GNU 4.9.1
-- 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
-- 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
-- Configuring done
-- Generating done
-- Build files have been written to: /vmstorage/01/playground/xva-img-master
but the make install failed:
$> make install
[ 14%] Building CXX object CMakeFiles/xva-img.dir/src/sha1.o
/vmstorage/01/playground/xva-img-master/src/sha1.cpp:20:25: fatal error: openssl/sha.h: No such file or directory
#include <openssl/sha.h>
^
compilation terminated.
CMakeFiles/xva-img.dir/build.make:54: recipe for target 'CMakeFiles/xva-img.dir/src/sha1.o' failed
make[2]: *** [CMakeFiles/xva-img.dir/src/sha1.o] Error 1
CMakeFiles/Makefile2:60: recipe for target 'CMakeFiles/xva-img.dir/all' failed
make[1]: *** [CMakeFiles/xva-img.dir/all] Error 2
Makefile:113: recipe for target 'all' failed
make: *** [all] Error 2
Looks like there are problems with openssl?
The text was updated successfully, but these errors were encountered:
Successfully ran
cmake .
:but the
make install
failed:Looks like there are problems with openssl?
The text was updated successfully, but these errors were encountered: