Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7703623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:30:06+00:00 2026-05-31T23:30:06+00:00

I am trying to create a chat application on heroku using the following https://github.com/tarnfeld/PusherChat-Rails

  • 0

I am trying to create a chat application on heroku using

the following
https://github.com/tarnfeld/PusherChat-Rails

I have cloned it to my local

when i perform git push heroku master i get the following

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
checking for sqlite3.h… no
sqlite3.h is missing. Try ‘port install sqlite3 +universal’
or ‘yum install sqlite3-devel’ and check your shared library search path (the
location where your sqlite3 shared library is located).
* extconf.rb failed *

Any ideas? or has anyone installed this on heroku?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T23:30:07+00:00Added an answer on May 31, 2026 at 11:30 pm

    I imagine what is happening is that you haven’t replaced your SQLite3 gem with PostreSQL in the Gemfile. As mentioned in this section of Heroku’s getting started guide, you’ll want to swap out your SQLite3 gem with PostreSQL like so:

    gem "sqlite3"
    

    Will get replaced with:

    gem "pg"
    

    Additionally you can add environment scopes to your Gemfile so you can continue to work with SQLite3 on development…

    group :development do
      gem 'sqlite3'
    end
    
    group :production do
      gem 'pg'
    end'
    

    … though Heroku does not recommend it.

    Getting Started with Rails 3.0 on Heroku/Cedar

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a very simple chat application in Flex/.Net using FluorineFX but
I'm trying to create a chat application with jQuery without having to using setTimeout
I'm trying to create a chat with file transfer application using TCPSocket and here
I am trying to create a simple chat client using the red5 media server,
Trying to create a QtRuby application, I get the following error: /usr/lib64/ruby/site_ruby/1.8/Qt/qtruby4.rb:2144: [BUG] Segmentation
I am trying to build a bluetooth chat application using j2me. I created a
I'm trying to create a simple chat application for iOS. It currently looks like
I have been trying to create a chat bubble for about a month now...
I am trying to create a service for a chat widget using XMPP, which
I'm trying to create a simple chat application for iOS. It works for receiving

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.