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?