https://bz.apache.org/bugzilla/show_bug.cgi?id=62188
--- Comment #7 from Rainer Jung <[email protected]> --- (In reply to Bernard Spil from comment #6) > (In reply to Bernard Spil from comment #5) > > Created attachment 35782 [details] > > Output of make -dl configure > > > > Using `script` > > Should capture all command output for invocation of configure > > And there it is... > > > checking for APR-util... yes > > adding "-L/usr/lib" to LDFLAGS > > adding "-L/usr/local/lib" to LDFLAGS Yes, it comes from apr-util. Ceck the output of /usr/local/bin/apu-1-config --ldflags Now, where does it come from in apr-util. Again /usr/lib is not expected there by default. So you would need to now check, how your apr-util is getting build. Regards, Rainer -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
