Hello, I tried to run webrat tests in selenium mode, but I got the following error:
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
I followed the solution here “http://agilesoftwaretesting.com/?p=105", then I got another error when selenium tried to open firefox:
SQLite Version Error The application has been updated, but your version of SQLite is too old and the application cannot run.
I am on Snow Leopard.
Thanks a lot.