Opened 15 years ago

Last modified 14 years ago

#21405 closed defect

Wrong Shared Library Name In podofo binaries — at Initial Version

Reported by: TruePath (Peter Gerdes) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: podofo

Description

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 (0)

Note: See TracTickets for help on using tickets.