Feature #136
libiconv does not publish shared libraries
| Status: | Closed | Start: | 09/20/2011 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | - | Estimated time: | 1.00 hour |
Description
BASH depends on libiconv.so.2 but the pup package for libiconv only contains libiconv.a. This needs to be sorted out as we currently have BASH failing to load.
History
Updated by Matthew Iselin 7 months ago
- Status changed from Assigned to Feedback
- % Done changed from 0 to 100
libtool issue - soname was configured to have the major version as a suffix. Fixed locally, testing.