Posts Tagged: postgresql

Installing the pg gem on Debian Squeeze

Posted by & filed under Ruby on Rails.

So once I figured out my problems with installing Rails 3 on Debian Squeeze I ran into trouble installing the pg gem. Again after trial and error I found that all I needed to install was the libpq-dev package. apt-get install libpq-dev gem install pg