Restore sqlite3 on Mac OS X for Google Chrome
Posted
by
gaearon
on Super User
See other posts from Super User
or by gaearon
Published on 2011-03-01T05:38:35Z
Indexed on
2011/03/01
7:26 UTC
Read the original article
Hit count: 502
I was stupid enough to compile sqlite3
from source and install it to /usr
, overriding default library.
This being done, Google Chrome doesn't launch anymore, crashing with this output:
Dyld Error Message:
Library not loaded: /usr/lib/libsqlite3.dylib
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Reason: no suitable image found. Did find:
/usr/lib/libsqlite3.dylib: mach-o, but wrong architecture
/usr/local/lib/libsqlite3.dylib: mach-o, but wrong architecture
/usr/lib/libsqlite3.dylib: mach-o, but wrong architecture
Can I somehow revert sqlite3
to the original version I had, or fix the issue somehow else?
© Super User or respective owner