Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Compiling Error with Apache 2.4.10 on Solaris 9 |
|
Author |
|
hibobby456
Joined: 25 Jul 2014 Posts: 3 Location: India
|
Posted: Fri 25 Jul '14 8:14 Post subject: Compiling Error with Apache 2.4.10 on Solaris 9 |
|
|
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 taking 32-bit libraries. Before this 2.4.10 version installation i installed 2.2.27 in same process.
/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' |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|