AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

Error while installation of Apache httpd 2.4.2 on AIX6.1

  • 1.  Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Sat August 19, 2017 08:54 AM

    Originally posted by: Ram@007


    Hi,

    We are getting below error while running the make command to build Apache files. We are carrying out the installation on AIX 6.1 OS. The installation is completed upto the configuration step as per the procedure given in the below link: http://httpd.apache.org/docs/2.4/install.html

     

    We have already installed apr-1.4.6, apr-util-1.4.1 and pcre-8.30. While running the make command we are getting below error :-

    util_pcre.c:48:18: error: pcre.h: No such file or directory
    util_pcre.c: In function 'ap_regfree':
    util_pcre.c:103: error: 'pcre_free' undeclared (first use in this function)
    util_pcre.c:103: error: (Each undeclared identifier is reported only once
    util_pcre.c:103: error: for each function it appears in.)
    util_pcre.c: In function 'ap_regcomp':
    util_pcre.c:129: error: 'PCRE_CASELESS' undeclared (first use in this function)
    util_pcre.c:131: error: 'PCRE_MULTILINE' undeclared (first use in this function)
    util_pcre.c:133: error: 'PCRE_DOTALL' undeclared (first use in this function)
    util_pcre.c:136: warning: implicit declaration of function 'pcre_compile'
    util_pcre.c:136: warning: assignment makes pointer from integer without a cast
    util_pcre.c:142: warning: implicit declaration of function 'pcre_fullinfo'
    util_pcre.c:142: error: expected ')' before 'pcre'
    util_pcre.c:142: warning: type defaults to 'int' in declaration of 'type name'
    util_pcre.c:143: error: 'PCRE_INFO_CAPTURECOUNT' undeclared (first use in this function)
    util_pcre.c: In function 'ap_regexec_len':
    util_pcre.c:180: error: 'PCRE_NOTBOL' undeclared (first use in this function)
    util_pcre.c:182: error: 'PCRE_NOTEOL' undeclared (first use in this function)
    util_pcre.c:198: warning: implicit declaration of function 'pcre_exec'
    util_pcre.c:198: error: expected ')' before 'pcre'
    util_pcre.c:198: warning: type defaults to 'int' in declaration of 'type name'
    util_pcre.c:221: error: 'PCRE_ERROR_NOMATCH' undeclared (first use in this function)
    util_pcre.c:223: error: 'PCRE_ERROR_NULL' undeclared (first use in this function)
    util_pcre.c:225: error: 'PCRE_ERROR_BADOPTION' undeclared (first use in this function)
    util_pcre.c:227: error: 'PCRE_ERROR_BADMAGIC' undeclared (first use in this function)
    util_pcre.c:229: error: 'PCRE_ERROR_UNKNOWN_NODE' undeclared (first use in this function)
    util_pcre.c:231: error: 'PCRE_ERROR_NOMEMORY' undeclared (first use in this function)
    make: 1254-004 The error code from the last command is 1.

    Stop.
    make: 1254-004 The error code from the last command is 1.


    We have also installed the below version GCC compiler for AIX 6.1:-

    libgcc-4.2.0-3.aix6.1.ppc.rpm
    libstdcplusplus-4.2.0-3.aix6.1.ppc.rpm
    libstdcplusplus-devel-4.2.0-3.aix6.1.ppc.rpm
    gcc-cplusplus-4.2.0-3.aix6.1.ppc.rpm


    Kindly suggest on urgent basis as to what is missing here that is causing the error.

     

    Regards,

    Ram



  • 2.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Tue August 22, 2017 02:55 AM

    Originally posted by: sangameshm


    You could use our pre-built rpm packages unless you don't have restrictions on install path.

    http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html#H

    Do you also have the pcre devel package installed ?

     

    P.S. Please post open source packages and yum related question/queries/suggestion at AIX open source forum for more visibility

    Thanks,

    Sangamesh

     



  • 3.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Tue September 12, 2017 07:12 AM

    Originally posted by: Ram@007


    Hi Sangamesh,

    Can you specify the which rpm and pcre devel package needs to be installed to resolved the httpd 2.4.2 issue.

    Regards,

    Ram

     

     



  • 4.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Tue September 12, 2017 11:11 AM

    Originally posted by: sangameshm


    Hi Ram,

     

    You can download and installed the pcre & pcre-devel listed in our AIX toolbox site http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html#P

    I would also suggest to have a look at our latest SPEC file https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/SPECS/httpd-2.4.27-1.spec

    It is always better to try the latest version which would have CVE fixes.

     

    Thanks,

    Sangamesh

     



  • 5.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Mon September 18, 2017 10:01 AM

    Originally posted by: Ram@007


    Hi Sangamesh,

    As per your suggestion we have installed the pcre & pcre-devel package from provided url and again tried to configure the httpd but we are getting the below error :

    # ./configure --prefix=/DMS_DFS/httpd-2.4.2
    checking for chosen layout... Apache
    checking for working mkdir -p... yes
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking build system type... powerpc-ibm-aix6.1.0.0
    checking host system type... powerpc-ibm-aix6.1.0.0
    checking target system type... powerpc-ibm-aix6.1.0.0

    Configuring Apache Portable Runtime library ...

    checking for APR... reconfig
    configuring package in srclib/apr now
    checking build system type... powerpc-ibm-aix6.1.0.0
    checking host system type... powerpc-ibm-aix6.1.0.0
    checking target system type... powerpc-ibm-aix6.1.0.0
    Configuring APR library
    Platform: powerpc-ibm-aix6.1.0.0
    checking for working mkdir -p... yes
    APR Version: 1.4.6
    checking for chosen layout... apr
    checking for gcc... gcc
    checking whether the C compiler works... no
    configure: error: in `/DMS_DFS/httpd-2.4.2/srclib/apr':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    configure failed for srclib/apr


    Please suggest.

    Thanks 
    Ram



  • 6.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Mon September 18, 2017 12:47 PM

    Originally posted by: sangameshm


    I think  compiler or linker flags was not set as expected

    Please check the config.log file where it will show you exact error.

     

    Thanks,

    Sangamesh



  • 7.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Tue September 19, 2017 01:47 AM

    Originally posted by: Ram@007


    Hi Sangamesh,

    Please find the config.log details below and suggest on the same :-

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

      $ ./configure --prefix=/DMS_DFS/httpd-2.4.2

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

    hostname = TCLDMSDFS
    uname -m = 0006246BD400
    uname -r = 1
    uname -s = AIX
    uname -v = 6

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

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

    PATH: /usr/bin
    PATH: /etc
    PATH: /usr/sbin
    PATH: /usr/ucb
    PATH: /usr/bin/X11
    PATH: /sbin
    PATH: /usr/java5_64/jre/bin
    PATH: /usr/java5_64/bin


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

    configure:3038: checking for chosen layout
    configure:3040: result: Apache
    configure:3843: checking for working mkdir -p
    configure:3859: result: yes
    configure:3868: checking for grep that handles long lines and -e
    configure:3926: result: /usr/bin/grep
    configure:3931: checking for egrep
    configure:3993: result: /usr/bin/grep -E
    configure:4009: checking build system type
    configure:4023: result: powerpc-ibm-aix6.1.0.0
    configure:4043: checking host system type
    configure:4056: result: powerpc-ibm-aix6.1.0.0
    configure:4076: checking target system type
    configure:4089: result: powerpc-ibm-aix6.1.0.0
    configure:4159: checking for APR
    configure:4238: result: reconfig

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

    ac_cv_build=powerpc-ibm-aix6.1.0.0
    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_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=''
    ac_cv_host=powerpc-ibm-aix6.1.0.0
    ac_cv_mkdir_p=yes
    ac_cv_path_EGREP='/usr/bin/grep -E'
    ac_cv_path_GREP=/usr/bin/grep
    ac_cv_target=powerpc-ibm-aix6.1.0.0

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

    APACHECTL_ULIMIT=''
    APR_BINDIR=''
    APR_CONFIG=''
    APR_INCLUDEDIR=''
    APR_VERSION=''
    APU_BINDIR=''
    APU_CONFIG=''
    APU_INCLUDEDIR=''
    APU_VERSION=''
    AP_BUILD_SRCLIB_DIRS=''
    AP_CLEAN_SRCLIB_DIRS=''
    AP_LIBS=''
    AWK=''
    BUILTIN_LIBS=''
    CC=''
    CFLAGS=''
    CORE_IMPLIB=''
    CORE_IMPLIB_FILE=''
    CPP=''
    CPPFLAGS=''
    CRYPT_LIBS=''
    CXX=''
    CXXFLAGS=''
    DEFS=''
    DSO_MODULES=''
    DTRACE=''
    ECHO_C='\c'
    ECHO_N=''
    ECHO_T=''
    EGREP='/usr/bin/grep -E'
    ENABLED_DSO_MODULES=''
    EXEEXT=''
    EXTRA_CFLAGS=''
    EXTRA_CPPFLAGS=''
    EXTRA_CXXFLAGS=''
    EXTRA_INCLUDES=''
    EXTRA_LDFLAGS=''
    EXTRA_LIBS=''
    GREP='/usr/bin/grep'
    HTTPD_LDFLAGS=''
    HTTPD_VERSION='2.4.2'
    INCLUDES=''
    INSTALL=''
    INSTALL_DSO=''
    INSTALL_PROG_FLAGS=''
    INTERNAL_CPPFLAGS=''
    LDFLAGS=''
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LN_S=''
    LOAD_ALL_MODULES=''
    LTCFLAGS=''
    LTFLAGS=''
    LTLIBOBJS=''
    LT_LDFLAGS=''
    LUA_CFLAGS=''
    LUA_LIBS=''
    LYNX_PATH=''
    MATH_LIBS=''
    MKDEP=''
    MKINSTALLDIRS=''
    MK_IMPLIB=''
    MODULE_CLEANDIRS=''
    MODULE_DIRS=''
    MOD_ACCESS_COMPAT_LDADD=''
    MOD_ACTIONS_LDADD=''
    MOD_ALIAS_LDADD=''
    MOD_ALLOWMETHODS_LDADD=''
    MOD_ASIS_LDADD=''
    MOD_AUTHNZ_LDAP_LDADD=''
    MOD_AUTHN_ANON_LDADD=''
    MOD_AUTHN_CORE_LDADD=''
    MOD_AUTHN_DBD_LDADD=''
    MOD_AUTHN_DBM_LDADD=''
    MOD_AUTHN_FILE_LDADD=''
    MOD_AUTHN_SOCACHE_LDADD=''
    MOD_AUTHZ_CORE_LDADD=''
    MOD_AUTHZ_DBD_LDADD=''
    MOD_AUTHZ_DBM_LDADD=''
    MOD_AUTHZ_GROUPFILE_LDADD=''
    MOD_AUTHZ_HOST_LDADD=''
    MOD_AUTHZ_OWNER_LDADD=''
    MOD_AUTHZ_USER_LDADD=''
    MOD_AUTH_BASIC_LDADD=''
    MOD_AUTH_DIGEST_LDADD=''
    MOD_AUTH_FORM_LDADD=''
    MOD_AUTOINDEX_LDADD=''
    MOD_BUCKETEER_LDADD=''
    MOD_BUFFER_LDADD=''
    MOD_CACHE_DISK_LDADD=''
    MOD_CACHE_LDADD=''
    MOD_CASE_FILTER_IN_LDADD=''
    MOD_CASE_FILTER_LDADD=''
    MOD_CERN_META_LDADD=''
    MOD_CGID_LDADD=''
    MOD_CGI_LDADD=''
    MOD_CHARSET_LITE_LDADD=''
    MOD_DATA_LDADD=''
    MOD_DAV_FS_LDADD=''
    MOD_DAV_LDADD=''
    MOD_DAV_LOCK_LDADD=''
    MOD_DBD_LDADD=''
    MOD_DEFLATE_LDADD=''
    MOD_DIALUP_LDADD=''
    MOD_DIR_LDADD=''
    MOD_DUMPIO_LDADD=''
    MOD_ECHO_LDADD=''
    MOD_ENV_LDADD=''
    MOD_EXAMPLE_HOOKS_LDADD=''
    MOD_EXAMPLE_IPC_LDADD=''
    MOD_EXPIRES_LDADD=''
    MOD_EXT_FILTER_LDADD=''
    MOD_FILE_CACHE_LDADD=''
    MOD_FILTER_LDADD=''
    MOD_HEADERS_LDADD=''
    MOD_HEARTBEAT_LDADD=''
    MOD_HEARTMONITOR_LDADD=''
    MOD_HTTP_LDADD=''
    MOD_IDENT_LDADD=''
    MOD_IMAGEMAP_LDADD=''
    MOD_INCLUDE_LDADD=''
    MOD_INFO_LDADD=''
    MOD_ISAPI_LDADD=''
    MOD_LBMETHOD_BYBUSYNESS_LDADD=''
    MOD_LBMETHOD_BYREQUESTS_LDADD=''
    MOD_LBMETHOD_BYTRAFFIC_LDADD=''
    MOD_LBMETHOD_HEARTBEAT_LDADD=''
    MOD_LDAP_LDADD=''
    MOD_LOGIO_LDADD=''
    MOD_LOG_CONFIG_LDADD=''
    MOD_LOG_DEBUG_LDADD=''
    MOD_LOG_FORENSIC_LDADD=''
    MOD_LUA_LDADD=''
    MOD_MIME_LDADD=''
    MOD_MIME_MAGIC_LDADD=''
    MOD_MPM_EVENT_LDADD=''
    MOD_NEGOTIATION_LDADD=''
    MOD_OPTIONAL_FN_EXPORT_LDADD=''
    MOD_OPTIONAL_FN_IMPORT_LDADD=''
    MOD_OPTIONAL_HOOK_EXPORT_LDADD=''
    MOD_OPTIONAL_HOOK_IMPORT_LDADD=''
    MOD_PRIVILEGES_LDADD=''
    MOD_PROXY_AJP_LDADD=''
    MOD_PROXY_BALANCER_LDADD=''
    MOD_PROXY_CONNECT_LDADD=''
    MOD_PROXY_EXPRESS_LDADD=''
    MOD_PROXY_FCGI_LDADD=''
    MOD_PROXY_FDPASS_LDADD=''
    MOD_PROXY_FTP_LDADD=''
    MOD_PROXY_HTML_LDADD=''
    MOD_PROXY_HTTP_LDADD=''
    MOD_PROXY_LDADD=''
    MOD_PROXY_SCGI_LDADD=''
    MOD_RATELIMIT_LDADD=''
    MOD_REFLECTOR_LDADD=''
    MOD_REMOTEIP_LDADD=''
    MOD_REQTIMEOUT_LDADD=''
    MOD_REQUEST_LDADD=''
    MOD_REWRITE_LDADD=''
    MOD_SED_LDADD=''
    MOD_SESSION_COOKIE_LDADD=''
    MOD_SESSION_CRYPTO_LDADD=''
    MOD_SESSION_DBD_LDADD=''
    MOD_SESSION_LDADD=''
    MOD_SETENVIF_LDADD=''
    MOD_SLOTMEM_PLAIN_LDADD=''
    MOD_SLOTMEM_SHM_LDADD=''
    MOD_SOCACHE_DBM_LDADD=''
    MOD_SOCACHE_DC_LDADD=''
    MOD_SOCACHE_MEMCACHE_LDADD=''
    MOD_SOCACHE_SHMCB_LDADD=''
    MOD_SO_ENABLED=''
    MOD_SO_LDADD=''
    MOD_SPELING_LDADD=''
    MOD_SSL_LDADD=''
    MOD_STATUS_LDADD=''
    MOD_SUBSTITUTE_LDADD=''
    MOD_SUEXEC_LDADD=''
    MOD_UNIQUE_ID_LDADD=''
    MOD_UNIXD_LDADD=''
    MOD_USERDIR_LDADD=''
    MOD_USERTRACK_LDADD=''
    MOD_VERSION_LDADD=''
    MOD_VHOST_ALIAS_LDADD=''
    MOD_WATCHDOG_LDADD=''
    MOD_XML2ENC_LDADD=''
    MPM_LIB=''
    MPM_SUBDIRS=''
    NONPORTABLE_SUPPORT=''
    NOTEST_CFLAGS=''
    NOTEST_CPPFLAGS=''
    NOTEST_CXXFLAGS=''
    NOTEST_LDFLAGS=''
    NOTEST_LIBS=''
    OBJEXT=''
    OS=''
    OS_DIR=''
    OS_SPECIFIC_VARS=''
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_URL=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PCRE_CONFIG=''
    PCRE_LIBS=''
    PICFLAGS=''
    PILDFLAGS=''
    PKGCONFIG=''
    PORT=''
    POST_SHARED_CMDS=''
    PRE_SHARED_CMDS=''
    RANLIB=''
    RM=''
    RSYNC=''
    SHELL='/bin/sh'
    SHLIBPATH_VAR=''
    SHLTCFLAGS=''
    SH_LDFLAGS=''
    SH_LIBS=''
    SH_LIBTOOL=''
    SSLPORT=''
    SSL_LIBS=''
    UTIL_LDFLAGS=''
    ab_LTFLAGS=''
    abs_srcdir='/DMS_DFS/httpd-2.4.2'
    ac_ct_CC=''
    ap_make_delimiter=''
    ap_make_include=''
    bindir='${exec_prefix}/bin'
    build='powerpc-ibm-aix6.1.0.0'
    build_alias=''
    build_cpu='powerpc'
    build_os='aix6.1.0.0'
    build_vendor='ibm'
    cgidir='${datadir}/cgi-bin'
    checkgid_LTFLAGS=''
    datadir='${prefix}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE}'
    dvidir='${docdir}'
    errordir='${datadir}/error'
    exec_prefix='${prefix}'
    exp_bindir='/DMS_DFS/httpd-2.4.2/bin'
    exp_cgidir='/DMS_DFS/httpd-2.4.2/cgi-bin'
    exp_datadir='/DMS_DFS/httpd-2.4.2'
    exp_errordir='/DMS_DFS/httpd-2.4.2/error'
    exp_exec_prefix='/DMS_DFS/httpd-2.4.2'
    exp_htdocsdir='/DMS_DFS/httpd-2.4.2/htdocs'
    exp_iconsdir='/DMS_DFS/httpd-2.4.2/icons'
    exp_includedir='/DMS_DFS/httpd-2.4.2/include'
    exp_installbuilddir='/DMS_DFS/httpd-2.4.2/build'
    exp_libdir='/DMS_DFS/httpd-2.4.2/lib'
    exp_libexecdir='/DMS_DFS/httpd-2.4.2/modules'
    exp_localstatedir='/DMS_DFS/httpd-2.4.2'
    exp_logfiledir='/DMS_DFS/httpd-2.4.2/logs'
    exp_mandir='/DMS_DFS/httpd-2.4.2/man'
    exp_manualdir='/DMS_DFS/httpd-2.4.2/manual'
    exp_proxycachedir='/DMS_DFS/httpd-2.4.2/proxy'
    exp_runtimedir='/DMS_DFS/httpd-2.4.2/logs'
    exp_sbindir='/DMS_DFS/httpd-2.4.2/bin'
    exp_sysconfdir='/DMS_DFS/httpd-2.4.2/conf'
    fcgistarter_LTFLAGS=''
    host='powerpc-ibm-aix6.1.0.0'
    host_alias=''
    host_cpu='powerpc'
    host_os='aix6.1.0.0'
    host_vendor='ibm'
    htcacheclean_LTFLAGS=''
    htdbm_LTFLAGS=''
    htdigest_LTFLAGS=''
    htdocsdir='${datadir}/htdocs'
    htmldir='${docdir}'
    htpasswd_LTFLAGS=''
    httxt2dbm_LTFLAGS=''
    iconsdir='${datadir}/icons'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    installbuilddir='${datadir}/build'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/modules'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}'
    logfiledir='${localstatedir}/logs'
    logresolve_LTFLAGS=''
    mandir='${prefix}/man'
    manualdir='${datadir}/manual'
    oldincludedir='/usr/include'
    other_targets=''
    pdfdir='${docdir}'
    perlbin=''
    prefix='/DMS_DFS/httpd-2.4.2'
    progname=''
    program_transform_name='s,x,x,'
    proxycachedir='${localstatedir}/proxy'
    psdir='${docdir}'
    rel_bindir='bin'
    rel_cgidir='cgi-bin'
    rel_datadir=''
    rel_errordir='error'
    rel_exec_prefix=''
    rel_htdocsdir='htdocs'
    rel_iconsdir='icons'
    rel_includedir='include'
    rel_installbuilddir='build'
    rel_libdir='lib'
    rel_libexecdir='modules'
    rel_localstatedir=''
    rel_logfiledir='logs'
    rel_mandir='man'
    rel_manualdir='manual'
    rel_proxycachedir='proxy'
    rel_runtimedir='logs'
    rel_sbindir='bin'
    rel_sysconfdir='conf'
    rotatelogs_LTFLAGS=''
    runtimedir='${localstatedir}/logs'
    sbindir='${exec_prefix}/bin'
    shared_build=''
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/conf'
    target='powerpc-ibm-aix6.1.0.0'
    target_alias=''
    target_cpu='powerpc'
    target_os='aix6.1.0.0'
    target_vendor='ibm'

    configure: exit 0

     

    Thanks 

    Ram

     



  • 8.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Thu September 21, 2017 04:53 AM

    Originally posted by: Ram@007


    Hello Everyone,

    Kindly suggest on above issue.

     

    Regards,

    Ram



  • 9.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Thu September 21, 2017 05:23 AM

    Originally posted by: AyappanP


    As mentioned earlier, please look into the config.log with the eyes wide open. From the info you pasted, it shows the below 

    checking for gcc... gcc
      checking whether the C compiler works... no"

    Something wrong with CC or CFLAGS variables. When somebody try building their own stuff, they should have the ability to resolve these simple issues. 



  • 10.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Thu September 21, 2017 09:40 AM

    Originally posted by: Ram@007


    Hi AyappanP,

    Thanks for your information.

    We have checked in many sites to configure the Apache http on the AIX OS. But we didn't find any useful stuff...

    So we have raised our concern in IBM forum so that AIX experts may resolve our issue.

    We never worked on the AIX libraries and didn't have much knowledge at CC or CFLAGS variables level.

     

    Thanks,

    Ram



  • 11.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Thu September 21, 2017 09:58 AM

    Originally posted by: AyappanP


    So you want to configure a AIX machine as a http server, right ?

    You can very well use our prebuilt httpd rpms in AIX Toolbox as mentioned by @sangameshm b2e92779-2458-43ca-987f-f5904c716f4b (in the first reply).​

     



  • 12.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Fri September 22, 2017 06:38 AM

    Originally posted by: Ram@007


    So you want to configure a AIX machine as a http server, right ?

    Yes, we wanted to configure apache httpd on AIX box. 

    As per @sangameshm  suggestion we have installed the rpm and pcre devel package, But still getting the above error. Please suggest.

     

    Regards,

    Ram



  • 13.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Fri September 22, 2017 07:20 AM

    Originally posted by: AyappanP


    Understand the difference between installing, configuring http server versus "running the configure script which is part of the package building process". 

    Please understand the basics before trying to post any further questions.



  • 14.  Re: Error while installation of Apache httpd 2.4.2 on AIX6.1

    Posted Fri September 22, 2017 08:39 AM

    Originally posted by: Ram@007


    Hi AyappanP,

     

    Do you have any information on how to fix this above issue?

     

    Regards,

    Ram