Library search paths, daemon startupitem and launchd

David Osguthorpe david.osguthorpe at gmail.com
Mon Jan 25 16:22:56 PST 2010


On Mon, Jan 25, 2010 at 04:47:28PM -0700, Ryan Schmidt wrote:
> 
> Right, this line is the problem. For correct functionality, it should list the full path to the library, i.e.
> 
> 	/opt/local/lib/libiguanaIR.dylib (compatibility version 1.0.0, current version 1.0.0)
> 
> I don't know how to achieve that, however, and I don't know if it's the fault of libiguanaIR.dylib or the program using it.
> 

 use the apple supplied install_name_tool - grep for install_name_tool in the Portfiles - there are a
fair number of ports which use this to fix library paths after the fact in the destroot stage

David


More information about the macports-dev mailing list