https://bz.apache.org/bugzilla/show_bug.cgi?id=62188
Bernard Spil <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|support |APR-util Version|2.5-HEAD |1.6.3 Product|Apache httpd-2 |APR Assignee|[email protected] |[email protected] --- Comment #9 from Bernard Spil <[email protected]> --- So I've solved this on one of the configs, the other one still fails. In Apache's make output I can see > configure: Configuring Apache Portable Runtime Utility library... > configure: > checking for APR-util... yes > adding "-L/usr/lib" to LDFLAGS Configure+build logs of apr+apr-util and apache here https://keg.brnrd.eu/data/111amd64-default-local/2018-03-18_15h44m04s/logs/errors/apache24-2.4.33.log https://keg.brnrd.eu/data/111amd64-default-local/2018-03-18_15h44m04s/logs/apr-1.6.3.1.6.1.log The APR-util this built provides the following output > # apu-1-config --includedir > /usr/local/include/apr-1 > # apu-1-config --ldflags > -L/usr/local/lib -L/usr/lib > # apu-1-config --libs > -lexpat > # apu-1-config --link-ld > -L/usr/local/lib -laprutil-1 > # apu-1-config --link-libtool > -L/usr/local/lib -R/usr/local/lib -laprutil-1 Even though the libraries that were built do not depend on any library in /usr/lib -- 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]
