You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/03/11 16:38:35 UTC

[Bug 61963] mod_deflate: Links wrong libz.so

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

Joe Orton <jo...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #4 from Joe Orton <jo...@redhat.com> ---
This is standard linker behaviour, use LDFLAGS="-Wl,-rpath,/usr/local/lib" or
similar if you want an RPATH for the directory encoded in the binaries.  See
ld(1) section on -rpath for more details on how the linker works.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org