https://bz.apache.org/bugzilla/show_bug.cgi?id=62228

--- Comment #4 from [email protected] ---
Ok, let me back up a bit. The =config= posted earlier was also not working
because I was attempting to compile in an included-apr. That's another issue.
So, back to the original -config-, here's the one that I've been using. It
references an existing APR 1.5.something...

#! /bin/sh
#
# Created by configure

"./configure" \
"--prefix=/usr/local/apache2" \
"--enable-load-all-modules" \
"--enable-so" \
"--with-pcre=/usr/local/apache2/pcre" \
"--with-apr=/usr/local/apache2/bin" \
"--with-apr-util=/usr/local/apache2/bin" \
"--with-mpm=prefork" \
"--with-ssl=/usr/local/ssl" \
"$@"

Appears to -config- ok, here are the the last few lines:

configure: summary of build options:

    Server Version: 2.4.33
    Install prefix: /usr/local/apache2
    C compiler:     gcc -std=gnu99
    CFLAGS:          -g -O2
    CPPFLAGS:
    LDFLAGS:
    LIBS:
    C preprocessor: gcc -E

Then when I -make-, here is the invocation to mod_proxy.c before it returns
that error message, followed by the error message and final stoppage.

.
.
Building shared: mod_proxy.la mod_proxy_connect.la mod_proxy_ftp.la
mod_proxy_http.la mod_proxy_fcgi.la mod_proxy_scgi.la mod_proxy_uwsgi.la
mod_proxy_fdpass.la mod_proxy_wstunnel.la mod_proxy_ajp.la
mod_proxy_balancer.la mod_proxy_express.la mod_proxy_hcheck.la

/usr/local/apache2/build/libtool --silent --mode=compile gcc -std=gnu99  -g -O2
          -I. -I/usr/src/httpd-2.4.33/os/unix -I/usr/src/httpd-2.4.33/include
-I/usr/local/apache2/include -I/usr/local/apache2/pcre/include
-I/usr/src/httpd-2.4.33/modules/aaa -I/usr/src/httpd-2.4.33/modules/cache
-I/usr/src/httpd-2.4.33/modules/core -I/usr/src/httpd-2.4.33/modules/database
-I/usr/src/httpd-2.4.33/modules/filters -I/usr/src/httpd-2.4.33/modules/ldap
-I/usr/src/httpd-2.4.33/modules/loggers -I/usr/src/httpd-2.4.33/modules/lua
-I/usr/src/httpd-2.4.33/modules/proxy -I/usr/src/httpd-2.4.33/modules/session
-I/usr/src/httpd-2.4.33/modules/ssl -I/usr/src/httpd-2.4.33/modules/test
-I/usr/src/httpd-2.4.33/server -I/usr/src/httpd-2.4.33/modules/md
-I/usr/src/httpd-2.4.33/modules/arch/unix
-I/usr/src/httpd-2.4.33/modules/dav/main
-I/usr/src/httpd-2.4.33/modules/generators
-I/usr/src/httpd-2.4.33/modules/mappers -prefer-pic -c mod_proxy.c && touch
mod_proxy.slo

mod_proxy.c:2675: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
mod_proxy.c: In function 'ap_proxy_ssl_engine':
mod_proxy.c:2709: error: 'proxy_ssl_engine' undeclared (first use in this
function)
mod_proxy.c:2709: error: (Each undeclared identifier is reported only once
mod_proxy.c:2709: error: for each function it appears in.)
mod_proxy.c:2710: warning: implicit declaration of function 'proxy_ssl_engine'
mod_proxy.c: In function 'proxy_post_config':
mod_proxy.c:2760: error: 'proxy_ssl_engine' undeclared (first use in this
function)
mod_proxy.c:2760: error: 'apr_OFN_ssl_engine_set_t' undeclared (first use in
this function)
mod_proxy.c:2760: error: expected expression before ')' token
*** Error code 1

Stop in /usr/src/httpd-2.4.33/modules/proxy.
*** Error code 1

Stop in /usr/src/httpd-2.4.33/modules/proxy.
*** Error code 1

Stop in /usr/src/httpd-2.4.33/modules.
*** Error code 1

Stop in /usr/src/httpd-2.4.33.
*** Error code 1

Stop in /usr/src/httpd-2.4.33.

%

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to