![](https://secure.gravatar.com/avatar/789edbb3a9b9f3f13815d199bfa4c81b.jpg?s=120&d=mm&r=g)
On 15/7/09 10:01, Giovanni wrote:
.fontconfig exists, but the sf.net inkscape won't launch. Then: I changed account but, after the creation of .fontconfig, inkscape won't launch (before the creation of .fontconfig on the new account, Inkscape wasn't working).
So...I really don't know what is going on. For now I'll just use the one compiled from svn. It's no big deal, major updates are not daily, I can afford 30' of compile time every month or so..
I have not yet any experience with macports myself - so, another guess:
from https://bugs.launchpad.net/inkscape/+bug/392693
As an aside, Inkscape's libraries all have install-names of /opt/local/lib, and Inkscape uses DYLD_LIBRARY_PATH to find them, which is probably not a good idea--- for bundled libraries, it's much less trouble-prone to use the @executable_path or (on 10.5 and up) @loader_path and @rpath features of dyld.
- could it still be the mix of local macports install and the precompiled bundle? Are there libs you have installed in '/opt/local/lib' - from macports? What happens if you temporarily rename '/opt'
- coming back to earlier console messages: when I call inkscape-bin directly I get this:
| LeWitt:bin suv$ ./inkscape-bin | dyld: Library not loaded: /opt/local/lib/libgtkmm-2.4.1.dylib | Referenced from: /Volumes/blue/src/Inkscape/Inkscape-0.47-pre1-1.LEOPARD/Inkscape-047pre1-1.app-orig/Contents/Resources/bin/./inkscape-bin | Reason: image not found | Trace/BPT trap | LeWitt:bin suv$
whereas your inkscape-bin crashed on | dyld: Library not loaded: /opt/local/lib/libgsl.0.dylib
~suv