Trying to use sqlite3-ruby on Mac OS X with rails via mongrel yields this error:
--
** Ruby version is not up-to-date; loading cgi_multipart_eof_fix
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart).
** Rails signals registered. HUP => reload (without restart). It might not work well.
** Mongrel 1.1.5 available at 0.0.0.0:3000
** Use CTRL-C to stop.
dyld: NSLinkModule() error
dyld: Symbol not found: _RSTRING_PTR
Referenced from: /usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.2/lib/sqlite3_api.bundle
Expected in: flat namespace
Trace/BPT trap
--
Uninstalling the 1.2.2 and reverting to 1.2.1 fixes this error.
|