Problem with Snow Leopard xulrunner build
By glazou on Monday 28 September 2009, 23:14 - Mozilla - Permalink
Earlier today I finally installed Snow Leopard, followed instructions on the Mac build page and rebuilt TwitFactory. Build went fine. But when I run the app, it fails with the following error :
glazou$ open ../dist/TwitFactory.app
dyld: Library not loaded: /usr/lib/libsqlite3.dylib
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Reason: Incompatible library version: Security requires version 9.0.0 or later,
but libsqlite3.dylib provides version 1.0.0
../dist/TwitFactory.app/Contents/MacOS/run-mozilla.sh: line 131: 96889 Trace/BPT trap "$prog" ${1+"$@"}
Anyone having a clue about what's going on here and how I could fix the problem? Thanks!
Comments
See bug 513747.
Why is it running run-mozilla.sh? The reason you are experiencing the problem is that it has somehow decided to execute run-mozilla.sh instead of executing the binary directly. That run-mozilla.sh munges DYLD_LIBRARY_PATH is what causes the system library to get missed.
What about webchunks. Did you abandon it?