Re: Trying to compile httpd trunk

2020-01-06 Thread Stéphane Blondon
Le dim. 29 déc. 2019 à 03:17, Tom Donovan a écrit : > I built successfully from the trunk on a Debian 11 (Bullseye) system using > the commands below. Thank you Tom! It works. :) In case it helps someone, there were some missing packages (libnghttp2-dev and some libprcre* libraries) and the '--

Re: Trying to compile httpd trunk

2019-12-28 Thread Tom Donovan
On 12/21/19 7:37 AM, Stéphane Blondon wrote: Le ven. 20 déc. 2019 à 19:02, Nick Kew a écrit : I take it you have a good reason to want that rather than a packaged version such as Debian's? I'd like to provide a patch to a (whishlist) bug report I've done (#63079). What did buildconf tell y

Re: Trying to compile httpd trunk

2019-12-21 Thread Stéphane Blondon
Le ven. 20 déc. 2019 à 19:02, Nick Kew a écrit : > I take it you have a good reason to want that rather than a packaged version > such as Debian's? I'd like to provide a patch to a (whishlist) bug report I've done (#63079). > What did buildconf tell you? > > > According to the INSTALL file, I c

Re: Trying to compile httpd trunk

2019-12-20 Thread Nick Kew
> On 17 Dec 2019, at 17:46, Stéphane Blondon wrote: > > Hello, > > I fail to compile apache2 from trunk on Debian testing. I take it you have a good reason to want that rather than a packaged version such as Debian's? What did buildconf tell you? > According to the INSTALL file, I check out

Re: Trying to compile httpd trunk

2019-12-20 Thread Stéphane Blondon
Le ven. 20 déc. 2019 à 11:32, Pluem, Ruediger, Vodafone Group a écrit : > > make extraclean > > ./buildconf > > ./configure > > make > > make install Thanks for `make extraclean` but the error is still there. I tried with ./buildconf in srclib/apr/ ans srclib/apr-util/ before ./builconf in http

AW: Trying to compile httpd trunk

2019-12-20 Thread Pluem, Ruediger, Vodafone Group
builds like Python, autoconf and libtool. Regards Rüdiger C2 General Von: Mike Rumph Gesendet: Freitag, 20. Dezember 2019 01:30 An: dev@httpd.apache.org Betreff: Re: Trying to compile httpd trunk I don't have a way to try this out at the moment, but if I remember correctly you may want t

Re: Trying to compile httpd trunk

2019-12-19 Thread Mike Rumph
I don't have a way to try this out at the moment, but if I remember correctly you may want to try ./buildconf inside the srclib/apr and srclib/apr-util directories to generate the make files. On Thu, Dec 19, 2019 at 10:08 AM Stéphane Blondon < stephane.blon...@gmail.com> wrote: > Le mar. 17 déc.

Re: Trying to compile httpd trunk

2019-12-19 Thread Christophe JAILLET
Hi, see https://httpd.apache.org/lists.html#http-dev You have to send a mail to dev-unsubscr...@httpd.apache.org . CJ Le 19/12/2019 à 19:11, Yevgeny Pats a écrit : Sorry for spamming. How to unsubscribe? On Thu, Dec 19, 2019, 8:08 PM Stéphane Blon

Re: Trying to compile httpd trunk

2019-12-19 Thread Yevgeny Pats
Sorry for spamming. How to unsubscribe? On Thu, Dec 19, 2019, 8:08 PM Stéphane Blondon wrote: > Le mar. 17 déc. 2019 à 19:05, Michal Karm Babacek > a écrit : > > > > The last time I did this (a week or so ago on RHEL 7.6), > > I had to checkout both apr and apr-util, their 1.x branches, not tru

Re: Trying to compile httpd trunk

2019-12-19 Thread Stéphane Blondon
Le mar. 17 déc. 2019 à 19:05, Michal Karm Babacek a écrit : > > The last time I did this (a week or so ago on RHEL 7.6), > I had to checkout both apr and apr-util, their 1.x branches, not trunk. > Thanks for your help! I tried with branches 1.x but it fails with the same error: $ rm -rf srclib/

Re: Trying to compile httpd trunk

2019-12-17 Thread Michal Karm Babacek
The last time I did this (a week or so ago on RHEL 7.6), I had to checkout both apr and apr-util, their 1.x branches, not trunk. I know apr and apr-util united under one apr trunk, but httpd trunk probably requires some flags/tweaks to pick srclib/apr trunk without apr-util K. On Tue, Dec 17

Trying to compile httpd trunk

2019-12-17 Thread Stéphane Blondon
Hello, I fail to compile apache2 from trunk on Debian testing. According to the INSTALL file, I check outed `apr` trunk in srclib/apr. After adding several lacking packages, it seems ./configure is ok. (The full output is in attachment.) $ ./configure --prefix=/home/stephane/bin/http --with-incl