When I try to build zoneminder as I always did, I get:
Code: Select all
Determining if the include file gnutls/openssl.h exists failed with the following output:
Change Dir: /home/turgut/ZoneMinder-master/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_c033b/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_c033b.dir/build.make CMakeFiles/cmTC_c033b.dir/build
gmake[1]: Entering directory '/home/turgut/ZoneMinder-master/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c033b.dir/CheckIncludeFile.c.o
/usr/lib64/ccache/cc -o CMakeFiles/cmTC_c033b.dir/CheckIncludeFile.c.o -c /home/turgut/ZoneMinder-master/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/home/turgut/ZoneMinder-master/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:28: fatal error: gnutls/openssl.h: No such file or directory
#include <gnutls/openssl.h>
^
compilation terminated.
CMakeFiles/cmTC_c033b.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c033b.dir/CheckIncludeFile.c.o' failed
gmake[1]: *** [CMakeFiles/cmTC_c033b.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/home/turgut/ZoneMinder-master/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_c033b/fast' failed
gmake: *** [cmTC_c033b/fast] Error 2
Code: Select all
[root@ns2 include]# locate openssl.h
/usr/share/gnulib/lib/gl_openssl.h
[root@ns2 include]#