https://issues.apache.org/bugzilla/show_bug.cgi?id=45327
--- Comment #2 from Joe Orton <[EMAIL PROTECTED]> 2008-07-04 02:56:34 PST --- I doubt there is a one-size-fits-all solution here. 1) using "$ORIGIN/lib/apr-util-1/blah.so" as the path rather than a hard-coded absolute string would allow a relocatable binary with many ELF dynamic linkers. This would still allow bin/httpd to work if invoked directly 2) using a relative filename like "apr-util-1/blah.so" as the path would allow a relocatable binary with (I think) a wider range of linkers, but would mean bin/httpd could not be invoked directly, only via apachectl 3) if your complaint is specifically about the binary builds created by the shipped binbuild script, that should simply turn off the DSO support in apr-util; arguably it should be off by default -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
