report errors
./configure: error: the HTTP rewrite module requires the PCRE library.
Solution:
Install prce
official website: https://ftp.pcre.org/pub/pcre/
sudo wget https://udomain.dl.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.tar.gz
sudo tar -zxvf pcre-8.45.tar.gz
cd pcre-8.45
sudo ./configure
sudo make && make install
Error:
configure: error: Invalid C++ compiler or C++ compiler flags
yum install -y gcc-c++
Read More:
- Postgis Install Error: could not load library “C:\……“:The specified module could not be found.
- [Solved] dyld: Library not loaded: /System/Library/Frameworks/Network.framework/Network
- [Solved] Compile Error: “Configure: error: libtool configure failed”
- Tomcat Error parsing HTTP request header Note: further occurrences of HTTP header parsing errors
- [Solved] Error in installing docker requires: fuse overlayfs >= 0.7
- How to Configure OpenFPGA Environment (Probable Errors & Their Solutions)
- error: switch `b‘ requires a value [How to Solve]
- How to Solve Ceres library Error when compiling A-LOAM
- [Solved] Vue3 Eslint Error: The template root requires exactly one element
- Error: # error PCL requires C++ 14 or above
- NPM run dev Error Module build failed: Error: Cannot find module ‘node-sass’
- Configure. AC: error: possibly undefined macro [How to Solve]
- error: #error PCL requires C++14 or above [Solved]
- How to Solve Android Error: gps requires ACCESS_FINE_LOCATION
- Runtime error prompt in Android Studio: arrayadapter requires the resource ID to be a textview problem
- [Solved] configure: error: C++ preprocessor “/lib/cpp” fails sanity check
- [Solved] Mac Notebook M1 Chip Install Hashlips library npm error
- error: library dfftpack has Fortran sources but no Fortran compiler found