I did a dumb thing and accidentally overwrote my copy of /usr/bin/sqlite3 on my Mac OS X 10.5.8. I don't have a Time Machine backup so I can't grab the file from there. When I try to run Apache2, I'm getting the error:
dyld: Library not loaded: /usr/lib/libsqlite3.0.dylib
Referenced from: /usr/sbin/httpd
Reason: no suitable image found. Did find:
/usr/lib/libsqlite3.0.dylib: mach-o, but wrong architecture
/usr/lib/libsqlite3.0.dylib: mach-o, but wrong architecture
/usr/lib/libsqlite3.0.dylib: mach-o, but wrong architecture
How can I retrieve or rebuild /usr/bin/sqlite3?
Edit: Before all of this, I ran the 10.5.8 Combo Update in case something on my system was corrupted.
