https://bz.apache.org/bugzilla/show_bug.cgi?id=65158
--- Comment #9 from Yann Ylavic <[email protected]> --- (In reply to Yann Ylavic from comment #8) > $ ./configure "LDFLAGS=-Wl,-rpath,/usr/local/httpd/lib" > --prefix=/usr/local/httpd --with-included-apr ... This should be (-L added in LDFLAGS): $ ./configure "LDFLAGS=-L/usr/local/httpd/lib -Wl,-rpath,/usr/local/httpd/lib" --prefix=/usr/local/httpd --with-included-apr ... -- 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]
