#65266 closed defect (fixed)
lowdown @1.0.0: Wrong library name and install_name
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | judaew (Vadym-Valdis Yudaiev) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ||
Port: | lowdown |
Description
The library name is wrong and its install_name is wrong:
$ otool -L /opt/local/lib/liblowdown.dylib.1 /opt/local/lib/liblowdown.dylib.1: liblowdown.dylib.1 (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.100.1)
The library name should have the version number before the dylib suffix not before: liblowdown.1.dylib not liblowdown.dylib.1. And the install name must be the absolute path where the library is installed, e.g. /opt/local/lib/liblowdown.1.dylib.
Change History (2)
comment:1 Changed 2 years ago by Vadym-Valdis Yudaiev <judaew@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In aa6ac2543f204505113659c0fa371e40c6a27f91/macports-ports (master):