On Wed, Jul 15, 2020 at 02:58:43PM +0200, Graham Leggett wrote: > On 07 Jul 2020, at 15:40, [email protected] wrote: > > Author: jorton > > Date: Tue Jul 7 13:40:15 2020 > > New Revision: 1879591 > > > > URL: http://svn.apache.org/viewvc?rev=1879591&view=rev > > Log: > > Check for and use gettid() directly if available; glibc 2.30 and later > > provides a wrapper for the system call: > > > > * configure.in: Check for gettid() and define HAVE_SYS_GETTID if > > gettid() is only usable via syscall(). > > > > * server/log.c (log_tid): Use gettid() directly if available. > > This is not working for me on CentOS8. > > ./configure says this: > > checking for gettid()... yes
Interesting, can you provide the config.log and "rpm -q glibc"? With a RHEL8 vm here it does not detect gettid (as I'd expect for glibc 2.28) and builds fine. Regards, Joe
