Opened 15 years ago
Closed 15 years ago
#21405 closed defect (fixed)
Wrong install_name In podofo binaries
Reported by: | TruePath (Peter Gerdes) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | Cc: | ||
Port: | podofo |
Description (last modified by mf2k (Frank Schima))
podofo @0.7.0, Revision 1 binaries reference shared libraries in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_podofo/work/podofo-0.7.0/src/
the libraries are not actually in this directory so the binaries fail.
A quick fix can be performed by running the following shell (sh) code (may need to run as root).
for x in /opt/local/bin/podofo*; do install_name_tool $x -change /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_podofo/work/podofo-0.7.0/src/libpodofo.0.7.0.dylib /opt/local/var/macports/software/podofo/0.7.0_1/opt/local/lib/libpodofo.0.7.0.dylib; done
Change History (3)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to devans@… |
comment:2 Changed 15 years ago by tobypeterson
Summary: | Wrong Shared Library Name In podofo binaries → Wrong install_name In podofo binaries |
---|
comment:3 Changed 15 years ago by ghosthound
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
resolved in r67591