Ticket #5983 (new bug)
Libraries installed in wrong place
| Reported by: | r0ml | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.2 |
| Component: | libraries/base | Version: | 7.4.1 |
| Keywords: | Cc: | pho@… | |
| Operating System: | MacOS X | Architecture: | x86_64 (amd64) |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
All of the installed libraries are placed in /Library/Frameworks/GHC.framework/Versions/7.4.1-x86_64/usr/lib/ghc-7.4.1 by the installation package.
However, all of the dylib files report an otool -D of the form /usr/local/lib/ghc-7.4.1/...
The workaround is to create a link from /usr/local/lib/ghc-7.4.1 to /Library/Frameworks/GHC.framework/Versions/7.4.1-x86_64/usr/lib/ghc-7.4.1
However, the installer should either create this link, or (better) invoke otool -id as part of the installation process and set the correct dylib path for all the dylibs.
Change History
Note: See
TracTickets for help on using
tickets.
