Displaying 20 results from an estimated 700 matches similar to: "Rubymine Install Missing Gems"
2012 Sep 18
13
pg gem error
gem install pg give the following error, please help how can i solve this
Building native extensions.  This could take a while...
ERROR:  Error installing pg:
ERROR: Failed to build gem native extension.
        /home/saravanan/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
checking for pg_config... yes
Using config values from /usr/bin/pg_config
checking for libpq-fe.h... yes
checking for
2012 Mar 07
6
Can't find the PostgreSQL client library (libpq)
When i try it start my ruby server i get a error that looks like
rails server Could not find pg-0.12.2 in any of the sources
Run `bundle install` to install missing gems.
I dont know what to do
Thanks for all the help
-- 
Posted via http://www.ruby-forum.com/.
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2008 Oct 10
1
PostgreSQL gem for Ruby (pg) problem!
Hi there.
I''m having a problem here: I''m trying to install pg-0.7.9.2008.10.05
(The last version), but I get this...
PATH=/opt/PostgreSQL/8.3/bin:$PATH gem install pg
Building native extensions.  This could take a while...
ERROR:  Error installing pg:
        ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb install pg
checking for main() in -lpq...
2012 Dec 04
3
Unable to install pg gem file on CENT OS
please help me in this... I am unable to install pg gem file
[root@vdimc04 ~]# gem install pg -v ''0.12.0''
/usr/local/lib/ruby/1.9.1/yaml.rb:56:in `<top (required)>'':
It seems your ruby installation is missing psych (for YAML output).
To eliminate this warning, please install libyaml and reinstall your ruby.
Fetching: rake-compiler-0.8.1.gem (100%)
Fetching:
2010 Jul 21
1
Package RPostgreSQL_0.1-6.tar.gz has been checked and built
Hi Dirk
       I think there are problems with pg_config, the configure script of
RPostgreSQL checks for pg_config and got ¡°checking for pg_config...
/usr/bin/pg_config¡±. In Solaris 10u7 X64, three versions of PostgreSQL are
installed, there are in /usr/postgres/8.2(8.2.9) and
/usr/postgres/8.3(8.3.3), the corresponding bin files are in
/usr/postgres/<version>/bin and
2012 Nov 22
1
problems with RPostgreSQL compilation
Hello,
I am trying to install RPostgreSQL, but without success at the moment, getting an errormessage - see below. 
My OS is Fedora 17, R version 2.15.2, PostgreSQL 9.2.1 with Postgis 2.0.1 spatial extension. 
Thank You for any help, advice or hint in advance.
Regards
Tomas
> install.packages("RPostgreSQL", dependencies=TRUE)
trying URL
2009 Aug 28
1
RPostgreSQL libpq problem
Dear all,
I am stuck trying to get RPostgreSQL running on my Mac. PostgreSQL  
itself does work fine as it is able to connect with various other apps.
Unfortunately the RPostgreSQL package is not available as a binary for  
MAC OS. Thus I?ve been trying to compile the source for quite some  
time now - unfortunately without success (or at least very limited  
success).
First,  running
2003 May 11
2
libpq-fe.h ???
Hi all,
I tried to install the Rdbi_0.1-2.tar.gz and Rdbi.PgSQL_0.1-2 package. The 
Rdbi_0.1-2.tar.gz installed fine but the Rdbi.PgSQL_0.1-2 had some problems. 
The compilation routine tried to  find a header called libpq-fe.h but did 
not find it in the standard locations. I searched through the computer but 
did not find a file called in this way either. What should I do to 
successuffly
2014 May 06
0
Failed "bundle install" due to libpq-fe.h
I tried to run the command "bundle install" as follow and then I got this 
error:
# bundle install
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and 
installing your bundle as root will break this application for all non-root 
users on this machine.
Fetching gem metadata from https://rubygems.org/........
Fetching additional metadata from
2007 Mar 08
2
RE: Apache Install error on Centos 4.3
I get the following error on installing Apache 2.2.4 on, any ideas what
might be wrong.
make[1]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
make[2]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
/usr/lib/apr-1/build/libtool --silent --mode=link gcc -pthread        -o
htpasswd  htpasswd.lo   -lm
/home/odege/Desktop/httpd-2.2.4/srclib/pcre/libpcre.la
2006 Jun 06
2
Dovecot configure script for 1.0b8 not including SQL drivers?
I am having a problem with the configure script for Dovecot 1.0b8.  It
doesn't seem to be compiling in sql engine driver support.  I have
specified --with-sql and --with-pgsql but when the script is done it
says "Building with SQL drivers ..............:" but lists no drivers
afterwards.  I tried compiling it anyway but it logs the error "
auth(default): Unknown database driver
2010 Mar 11
14
trying to install postgres gem on fedora 12 ..
I get these errors :
 gem install pg -- --with-pgsql-include-dir=''/usr/include/pgsql'' --
with-pgsql-lib-dir=''/usr/lib/pgsql''
Building native extensions.  This could take a while...
ERROR:  Error installing pg:
	ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb --with-pgsql-include-dir=/usr/include/pgsql --
with-pgsql-lib-dir=/usr/lib/pgsql
2011 Oct 26
4
Help wanted: pg vs. postgres-pr gems
Hi all,
I installed Rails 3.0 + PostgreSQL 8.4.
Installed the gem postgre-pr
I added " gem ''postgres-pr'' " to my Gemfile
I defined my database.yml with:
# PostgreSQL 8.4
development:
  adapter: postgresql
  encoding: unicode
  database: testdb
  pool: 5
  username: test
  password: ******
I run rails server which starts, but application environment returns
this error:
2009 Apr 24
3
Query configuration parameters
Hi,
PostgreSQL has a tool pg_config that returns the parameters the
./configure script was called with.
  $ pg_config --libdir
  /usr/local/lib
  $ pg_config --includedir
  /usr/local/include
Does Samba have a similar feature and how do I call it?
Sorry, but this is impossible to google for.
Bertram
-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
2008 Jun 16
1
ERROR: Failed to build gem native extension
Hi,
I''m trtying to install postgress v0.7.9.2008.01.28 gems:
C:\>gem install -v=0.7.9.2008.01.28 postgres
Building native extensions.  This could take a while...
ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)
    ERROR: Failed to build gem native extension.
ruby extconf.rb install -v=0.7.9.2008.01.28 postgres
checking for main() in /ms/libpq.lib... no
Could not
2011 Jul 18
1
PgSQL+TLS
Hi,
I would like to use PostgreSQL instead of a flat file for ACLs:
http://wiki2.dovecot.org/SharedMailboxes/Shared
How must a connect=-line look like to connect with TLS to a server?
Thanks in advance
Christian
-- 
Roessner-Network-Solutions
Bachelor of Science Informatik
50?34.725'N, 08?40.904'O, Nahrungsberg 81, 35390 Giessen
F: +49 641 5879091, M: +49 176 93118939
USt-IdNr.:
2007 May 05
1
Asterisk 1.4.4 and Custom Postgres 8.2.4 (checking for PQexec in -lpq... no)
Dear All,
Why does my configure fail like so:
checking for pg_config... /usr/local/pgsql/8.2.4/bin/pg_config
checking for PQexec in -lpq... no
configure: ***
configure: *** The PostgreSQL installation on this system appears to be broken.
configure: *** Either correct the installation, or run configure
configure: *** including --without-postgres
Configure options are:
env CC=/usr/local/bin/gcc
2009 Nov 24
0
Install RPostgreSQL (Mac OSX 10.6)
Dear all, I'm an absolute R-beginner and want to connect to my PostgreSQL DB
(on my local Mac OSX 10.6).
1) I tried to install RPostgreSQL (Package Installer > CRAN (sources)) and
get this log below. There seems to be an issue with libpq, bug I don't have
any clue how to fix this. What can I do?
2) Once this issue is solved, should this code work?
   drv <-
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
I forgot to take out the portion that would read in the voicemail boxes from
the text file. If you want to leave it in then you could have some voicemail
boxes defined in the text voicemail.conf. I do not, so I have removed it.
Below is the new patch:
*** app_voicemail.c 2004-06-23 07:55:54.000000000 -0600
--- app_voicemail.c.new 2004-06-23 07:55:47.000000000 -0600
***************
*** 49,61 ****
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
Hello all,
I am just getting going on building my system, but I thought I'd send you
all a patch that I wrote so the command:
show voicemail users
issued from the CLI works properly when there is a postgres backend for the
voicemail. The current version of the app does not display the voicemail
boxes found in a database.
It is called in the load_config function. I haven't done