gcc - Error while installation of Apache httpd 2.4.2 on AIX OS -


we getting below error while running make command build apache files. carrying out installation on aix 6.1 os. installation completed upto configuration step per procedure given in below link: http://httpd.apache.org/docs/2.4/install.html

the 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 function) util_pcre.c:103: error: (each undeclared identifier reported once util_pcre.c:103: error: each function appears in.) util_pcre.c: in function 'ap_regcomp': util_pcre.c:129: error: 'pcre_caseless' undeclared (first use in function) util_pcre.c:131: error: 'pcre_multiline' undeclared (first use in function) util_pcre.c:133: error: 'pcre_dotall' undeclared (first use in function) util_pcre.c:136: warning: implicit declaration of function 'pcre_compile' util_pcre.c:136: warning: assignment makes pointer integer without 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 'int' in declaration of 'type name' util_pcre.c:143: error: 'pcre_info_capturecount' undeclared (first use in function) util_pcre.c: in function 'ap_regexec_len': util_pcre.c:180: error: 'pcre_notbol' undeclared (first use in function) util_pcre.c:182: error: 'pcre_noteol' undeclared (first use in 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 'int' in declaration of 'type name' util_pcre.c:221: error: 'pcre_error_nomatch' undeclared (first use in function) util_pcre.c:223: error: 'pcre_error_null' undeclared (first use in function) util_pcre.c:225: error: 'pcre_error_badoption' undeclared (first use in function) util_pcre.c:227: error: 'pcre_error_badmagic' undeclared (first use in function) util_pcre.c:229: error: 'pcre_error_unknown_node' undeclared (first use in function) util_pcre.c:231: error: 'pcre_error_nomemory' undeclared (first use in function) make: 1254-004 error code last command 1.  stop. make: 1254-004 error code last command 1. 

we have installed below version gcc compiler 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 missing here causing error.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -