On Thu, 2 Sep 2004 18:30:33 -0600, The Doctor <[EMAIL PROTECTED]> wrote:

> /var/www/build/libtool --silent --mode=compile /usr/bin/gcc  -Wmissing-prototypes 
> -Wstrict-prototypes -Wmissing-declarations  -Wall -g -O3  -DAP_DEBUG    -I. 
> -I/usr/source/httpd-2.1.0-rc1/os/unix 
> -I/usr/source/httpd-2.1.0-rc1/server/mpm/prefork 
> -I/usr/source/httpd-2.1.0-rc1/modules/http 
> -I/usr/source/httpd-2.1.0-rc1/modules/filters 
> -I/usr/source/httpd-2.1.0-rc1/modules/proxy -I/usr/source/httpd-2.1.0-rc1/include 
> -I/usr/source/httpd-2.1.0-rc1/modules/generators 
> -I/usr/source/httpd-2.1.0-rc1/modules/mappers -I/usr/contrib/include/apache 
> -I/usr/source/httpd-2.1.0-rc1/server 
> -I/usr/source/httpd-2.1.0-rc1/modules/proxy/../generators -I/usr/contrib/include 
> -I/usr/source/httpd-2.1.0-rc1/modules/ssl 
> -I/usr/source/httpd-2.1.0-rc1/modules/dav/main -prefer-non-pic -static -c listen.c 
> && touch listen.lo
> listen.c: In function `alloc_listener':
> listen.c:261: too many arguments to function `apr_socket_create'
> *** Error code 1

looks like wrong level of apr is being used; apr 1.0 has that
additional parameter to apr_socket_create(); apr 0.9 has 1 less
parameter to apr_socket_create()

Reply via email to