Hi,
the apr version is '1.2.7-11.el5_6.5'.

the command using for compiling the apache is
cd httpd-2.2.31
./configure --prefix=/nfs/apache_120/apache --with-mpm=worker
'--enable-mods-shared=alias authz_host cache cgi cgid deflate dir
disk-cache expires headers info logio mem-cache mime_magic negotiation
proxy proxy_ajp proxy_balancer proxy_http rewrite setenvif ssl version'
--enable-reqtimeout --disable-asis --disable-auth-basic
--disable-auth-basic --disable-authn_file --disable-authn-file
--disable-authz-groupfile --disable-authz-user --disable-cgi --disable-cgid
--disable-filter --disable-imagemap --disable-userdir --disable-autoindex

make
make install

Above all is worked fine,

But when loading mod_proxy in httpd.conf file getting the above error.

Thanks,

On Thu, Dec 1, 2016 at 5:06 PM, Nick Kew <n...@apache.org> wrote:

> On Thu, 2016-12-01 at 16:06 +0530, noor mahammad wrote:
>
>
> > httpd: Syntax error on line 45
> > of /nfs/apache_120/apache/conf/httpd.conf: Cannot
> > load /opt/taleo/pleolab/nfs/apache_120/apache/modules/mod_proxy.so
> > into server: /nfs/apache_120/apache/modules/mod_proxy.so: undefined
> > symbol: apr_sockaddr_ip_getbuf
>
> That looks as if your APR version is not correct for the httpd version.
>
> If you built mod_proxy using apxs, that might be a bug (though if so,
> the fix is likely to be "upgrade" from such an old version) or
> it could be that you have more than one version of something
> installed and built against the wrong version.
> If you installed from a package, you might want to check with
> your package provider and see if they have a bug report or any
> suggestions.
>
> --
> Nick Kew
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to