Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread Joe Orton
On Fri, Feb 23, 2018 at 10:04:30AM -0600, William A Rowe Jr wrote: > Correct, as I said this may not be a regression, as it continues to locate > /use/lib64 files. > > Modern ld is tolerant on linux at least when not in -Wall more. Other archs > may not be so kind. r1825147 works for me on

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread William A Rowe Jr
Correct, as I said this may not be a regression, as it continues to locate /use/lib64 files. Modern ld is tolerant on linux at least when not in -Wall more. Other archs may not be so kind. On Feb 23, 2018 09:15, "Eric Covener" wrote: >> Do you end up with an -L/usr/lib for

Re: Current branche 2.4.30-dev issues

2018-02-23 Thread Steffen
> Op 18 feb. 2018 om 17:57 heeft Eric Covener het volgende > geschreven: > >> On Sun, Feb 18, 2018 at 11:53 AM, Steffen wrote: >> >> On Sunday 18/02/2018 at 17:39, Eric Covener wrote: >> >> -- not sure, mod_md; should curl and jansson be added to

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread Ruediger Pluem
Hm, it work for me on Centos 6 and 7. What lua packages have you installed? I only have the 64 bit versions installed. Do you have 32 bit versions installed as well? On 02/22/2018 10:54 PM, William A Rowe Jr wrote: > This wasn't pretty; candidate 2.4.30 build on current fedora... > >

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread Ruediger Pluem
On 02/23/2018 03:43 PM, William A Rowe Jr wrote: > On Fri, Feb 23, 2018 at 2:17 AM, Ruediger Pluem wrote: >> Hm, it work for me on Centos 6 and 7. What lua packages have you installed? >> I only have the 64 bit versions installed. Do you have 32 bit versions >> installed as

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread Eric Covener
>> Do you end up with an -L/usr/lib for the module in your CentOS example? >> Did it happen to pick up the lib64 path? Or no lib path at all? > > /usr/src/apache/httpd-2.4.x/srclib/apr/libtool --silent --mode=link gcc > -std=gnu99 -pthread -Wall -O2 -g -o > mod_lua.la -rpath

Re: Current branche 2.4.30-dev issues

2018-02-23 Thread William A Rowe Jr
On Fri, Feb 23, 2018 at 12:01 PM, Steffen wrote: > >> Op 18 feb. 2018 om 17:57 heeft Eric Covener het volgende >> geschreven: >> >>> On Sun, Feb 18, 2018 at 11:53 AM, Steffen wrote: >>> >>> On Sunday 18/02/2018 at 17:39, Eric

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread William A Rowe Jr
On Fri, Feb 23, 2018 at 2:17 AM, Ruediger Pluem wrote: > Hm, it work for me on Centos 6 and 7. What lua packages have you installed? > I only have the 64 bit versions installed. Do you have 32 bit versions > installed as well? The delta between the first attempt after

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread Yann Ylavic
On Fri, Feb 23, 2018 at 6:56 PM, Joe Orton wrote: > On Fri, Feb 23, 2018 at 10:04:30AM -0600, William A Rowe Jr wrote: >> Correct, as I said this may not be a regression, as it continues to locate >> /use/lib64 files. >> >> Modern ld is tolerant on linux at least when not in

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread Yann Ylavic
On Fri, Feb 23, 2018 at 9:10 PM, Yann Ylavic wrote: > On Fri, Feb 23, 2018 at 6:56 PM, Joe Orton wrote: >> On Fri, Feb 23, 2018 at 10:04:30AM -0600, William A Rowe Jr wrote: >>> Correct, as I said this may not be a regression, as it continues to locate

Re: svn commit: r1825169 - /httpd/httpd/trunk/modules/filters/config.m4

2018-02-23 Thread Yann Ylavic
On Fri, Feb 23, 2018 at 9:23 PM, wrote: > Author: wrowe > Date: Fri Feb 23 20:23:10 2018 > New Revision: 1825169 > > URL: http://svn.apache.org/viewvc?rev=1825169=rev > Log: > Propose backportable fix to accept libxml2 path in the > base form or the absolute path to include

Re: svn commit: r1825169 - /httpd/httpd/trunk/modules/filters/config.m4

2018-02-23 Thread William A Rowe Jr
On Fri, Feb 23, 2018 at 2:27 PM, Yann Ylavic wrote: > On Fri, Feb 23, 2018 at 9:23 PM, wrote: >> Author: wrowe >> Date: Fri Feb 23 20:23:10 2018 >> New Revision: 1825169 >> >> URL: http://svn.apache.org/viewvc?rev=1825169=rev >> Log: >> Propose

Re: Lua detection autoconf mess (was: [VOTE] Release httpd-2.4.30)

2018-02-23 Thread William A Rowe Jr
On Fri, Feb 23, 2018 at 2:17 AM, Ruediger Pluem wrote: > Hm, it work for me on Centos 6 and 7. What lua packages have you installed? > I only have the 64 bit versions installed. Do you have 32 bit versions > installed as well? > > On 02/22/2018 10:54 PM, William A Rowe Jr