On Wed, 2009-08-26 at 10:37 +0200, ademmler wrote: > hi, > > I have installed PoDoFo 0.7.0 via macports on MacOSX 10.5.4. > > When I run a command I get an dylib error - any ideas?
PoDoFo uses rpath linking on Mac OS X by default, and it looks like MacPorts might be installing PoDoFo's libraries/binaries with absolute paths then moving them somewhere else so the rpath linkage doesn't work anymore. You could use install_name_tool from the developer tools to find out. What is the output of the command: find /opt/local -name podofo\*.dylib ? -- Craig Ringer ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
