Ticket #3610 (closed bug: fixed)
Installer has hard-coded path /usr/bin/strip
| Reported by: | YitzGale | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 6.12.1 |
| Component: | Build System | Version: | 6.10.4 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
On some systems, strip may not be located in /usr/bin. And even if it is, that might not be the version of strip we need to use, e.g., in a virtual hosting environment.
See, for example, this blog post about installing GHC on Dreamhost.
It seems that GHC ought to locate strip using $PATH, or some other mechanism that can be configured.
Change History
Note: See
TracTickets for help on using
tickets.
