openssl.h missing

Forum for questions and support relating to the 1.30.x releases only.
Locked
tkalfaoglu
Posts: 65
Joined: Wed Nov 22, 2006 6:19 am

openssl.h missing

Post by tkalfaoglu »

Hi there. Under Fedora 25, and I have all the -devel packages I can think of, but still there is no openssl.h on the systems I manage..
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
Whereas, the file that used to be called seems to now be called gl_openssl.h. :

Code: Select all

[root@ns2 include]# locate openssl.h
/usr/share/gnulib/lib/gl_openssl.h
[root@ns2 include]# 
Locked