Unable to build (no make file error)

PCV

New member
Joined
Nov 17, 2016
Messages
1
For about a month I'm searching for the answer but I find nothing that solves it. :confused:
I'm afraid/ almost sure this is because just before a uninstall of cloudLinux was made (by support of CloudLinux) and they put back to my original Centos 7 core.
They just say it has no relation to this so no further support and I just have to try to solve it myself. :(

I had some paid experts looking at it but there is no anwser for the issues.


1. It has nothing to do with install and reinstall gcc, gcc-c++, libstdc++-devel packages etc..... Tried just everything that is needed and could be found in multiple comments online.
2. All packages and configs where cleaned within the custombuild folder and reinstalled to make sure no old config is making
3. check cmod for /usr/bin/gcc (chmod 755 /usr/bin/gcc) made
4. Reinstalling the builder
etc...

Some builds like MySQL work

Not working is builds like:

./build libxml2
./build PCRE
./build PHP

Some errors:

configure:4478: error: in `/usr/local/directadmin/custombuild/php-5.6.28':
configure:4480: error: C preprocessor "/lib/cpp" fails sanity check

Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
configure:3886: $? = 0
configure:3875: cc -V >&5
cc: error: unrecognized command line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:3886: $? = 4
configure:3875: cc -qversion >&5
cc: error: unrecognized command line option '-qversion'
cc: fatal error: no input files
compilation terminated.


I attach the complete log file PHP below

Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  $ ./configure --with-apxs2 --with-config-file-scan-dir=/usr/local/lib/php.conf.d --with-curl=/usr/local/lib --with-gd --enable-gd-native-ttf --with-gettext --with-jpeg-dir=/usr/local/lib --with-freetype-dir=/usr/local/lib --with-libxml-dir=/usr/local/lib --with-kerberos --with-openssl --with-mcrypt --with-mhash --with-mysql=mysqlnd --with-mysql-sock=/var/lib/mysql/mysql.sock --with-mysqli=mysqlnd --with-pcre-regex=/usr/local --with-pdo-mysql=mysqlnd --with-pear --with-png-dir=/usr/local/lib --with-xsl --with-zlib --with-zlib-dir=/usr/local/lib --enable-zip --with-iconv=/usr/local --enable-bcmath --enable-calendar --enable-ftp --enable-sockets --enable-soap --enable-mbstring --with-icu-dir=/usr/local/icu --enable-intl

## --------- ##
## Platform. ##
## --------- ##

hostname = server.[B][I]XXXXXXXXX.XX[/I][/B]
uname -m = x86_64
uname -r = 3.10.0-327.22.2.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Thu Jun 23 17:05:11 UTC 2016

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3264: checking for grep that handles long lines and -e
configure:3322: result: /usr/bin/grep
configure:3327: checking for egrep
configure:3389: result: /usr/bin/grep -E
configure:3394: checking for a sed that does not truncate output
configure:3448: result: /usr/bin/sed
configure:3553: checking build system type
configure:3567: result: x86_64-unknown-linux-gnu
configure:3587: checking host system type
configure:3600: result: x86_64-unknown-linux-gnu
configure:3620: checking target system type
configure:3633: result: x86_64-unknown-linux-gnu
configure:3808: checking for cc
configure:3824: found /usr/bin/cc
configure:3835: result: cc
configure:3866: checking for C compiler version
configure:3875: cc --version >&5
cc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3886: $? = 0
configure:3875: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) 
configure:3886: $? = 0
configure:3875: cc -V >&5
cc: error: unrecognized command line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:3886: $? = 4
configure:3875: cc -qversion >&5
cc: error: unrecognized command line option '-qversion'
cc: fatal error: no input files
compilation terminated.
configure:3886: $? = 4
configure:3906: checking whether the C compiler works
configure:3928: cc    conftest.c  >&5
configure:3932: $? = 0
configure:3980: result: yes
configure:3983: checking for C compiler default output file name
configure:3985: result: a.out
configure:3991: checking for suffix of executables
configure:3998: cc -o conftest    conftest.c  >&5
configure:4002: $? = 0
configure:4024: result: 
configure:4046: checking whether we are cross compiling
configure:4054: cc -o conftest    conftest.c  >&5
configure:4058: $? = 0
configure:4065: ./conftest
configure:4069: $? = 0
configure:4084: result: no
configure:4089: checking for suffix of object files
configure:4111: cc -c   conftest.c >&5
configure:4115: $? = 0
configure:4136: result: o
configure:4140: checking whether we are using the GNU C compiler
configure:4159: cc -c   conftest.c >&5
configure:4159: $? = 0
configure:4168: result: yes
configure:4177: checking whether cc accepts -g
configure:4197: cc -c -g  conftest.c >&5
configure:4197: $? = 0
configure:4238: result: yes
configure:4255: checking for cc option to accept ISO C89
configure:4319: cc  -c -g -O2  conftest.c >&5
configure:4319: $? = 0
configure:4332: result: none needed
configure:4358: checking how to run the C preprocessor
configure:4389: cc -E  conftest.c
In file included from /usr/include/bits/posix1_lim.h:160:0,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from conftest.c:10:
/usr/include/bits/local_lim.h:38:26: fatal error: linux/limits.h: No such file or directory
 #include <linux/limits.h>
                          ^
compilation terminated.
configure:4389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4389: cc -E  conftest.c
In file included from /usr/include/bits/posix1_lim.h:160:0,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from conftest.c:10:
/usr/include/bits/local_lim.h:38:26: fatal error: linux/limits.h: No such file or directory
 #include <linux/limits.h>
                          ^
compilation terminated.
configure:4389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4389: cc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:376:0,
                 from /usr/include/assert.h:37,
                 from conftest.c:13:
/usr/include/sys/cdefs.h:31:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
 # error "You need a ISO C conforming compiler to use the glibc headers"
   ^
configure:4389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4389: cc -E -traditional-cpp  conftest.c
In file included from /usr/include/features.h:376:0,
                 from /usr/include/assert.h:37,
                 from conftest.c:13:
/usr/include/sys/cdefs.h:31:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
 # error "You need a ISO C conforming compiler to use the glibc headers"
   ^
configure:4389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4389: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:160:0,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from conftest.c:10:
/usr/include/bits/local_lim.h:38:26: fatal error: linux/limits.h: No such file or directory
 #include <linux/limits.h>
                          ^
compilation terminated.
configure:4389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4389: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:160:0,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from conftest.c:10:
/usr/include/bits/local_lim.h:38:26: fatal error: linux/limits.h: No such file or directory
 #include <linux/limits.h>
                          ^
compilation terminated.
configure:4389: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4428: result: /lib/cpp
configure:4448: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:160:0,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from conftest.c:10:
/usr/include/bits/local_lim.h:38:26: fatal error: linux/limits.h: No such file or directory
 #include <linux/limits.h>
                          ^
compilation terminated.
configure:4448: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4448: /lib/cpp  conftest.c
In file included from /usr/include/bits/posix1_lim.h:160:0,
                 from /usr/include/limits.h:144,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:168,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/limits.h:34,
                 from conftest.c:10:
/usr/include/bits/local_lim.h:38:26: fatal error: linux/limits.h: No such file or directory
 #include <linux/limits.h>
                          ^
compilation terminated.
configure:4448: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 		     Syntax error
configure:4478: error: in `/usr/local/directadmin/custombuild/php-5.6.28':
configure:4480: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-unknown-linux-gnu
lt_cv_path_SED=/usr/bin/sed

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOCA=''
AR=''
AWK=''
CC='cc'
CFLAGS='-g -O2'
CONFIGURE_COMMAND=' '\''./configure'\''  '\''--with-apxs2'\'' '\''--with-config-file-scan-dir=/usr/local/lib/php.conf.d'\'' '\''--with-curl=/usr/local/lib'\'' '\''--with-gd'\'' '\''--enable-gd-native-ttf'\'' '\''--with-gettext'\'' '\''--with-jpeg-dir=/usr/local/lib'\'' '\''--with-freetype-dir=/usr/local/lib'\'' '\''--with-libxml-dir=/usr/local/lib'\'' '\''--with-kerberos'\'' '\''--with-openssl'\'' '\''--with-mcrypt'\'' '\''--with-mhash'\'' '\''--with-mysql=mysqlnd'\'' '\''--with-mysql-sock=/var/lib/mysql/mysql.sock'\'' '\''--with-mysqli=mysqlnd'\'' '\''--with-pcre-regex=/usr/local'\'' '\''--with-pdo-mysql=mysqlnd'\'' '\''--with-pear'\'' '\''--with-png-dir=/usr/local/lib'\'' '\''--with-xsl'\'' '\''--with-zlib'\'' '\''--with-zlib-dir=/usr/local/lib'\'' '\''--enable-zip'\'' '\''--with-iconv=/usr/local'\'' '\''--enable-bcmath'\'' '\''--enable-calendar'\'' '\''--enable-ftp'\'' '\''--enable-sockets'\'' '\''--enable-soap'\'' '\''--enable-mbstring'\'' '\''--with-icu-dir=/usr/local/icu'\'' '\''--enable-intl'\'''
CONFIGURE_OPTIONS=' '\''--with-apxs2'\'' '\''--with-config-file-scan-dir=/usr/local/lib/php.conf.d'\'' '\''--with-curl=/usr/local/lib'\'' '\''--with-gd'\'' '\''--enable-gd-native-ttf'\'' '\''--with-gettext'\'' '\''--with-jpeg-dir=/usr/local/lib'\'' '\''--with-freetype-dir=/usr/local/lib'\'' '\''--with-libxml-dir=/usr/local/lib'\'' '\''--with-kerberos'\'' '\''--with-openssl'\'' '\''--with-mcrypt'\'' '\''--with-mhash'\'' '\''--with-mysql=mysqlnd'\'' '\''--with-mysql-sock=/var/lib/mysql/mysql.sock'\'' '\''--with-mysqli=mysqlnd'\'' '\''--with-pcre-regex=/usr/local'\'' '\''--with-pdo-mysql=mysqlnd'\'' '\''--with-pear'\'' '\''--with-png-dir=/usr/local/lib'\'' '\''--with-xsl'\'' '\''--with-zlib'\'' '\''--with-zlib-dir=/usr/local/lib'\'' '\''--enable-zip'\'' '\''--with-iconv=/usr/local'\'' '\''--enable-bcmath'\'' '\''--enable-calendar'\'' '\''--enable-ftp'\'' '\''--enable-sockets'\'' '\''--enable-soap'\'' '\''--enable-mbstring'\'' '\''--with-icu-dir=/usr/local/icu'\'' '\''--enable-intl'\'''
CPP='/lib/cpp'
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXFLAGS=''
DEBUG_CFLAGS=''
DEFS=''
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXPANDED_BINDIR=''
EXPANDED_DATADIR=''
EXPANDED_EXTENSION_DIR=''
EXPANDED_LIBDIR=''
EXPANDED_LOCALSTATEDIR=''
EXPANDED_MANDIR=''
EXPANDED_PEAR_INSTALLDIR=''
EXPANDED_PHP_CONFIG_FILE_PATH=''
EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=''
EXPANDED_SBINDIR=''
EXPANDED_SYSCONFDIR=''
EXTENSION_DIR=''
EXTRA_INCLUDES=''
EXTRA_LDFLAGS=''
EXTRA_LDFLAGS_PROGRAM=''
EXTRA_LIBS=''
GREP='/usr/bin/grep'
ICU_CONFIG=''
INCLUDES=''
INCLUDE_PATH=''
INLINE_CFLAGS=''
INSTALL_IT=''
KRB5_CONFIG=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LTLIBOBJS=''
LTP=''
LTP_GENHTML=''
MANFMT=''
MYSQL_INCLUDE=''
MYSQL_LIBS=''
MYSQL_MODULE_TYPE=''
NATIVE_RPATHS=''
NMEDIT=''
OBJEXT='o'
OCI8_DIR=''
OCI8_ORACLE_VERSION=''
OCI8_SHARED_LIBADD=''
ODBC_INCLUDE=''
ODBC_LFLAGS=''
ODBC_LIBS=''
ODBC_TYPE=''
OPENSSL_INCDIR_OPT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PDO_MYSQL_MODULE_TYPE=''
PDO_OCI_DIR=''
PDO_OCI_SHARED_LIBADD=''
PDO_OCI_VERSION=''
PEAR_INSTALLDIR=''
PHP_INSTALLED_SAPIS=''
PHP_LDFLAGS=''
PHP_LIBS=''
PHP_VERSION='5.6.28'
PHP_VERSION_ID='50628'
PKG_CONFIG=''
PROG_SENDMAIL=''
RANLIB=''
RE2C=''
SED='/usr/bin/sed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME=''
SHLIB_SUFFIX_NAME=''
SNMP_CONFIG=''
STRIP=''
TOUCH=''
UNZIP=''
YACC=''
YFLAGS=''
ZEND_EXTRA_LIBS=''
abs_builddir='/usr/local/directadmin/custombuild/php-5.6.28'
abs_srcdir='/usr/local/directadmin/custombuild/php-5.6.28'
ac_ct_CC='cc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
php_abs_top_builddir='/usr/local/directadmin/custombuild/php-5.6.28'
php_abs_top_srcdir='/usr/local/directadmin/custombuild/php-5.6.28'
php_fpm_group=''
php_fpm_localstatedir=''
php_fpm_prefix=''
php_fpm_sysconfdir=''
php_fpm_systemd=''
php_fpm_user=''
prefix='NONE'
program_prefix='NONE'
program_suffix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""

configure: exit 1
 
Hello,

Sorry, I know that this is a thread 2 years old, but I have had the same error and found the solution.

It was:

yum install kernel-headers-$(uname -r)
 
Back
Top