https://bz.apache.org/bugzilla/show_bug.cgi?id=65158

--- Comment #9 from Yann Ylavic <ylavic....@gmail.com> ---
(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: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to