Re: [Rails] Re: Can't find the PostgreSQL client library (libpq)

2012-03-08 Thread Craig White
On Mar 8, 2012, at 7:17 AM, Scott Ribe wrote: > On Mar 7, 2012, at 2:10 PM, Craig White wrote: > >> If you installed Postgres on your system using the binaries downloaded >> directly from postgresql.org website, the following should fix this issue... > > Point of clarification: there are no Ma

Re: [Rails] Re: Can't find the PostgreSQL client library (libpq)

2012-03-08 Thread Scott Ribe
On Mar 7, 2012, at 2:10 PM, Craig White wrote: > If you installed Postgres on your system using the binaries downloaded > directly from postgresql.org website, the following should fix this issue... Point of clarification: there are no Mac binaries available directly from postgresql.org. The ar

Re: [Rails] Re: Can't find the PostgreSQL client library (libpq)

2012-03-07 Thread Dev Guy
On Wed, Mar 7, 2012 at 4:10 PM, Craig White wrote: > Seems that you are on a Mac > > If you installed Postgres on your system using the binaries downloaded > directly from postgresql.org website, the following should fix this issue... > > PATH=$PATH:/Library/PostgreSQL/9.0/bin sudo gem install pg

Re: [Rails] Re: Can't find the PostgreSQL client library (libpq)

2012-03-07 Thread Craig White
Seems that you are on a Mac If you installed Postgres on your system using the binaries downloaded directly from postgresql.org website, the following should fix this issue... PATH=$PATH:/Library/PostgreSQL/9.0/bin sudo gem install pg Craig On Mar 7, 2012, at 2:03 PM, moises zaragoza wrote: >

[Rails] Re: Can't find the PostgreSQL client library (libpq)

2012-03-07 Thread moises zaragoza
When i do bundle install i get $ bundle install Fetching source index for http://rubygems.org/ Enter your password to install the bundled RubyGems to your system: Using rake (0.9.2.2) Using multi_json (1.0.4) Using activesupport (3.1.3) Using builder (3.0.0) Using i18n (0.6.0) Using activemodel (3