Update your heroku gem (gem update heroku), and try again. It should
work now.
There was a bug at their end, but they have fixed it now.

--Asif


On Jan 10, 7:14 am, ChrisWolf <cw10...@gmail.com> wrote:
> I am having the same issue.   The exact error I get is:
>
> $ heroku db:push
> Taps 0.3 Load Error: dlsym(0x101df8ef0, Init_sqlite3_native): symbol
> not found - /Library/Ruby/Gems/1.8/gems/sqlite3-ruby-1.3.2/lib/sqlite3/
> sqlite3_native.bundle
> You may need to install or update the taps gem to use db commands.
>
> This is on MacOSX 10.6 ("Snow Leopard"), Ruby-1.8.7, and taps is
> definitely installed:
> gem list -d taps
> *** LOCAL GEMS ***
>
> taps (0.3.14)
>
> ...and if I run this test script:
>
> require 'rubygems'
> require 'sqlite3'
> tempname = "test.sqlite#{3+rand}"
> db = SQLite3::Database.new(tempname)
> puts db.execute('select sqlite_version()')
> db.close
> File.unlink(tempname)
>
> It reports the SQLite version correctly, so I assume the sqlite3-ruby
> gem is also properly installed.
>
> At this point, I'm totally stuck.  Or maybe pushing from Snow Leopard
> isn't supported?, but I doubt it.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to