[Netclusive VServer] ModSecurity 2.5 Installation auf Suse 10.1 64bit Plesk 8

afroasiate

Registered User
Nabend,

bin dabei von Strato zu Netclusive umzuziehen.

Nur leider komme ich mit der ModSecurity 2.5 Installation auf dem System nicht klar.

Im Moment hängt es schon ganz am Anfang!!!

Wenn ich

Code:
./configure

bzw.

Code:
./configure --with-apxs=/usr/local/psa/admin/bin/apxs

ausführe, kommt es zu folgender Fehlermeldung:

Code:
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.


In der config.log steht in der letzten Zeile

Code:
configure: exit 77

Kann mir dazu jemand was sagen. Eigentlich dachte ich das ein passender Compiler installiert sei.


cu
afro
 
Wenn Du meinst, dass schon ein Compiler installiert ist, ist das wahrscheinlich nur der reine C-Compiler (gcc). Du solltest über die Paketverwaltung Deiner Linux-Distribution (yast) noch das Paket "gcc-c++" (und die dazu notwendigen ...-devel-Pakete) nachinstallieren.
 
In der config.log sollte noch mehr stehen. Da muss ein ganzer Abschnitt mit gcc sein. Diesen bitte mal posten.
 
Oki hier die config.log:



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.61.  Invocation command line was

  $ ./configure 

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

hostname = v1942
uname -m = x86_64
uname -r = 2.6.18-028stab053.10
uname -s = Linux
uname -v = #1 SMP Thu Feb 28 19:11:58 MSK 2008

/usr/bin/uname -p = unknown
/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: //sbin
PATH: //bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /opt/gnome/sbin
PATH: /root/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


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

configure:1836: checking for g++
configure:1866: result: no
configure:1836: checking for c++
configure:1866: result: no
configure:1836: checking for gpp
configure:1866: result: no
configure:1836: checking for aCC
configure:1866: result: no
configure:1836: checking for CC
configure:1866: result: no
configure:1836: checking for cxx
configure:1866: result: no
configure:1836: checking for cc++
configure:1866: result: no
configure:1836: checking for cl.exe
configure:1866: result: no
configure:1836: checking for FCC
configure:1866: result: no
configure:1836: checking for KCC
configure:1866: result: no
configure:1836: checking for RCC
configure:1866: result: no
configure:1836: checking for xlC_r
configure:1866: result: no
configure:1836: checking for xlC
configure:1866: result: no
configure:1894: checking for C++ compiler version
configure:1901: g++ --version >&5
./configure: line 1902: g++: command not found
configure:1904: $? = 127
configure:1911: g++ -v >&5
./configure: line 1912: g++: command not found
configure:1914: $? = 127
configure:1921: g++ -V >&5
./configure: line 1922: g++: command not found
configure:1924: $? = 127
configure:1947: checking for C++ compiler default output file name
configure:1974: g++    conftest.cpp  >&5
./configure: line 1975: g++: command not found
configure:1977: $? = 127
configure:2015: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2022: error: C++ compiler cannot create executables
See `config.log' for more details.

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

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_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_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=

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

APR_CFLAGS=''
APR_LDFLAGS=''
APR_LIBS=''
APR_LINK_LD=''
APU_CFLAGS=''
APU_LDFLAGS=''
APU_LIBS=''
APU_LINK_LD=''
APXS=''
APXS_CC=''
APXS_CFLAGS=''
APXS_EXTRA_CFLAGS=''
APXS_INCLUDEDIR=''
APXS_INCLUDES=''
APXS_LDFLAGS=''
APXS_LIBS=''
APXS_LIBTOOL=''
APXS_WRAPPER=''
CC=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CURL_CFLAGS=''
CURL_LIBS=''
CXX='g++'
CXXFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
EXTRA_CFLAGS=''
GREP=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LN_S=''
LTLIBOBJS=''
LUA_CFLAGS=''
LUA_LIBS=''
MODSEC_APXS_EXTRA_CFLAGS=''
MODSEC_EXTRA_CFLAGS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCRE_CFLAGS=''
PCRE_LIBS=''
PERL=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
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}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""

configure: exit 77


cu
afro
 
Sorry falls ich unwissend bin, aber wenn ich g++ eintippe sagt er not found und unter Yast gibt es dazu auch keinen Eintrag!

Nach was muss in Yast genau suchen?
 
Back
Top