| General Databases (71) Linux (42) Apache (10) Network (11) shell (12) Outside the Cube (2086) Programming (730) Web publishing (118) Windows (355) |
I try to install ht://Dig, get error message 'Try installing libstdc++'
(1 votes). Leave comments and/ or rate it.
Question: I want to install ht://Dig on my hosted web site. So I downloaded the latest version (3.1.6) and ran the configure script.I get the following error message: checking for fstream.h... no configure: error: To compile ht://Dig, you will need a C++ library. Try installing libstdc++.
Answer: You probably use an older version of the gcc compiler. You need to set two environment variables - flags for the C++ compiler:
export CPPFLAGS=-Wno-deprecated
./configure Comments:
|