id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	port
21405	Wrong install_name In podofo binaries	gerdes@…	devans@macports.org	"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
}}}
"	defect	closed	Normal		ports	1.8.0	fixed			podofo
