Re: Reference to core request fails during compile

2019-01-27 Thread Eric Covener
On Sun, Jan 27, 2019 at 4:00 PM miim wrote: > > > Eric, you nailed the problem down precisely. > > Unfortunately while digging through the core source code it develops that > getting the document root out of the core data structures is not a 100% > reliable solution. Comments associated with

Re: Reference to core request fails during compile

2019-01-27 Thread miim
Eric, you nailed the problem down precisely. Unfortunately while digging through the core source code it develops that getting the document root out of the core data structures is not a 100% reliable solution. Comments associated with the document root entries specifically state that If the

Re: Reference to core request fails during compile

2019-01-27 Thread Eric Covener
On Sat, Jan 26, 2019 at 6:46 PM miim wrote: > > I have undefined reference errors in an Apache module. I've cut the source > code down to a minimum that reproduces the error. Below is the source for > "mod_test.c" ... > >