SRINIVAS UNDAPALLI
2014-07-25 12:56:50 UTC
Hi Experts,
Please shed some light here.
Getting this below error, while compiling Apache 2.4.10(2.4.*) on Solaris 9. Also i tried adding this patch r1442409(modules/filtersmod_proxy_html.c). Here used Packages are apr1.5.1, apr-util-1.5.3, pcre8.35 and openssl1.0.1h
I exported 64-bit libraries to install Apache in 64-bit else Apache is installing with 32-bit libraries. I installed 2.2.27 in same process before trying with 2.4.10
/local/apache/2.4.10/apr/build-1/libtool --silent --mode=compile gcc -std=gnu99 -I/usr/include/libxml2 -pthreads -m64 -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/usr/local/include -I. -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/os/unix -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/include -I/local/apache/2.4.10/apr/include/apr-1 -I/local/apache/2.4.10/apr-util/include/apr-1 -I/local/apache/2.4.10/pcre/include -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/aaa -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/cache -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/core -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/database -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/filters -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/ldap -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/server -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/loggers -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/lua -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/proxy -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/session -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/ssl -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/test -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/server -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/arch/unix -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/dav/main -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/generators -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_html.c && touch mod_proxy_html.slo
mod_proxy_html.c: In function `pstartElement':
mod_proxy_html.c:407: error: structure has no member named `attrs_req'
mod_proxy_html.c:408: error: structure has no member named `attrs_req'
mod_proxy_html.c:415: warning: implicit declaration of function `htmlAttrAllowed'
mod_proxy_html.c:416: error: `HTML_INVALID' undeclared (first use in this function)
mod_proxy_html.c:416: error: (Each undeclared identifier is reported only once
mod_proxy_html.c:416: error: for each function it appears in.)
mod_proxy_html.c:421: error: `HTML_DEPRECATED' undeclared (first use in this function)
mod_proxy_html.c:426: error: `HTML_REQUIRED' undeclared (first use in this function)
mod_proxy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:859: error: `XML_PARSE_RECOVER' undeclared (first use in this function)
mod_proxy_html.c:859: error: `XML_PARSE_NONET' undeclared (first use in this function)
mod_proxy_html.c:860: error: `XML_PARSE_NOBLANKS' undeclared (first use in this function)
mod_proxy_html.c:860: error: `XML_PARSE_NOERROR' undeclared (first use in this function)
mod_proxy_html.c:860: error: `XML_PARSE_NOWARNING' undeclared (first use in this function)
mod_proxy_html.c:930: warning: implicit declaration of function `xmlCtxtUseOptions'
*** Error code 1
make: Fatal error: Command failed for target `mod_proxy_html.slo'
Current working directory /local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/filters
*** Error code 1
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/filters
*** Error code 1
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules
*** Error code 1
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /local/apachepackages/apache2.4.10packages/httpd-2.4.10
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Please shed some light here.
Getting this below error, while compiling Apache 2.4.10(2.4.*) on Solaris 9. Also i tried adding this patch r1442409(modules/filtersmod_proxy_html.c). Here used Packages are apr1.5.1, apr-util-1.5.3, pcre8.35 and openssl1.0.1h
I exported 64-bit libraries to install Apache in 64-bit else Apache is installing with 32-bit libraries. I installed 2.2.27 in same process before trying with 2.4.10
/local/apache/2.4.10/apr/build-1/libtool --silent --mode=compile gcc -std=gnu99 -I/usr/include/libxml2 -pthreads -m64 -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/usr/local/include -I. -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/os/unix -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/include -I/local/apache/2.4.10/apr/include/apr-1 -I/local/apache/2.4.10/apr-util/include/apr-1 -I/local/apache/2.4.10/pcre/include -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/aaa -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/cache -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/core -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/database -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/filters -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/ldap -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/server -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/loggers -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/lua -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/proxy -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/session -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/ssl -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/test -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/server -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/arch/unix -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/dav/main -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/generators -I/local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/mappers -prefer-pic -c mod_proxy_html.c && touch mod_proxy_html.slo
mod_proxy_html.c: In function `pstartElement':
mod_proxy_html.c:407: error: structure has no member named `attrs_req'
mod_proxy_html.c:408: error: structure has no member named `attrs_req'
mod_proxy_html.c:415: warning: implicit declaration of function `htmlAttrAllowed'
mod_proxy_html.c:416: error: `HTML_INVALID' undeclared (first use in this function)
mod_proxy_html.c:416: error: (Each undeclared identifier is reported only once
mod_proxy_html.c:416: error: for each function it appears in.)
mod_proxy_html.c:421: error: `HTML_DEPRECATED' undeclared (first use in this function)
mod_proxy_html.c:426: error: `HTML_REQUIRED' undeclared (first use in this function)
mod_proxy_html.c: In function `proxy_html_filter':
mod_proxy_html.c:859: error: `XML_PARSE_RECOVER' undeclared (first use in this function)
mod_proxy_html.c:859: error: `XML_PARSE_NONET' undeclared (first use in this function)
mod_proxy_html.c:860: error: `XML_PARSE_NOBLANKS' undeclared (first use in this function)
mod_proxy_html.c:860: error: `XML_PARSE_NOERROR' undeclared (first use in this function)
mod_proxy_html.c:860: error: `XML_PARSE_NOWARNING' undeclared (first use in this function)
mod_proxy_html.c:930: warning: implicit declaration of function `xmlCtxtUseOptions'
*** Error code 1
make: Fatal error: Command failed for target `mod_proxy_html.slo'
Current working directory /local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/filters
*** Error code 1
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules/filters
*** Error code 1
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /local/apachepackages/apache2.4.10packages/httpd-2.4.10/modules
*** Error code 1
make: Fatal error: Command failed for target `shared-build-recursive'
Current working directory /local/apachepackages/apache2.4.10packages/httpd-2.4.10
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'