https://issues.apache.org/bugzilla/show_bug.cgi?id=57064

Yann Ylavic <[email protected]> changed:

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

--- Comment #3 from Yann Ylavic <[email protected]> ---
The PATHs are always searched for left to right, and so is LD_LIBRARY_PATH.

If you want *dynamic* libraries paths to be fixed at link time, you have to
specify it with a linker option (in LDFLAGS).
However I can't tell how this works with solaris' cc/linker (with gcc for
example, you could use -Wl,-rpath /opt/local/apache2/apache2.4/lib).

Since this is not a bug in httpd, I close this report.

-- 
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]

Reply via email to