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

2018-03-02 Thread Yann Ylavic
On Mon, Feb 26, 2018 at 11:46 AM, Joe Orton wrote: > On Fri, Feb 23, 2018 at 09:23:50PM +0100, Yann Ylavic wrote: >> Though this is the "else" (legacy) branch. >> >> $ pkg-config --list-all |grep ^lua > ... >> lua51 Lua - Lua language engine >> lua52

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

2018-02-26 Thread Joe Orton
On Fri, Feb 23, 2018 at 09:23:50PM +0100, Yann Ylavic wrote: > Though this is the "else" (legacy) branch. > > $ pkg-config --list-all |grep ^lua ... > lua51 Lua - Lua language engine > lua52 Lua - Lua language engine > lua5.2

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: 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 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 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: 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: 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 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

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... > >