search for: pqconnectdb

Displaying 12 results from an estimated 12 matches for "pqconnectdb".

2012 Sep 18
13
pg gem error
...d 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 libpq/libpq-fs.h... yes checking for pg_config_manual.h... yes checking for PQconnectdb() in -lpq... no checking for PQconnectdb() in -llibpq... no checking for PQconnectdb() in -lms/libpq... no Can''t find the PostgreSQL client library (libpq) *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check th...
2012 Oct 10
1
Rubymine Install Missing Gems
...ve extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. checking for pg_config... yes Using config values from /usr/bin/pg_config checking for libpq-fe.h... yes checking for libpq/libpq-fs.h... yes checking for pg_config_manual.h... yes checking for PQconnectdb() in -lpq... no checking for PQconnectdb() in -llibpq... no checking for PQconnectdb() in -lms/libpq... no Can''t find the PostgreSQL client library (libpq) *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check th...
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
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
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.:
2006 Oct 03
1
problem installing RdbiPgSQL for 2.4
...d now I can't install packages RdbiPgSQL. I used the same procedure I did for previous versions of R ! Actually, last time I installed RdbiPgSQL day before upgrading but now I got: downloaded 27Kb * Installing *source* package 'RdbiPgSQL' ... creating cache ./config.cache checking for PQconnectdb in -lpq... no I could not find your PostgreSQL client libraries! Use --with-pgsql-libraries=PATH; if running R's INSTALL, use --configure-args='--with-pgsql-libraries=PATH'; or set PG_LIB_DIR in your environment to the library path, and rerun the configure/install. ERROR: configuratio...
2007 Mar 08
2
RE: Apache Install error on Centos 4.3
...la -lldap -llber -ldb-4.2 -lexpat /usr/lib/libapr-1.la-lpthread -ldl /usr/bin/ld: warning: libpq.so.4, needed by /usr/lib/libaprutil-1.so, not found (try using -rpath or -rpath-link) /usr/lib/libaprutil-1.so: undefined reference to `PQgetResult' /usr/lib/libaprutil-1.so: undefined reference to `PQconnectdb' /usr/lib/libaprutil-1.so: undefined reference to `PQexec' /usr/lib/libaprutil-1.so: undefined reference to `PQexecPrepared' /usr/lib/libaprutil-1.so: undefined reference to `PQntuples' /usr/lib/libaprutil-1.so: undefined reference to `PQreset' /usr/lib/libaprutil-1.so: undefine...
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...ESVM ! PGconn *dbhandler; char dboption[256]; ast_mutex_t postgreslock; static int sql_init(void) { ast_verbose( VERBOSE_PREFIX_3 "Logging into postgres database: %s\n", dboption); ! /* fprintf(stderr,"Logging into postgres database: %s\n", dboption); */ dbhandler=PQconnectdb(dboption); if (PQstatus(dbhandler) == CONNECTION_BAD) { --- 240,266 ---- #ifdef USEPOSTGRESVM ! PGconn *dbhandler = NULL; char dboption[256]; ast_mutex_t postgreslock; + static void sql_close(void) + { + fprintf (stderr, "postgres closing database\n"); + PQfinish(dbhandler); +...
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...ESVM ! PGconn *dbhandler; char dboption[256]; ast_mutex_t postgreslock; static int sql_init(void) { ast_verbose( VERBOSE_PREFIX_3 "Logging into postgres database: %s\n", dboption); ! /* fprintf(stderr,"Logging into postgres database: %s\n", dboption); */ dbhandler=PQconnectdb(dboption); if (PQstatus(dbhandler) == CONNECTION_BAD) { --- 240,266 ---- #ifdef USEPOSTGRESVM ! PGconn *dbhandler = NULL; char dboption[256]; ast_mutex_t postgreslock; + static void sql_close(void) + { + fprintf (stderr, "postgres closing database\n"); + PQfinish(dbhandler); +...
2003 May 11
2
libpq-fe.h ???
...that can be downloaded and how should I create this header and make a link to it? I use R 1.6.2.1 and PostgreSQL 7.2 with RedHat 7.3. [root at localhost pack]# R CMD INSTALL Rdbi.PgSQL_0.1-2.tar.gz * Installing *source* package 'Rdbi.PgSQL' ... creating cache ./config.cache checking for PQconnectdb in -lpq... yes checking how to run the C preprocessor... cc -E checking for /usr/include/libpq-fe.h... no checking how to run the C preprocessor... cc -E checking for /usr/include/pgsql/libpq-fe.h... no checking how to run the C preprocessor... cc -E checking for /usr/include/postgresql/libpq-fe.h....
2009 Sep 14
2
General question for Dovecot under OpenBSD
Hello All, First of all thanks a lot for providing a quality software such as Dovecot. I am having troubles for setting up the config files of OpenBSD's binary package of Dovecot, flavor sieve/mysql. Do you know where some documentation could be found for setting up correctly the .conf (dovecot.conf & dovecot-sql.conf) since it does not even load ("Error in configuration file
2009 May 04
1
virtual mailbox users users can send, but can't read e-mail
...NULL, # gid INTEGER NOT NULL, # active CHAR(1) DEFAULT 'Y' NOT NULL # ); # Database driver: mysql, pgsql, sqlite #driver = driver = mysql # Database connection string. This is driver-specific setting. # # pgsql: # For available options, see the PostgreSQL documention for the # PQconnectdb function of libpq. # # mysql: # Basic options emulate PostgreSQL option names: # host, port, user, password, dbname # # But also adds some new settings: # client_flags - See MySQL manual # ssl_ca, ssl_ca_path - Set either one or both to enable SSL # ssl_cert, ssl_key -...