Guest User

Mapserver terminal output

a guest
Oct 31st, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. # cmake ..
  2. -- The C compiler identification is GNU 11.2.1
  3. -- The CXX compiler identification is GNU 11.2.1
  4. -- Detecting C compiler ABI info
  5. -- Detecting C compiler ABI info - done
  6. -- Check for working C compiler: /usr/bin/cc - skipped
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  12. -- Detecting CXX compile features
  13. -- Detecting CXX compile features - done
  14. -- Requiring C++11
  15. -- Requiring C++11 - done
  16. -- Requiring C99
  17. -- Requiring C99 - done
  18. -- Looking for strrstr
  19. -- Looking for strrstr - not found
  20. -- Looking for strcasecmp
  21. -- Looking for strcasecmp - found
  22. -- Looking for strcasestr
  23. -- Looking for strcasestr - found
  24. -- Looking for strlcat
  25. -- Looking for strlcat - not found
  26. -- Looking for strlcpy
  27. -- Looking for strlcpy - not found
  28. -- Looking for strlen
  29. -- Looking for strlen - found
  30. -- Looking for strncasecmp
  31. -- Looking for strncasecmp - found
  32. -- Looking for vsnprintf
  33. -- Looking for vsnprintf - found
  34. -- Looking for lrintf
  35. -- Looking for lrintf - found
  36. -- Looking for lrint
  37. -- Looking for lrint - found
  38. -- Looking for dlfcn.h
  39. -- Looking for dlfcn.h - found
  40. -- Performing Test HAVE_SYNC_FETCH_AND_ADD
  41. -- Performing Test HAVE_SYNC_FETCH_AND_ADD - Success
  42. -- Could NOT find ProtobufC (missing: PROTOBUFC_LIBRARY PROTOBUFC_COMPILER PROTOBUFC_INCLUDE_DIR)
  43. CMake Error at CMakeLists.txt:92 (message):
  44. PROTOBUFC library/component/dependency could not be found.
  45.  
  46. HINTS:
  47. - disable PROTOBUFC support by adding -DWITH_PROTOBUFC=0
  48. - add the PROTOBUFC install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/PROTOBUFC-install-dir;/path/to/other/dirs"
  49. Call Stack (most recent call first):
  50. CMakeLists.txt:333 (report_optional_not_found)
  51.  
  52.  
  53. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11")
  54. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.37")
  55. -- Found JPEG: /usr/lib64/libjpeg.so (found version "62")
  56. -- Found Freetype: /usr/lib64/libfreetype.so
  57. -- Found Proj: /usr/local/lib64/libproj.so
  58. -- Found Proj 9.1
  59. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3")
  60. -- Found FriBiDi: /usr/lib64/libfribidi.so
  61. -- Checking for module 'harfbuzz>=0.9.18'
  62. -- Found harfbuzz, version 2.7.4
  63. -- Found HarfBuzz: /usr/include/harfbuzz
  64. -- Looking for iconv
  65. -- Looking for iconv - found
  66. -- Found iconv library:
  67. -- Checking for module 'cairo'
  68. -- Found cairo, version 1.17.4
  69. -- Found Cairo: /usr/lib64/libcairo.so
  70. -- Could NOT find FCGI (missing: FCGI_LIBRARY FCGI_INCLUDE_DIR)
  71. CMake Error at CMakeLists.txt:92 (message):
  72. FCGI library/component/dependency could not be found.
  73.  
  74. HINTS:
  75. - disable FCGI support by adding -DWITH_FCGI=0
  76. - add the FCGI install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/FCGI-install-dir;/path/to/other/dirs"
  77. Call Stack (most recent call first):
  78. CMakeLists.txt:592 (report_optional_not_found)
  79.  
  80.  
  81. -- Could NOT find GEOS (missing: GEOS_LIBRARY GEOS_INCLUDE_DIR)
  82. CMake Error at CMakeLists.txt:92 (message):
  83. GEOS library/component/dependency could not be found.
  84.  
  85. HINTS:
  86. - disable GEOS support by adding -DWITH_GEOS=0
  87. - add the GEOS install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/GEOS-install-dir;/path/to/other/dirs"
  88. Call Stack (most recent call first):
  89. CMakeLists.txt:604 (report_optional_not_found)
  90.  
  91.  
  92. -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR)
  93. CMake Error at CMakeLists.txt:92 (message):
  94. POSTGIS library/component/dependency could not be found.
  95.  
  96. HINTS:
  97. - disable POSTGIS support by adding -DWITH_POSTGIS=0
  98. - add the POSTGIS install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/POSTGIS-install-dir;/path/to/other/dirs"
  99. Call Stack (most recent call first):
  100. CMakeLists.txt:630 (report_optional_not_found)
  101.  
  102.  
  103. -- Found GDAL: /usr/local/lib/libgdal.so
  104. -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.13")
  105. -- Could NOT find GIF (missing: GIF_LIBRARY GIF_INCLUDE_DIR)
  106. CMake Error at CMakeLists.txt:92 (message):
  107. GIF library/component/dependency could not be found.
  108.  
  109. HINTS:
  110. - disable GIF support by adding -DWITH_GIF=0
  111. - add the GIF install directory to the CMAKE_PREFIX_PATH variable (-DCMAKE_PREFIX_PATH="/path/to/GIF-install-dir;/path/to/other/dirs"
  112. Call Stack (most recent call first):
  113. CMakeLists.txt:802 (report_optional_not_found)
  114.  
  115.  
  116. -- * Summary of configured options for this build
  117. -- * Mandatory components
  118. -- * GDAL: /usr/local/lib/libgdal.so
  119. -- * PROJ: /usr/local/lib64/libproj.so
  120. -- * png: /usr/lib64/libpng.so
  121. -- * jpeg: /usr/lib64/libjpeg.so
  122. -- * freetype: /usr/lib64/libfreetype.so
  123. -- * Optional components
  124. -- * GIF: disabled
  125. -- * MYSQL: disabled
  126. -- * FRIBIDI: /usr/lib64/libfribidi.so
  127. -- * HARFBUZZ: /usr/lib64/libharfbuzz.so
  128. -- * GIF: disabled
  129. -- * CAIRO: /usr/lib64/libcairo.so
  130. -- * SVGCAIRO: disabled
  131. -- * RSVG: disabled
  132. -- * CURL: disabled
  133. -- * PIXMAN: disabled
  134. -- * LIBXML2: /usr/lib64/libxml2.so
  135. -- * POSTGIS: disabled
  136. -- * GEOS: disabled
  137. -- * FastCGI: disabled
  138. -- * PROTOBUFC: disabled
  139. -- * Oracle Spatial: disabled
  140. -- * Exempi XMP: disabled
  141. -- * Optional features
  142. -- * WMS SERVER: ENABLED
  143. -- * WFS SERVER: ENABLED
  144. -- * WCS SERVER: ENABLED
  145. -- * SOS SERVER: disabled
  146. -- * OGCAPI SERVER: ENABLED
  147. -- * WMS CLIENT: disabled
  148. -- * WFS CLIENT: disabled
  149. -- * ICONV: ENABLED
  150. -- * Thread-safety support: disabled
  151. -- * KML output: disabled
  152. -- * XML Mapfile support: disabled
  153. -- * Mapscripts
  154. -- * Python: disabled
  155. -- * PHPNG: disabled
  156. -- * PERL: disabled
  157. -- * RUBY: disabled
  158. -- * JAVA: disabled
  159. -- * C#: disabled
  160. -- * V8 Javascript: disabled
  161. -- * Apache Module (Experimental): disabled
  162. -- * Python MapScript Annotations: disabled
  163. --
  164. -- PROJECT_BINARY_DIR is set to /usr/src/mapserver-8.0.0/build
  165. -- Will install files to /usr/local
  166. -- Will install libraries to /usr/local/lib
  167. -- Configuring incomplete, errors occurred!
  168. See also "/usr/src/mapserver-8.0.0/build/CMakeFiles/CMakeOutput.log".
  169. See also "/usr/src/mapserver-8.0.0/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment