On Fri, Sep 03, 2004 at 12:53:02AM +0200, Graham Leggett wrote: > Sander Striker wrote: > > >The tarballs for 2.1.0-rc1 (tag: STRIKER_2_1_0_RC1) are now located > >at the usual location: > > > > http://httpd.apache.org/dev/dist/ > > > >Note that the 2.1 tarball does _not_ come prepackaged with APR, you will > >have to get the 1.0 version of apr and apr-util seperately at: > > > > http://apr.apache.org/download.cgi > > > > > >Please test and report any problems. Thanks! > > An RPM build of v2.1.0 breaks like so: > > + ./buildconf > > You don't have a copy of the apr source in srclib/apr. > Please get the source using the following instructions, > or specify the location of the source with > --with-apr=[path to apr] : > > cd srclib > cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login > (password 'anoncvs') > cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co apr > > error: Bad exit status from /var/tmp/rpm-tmp.70748 (%prep) > > > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.70748 (%prep) > > Regards, > Graham > --
Let me add the following; Using this confuration, CC=/usr/bin/gcc CFLAGS="-Wall -g -O3" ./configure \ --enable-layout=BSDI\ --enable-v4-mapped \ --enable-maintainer-mode\ --enable-modules=most\ --enable-mods-shared=all\ --disable-optional-hook-export\ --disable-optional-hook-import\ --disable-optional-fn-export\ --disable-optional-fn-import\ --disable-ldap\ --disable-auth-ldap\ --disable-proxy\ --disable-proxy-connect\ --disable-proxy-ftp\ --disable-proxy-http\ --enable-auth-anon=shared\ --enable-auth-dbmi=shared\ --enable-auth-digest=shared\ --enable-file-cache=shared\ --enable-echo=shared\ --enable-charset-lite=shared\ --enable-cache=shared\ --enable-disk-cache=shared\ --enable-mem-cache=shared\ --enable-ext-filter=shared\ --enable-deflate=shared\ --enable-logio=shared\ --enable-mime-magic=shared\ --enable-cern-meta=shared\ --enable-expires=shared\ --enable-headers=shared\ --enable-usertrack=shared\ --enable-unique-id=shared\ --enable-ssl=shared\ --enable-bucketeer=shared\ --enable-static-support\ --enable-static-htpasswd\ --enable-static-htdigest\ --enable-static-rotatelogs\ --enable-static-logresolve\ --enable-static-htdbm\ --enable-static-ab\ --enable-static-checkgid\ --enable-http\ --enable-dav=shared\ --enable-info=shared\ --enable-suexec=shared\ --enable-cgi=shared\ --enable-cgid=shared\ --enable-dav-fs=shared\ --enable-vhost-alias=shared\ --enable-speling=shared\ --enable-rewrite=shared\ --enable-so\ --with-z=/usr\ --with-ssl=/usr/contrib\ --with-mpm=prefork\ --with-suexec-bin=/usr/contrib/bin\ --with-suexec-caller=www\ --with-suexec-userdir=html\ --with-suexec-docroot=html\ --with-suexec-uidmin=100\ --with-suexec-gidmin=100\ --with-suexec-logfile=/var/log/httpd/suexec_log\ --with-suexec-safepath=/bin:/usr/bin://usr/contrib/bin\ --with-suexec-umask=022 I got: Script started on Thu Sep 2 18:24:41 2004 doctor.nl2k.ab.ca//usr/source/httpd-2.1.0-rc1$ make Making all in srclib Making all in pcre Making all in os Making all in unix Making all in server Making all in mpm Making all in prefork rm -f buildmark.lo /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 Stop. *** Error code 1 Stop. *** Error code 1 Stop. doctor.nl2k.ab.ca//usr/source/httpd-2.1.0-rc1$ exit exit Script done on Thu Sep 2 18:24:56 2004 -- Member - Liberal International This is [EMAIL PROTECTED] Ici [EMAIL PROTECTED] God Queen and country! Beware Anti-Christ rising! Microsoft is not the solution; it is the question; what is the answer?? NO!!
