search for: libpq

Displaying 20 results from an estimated 100 matches for "libpq".

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 install this package? In the Netleters introduction to R/GRASS interface there is no mention about this problems. The Postgre...
2008 Jun 12
1
ruby-postgres gem installation on Leopard
...gres: ERROR: Failed to build gem native extension. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb install ruby-postgres -- --with-pgsql-include-dir=/usr/ local/pgsql/include/ --with-pgsql-lib-dir=/usr/local/pgsql/lib/ checking for main() in -lpq... yes checking for libpq-fe.h... yes checking for libpq/libpq-fs.h... yes checking for PQsetClientEncoding()... no checking for pg_encoding_to_char()... no checking for PQfreemem()... no checking for PQescapeString()... no creating Makefile make gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/ usr/lib...
2010 Dec 05
2
Centos 5.5 upgrade to dovecot 1.2
Hello, I am trying to upgrade dovecot from 1.0.7 (the dovecot verison in base repo) to 1.2. The installation of .rpm got from atrpms.net aborted with a dependency error : error: Failed dependencies: libpq.so.5()(64bit) is needed by dovecot-1.2.16-1_114.el5.x86_64 This is strange because the libraries are there : yum list libpq* Installed Packages libpqxx.x86_64 2.6.9-3.el5.rf installed libpqxx-devel.x86_64 2.6.9-3.el5.rf installed Any advice on this ? Thanks! Hello, I am trying to upgrade d...
2010 Oct 18
2
Who maintains php-pgsql package? I want to ask about using PostgreSQL 8.4 library instead of PostgreSQL 8.1.
How do I find out who is the maintainer of the php-pgsql package, please? I want to request upgrade from underlying postgresql-libs-8.1.21 (/usr/lib64/libpq.so.4) to postgresql84-libs-8.4.4 (/usr/lib64/libpq.so.5.2). Background on this request: Apache httpd's php's php-pgsql uses PostgreSQL 8.1 library (/usr/lib64/libpq.so.4), which leaks memory. PostgreSQL 8.4 library does not leak. Apache HTTP Server: httpd-2.2.3-43.el5.centos.3 m...
2003 Apr 16
1
unable to load package RPgSQL
...-args='--with-pgsql-libraries=/usr/local/pgsql/lib --with-pgsql-includes=/usr/local/pgsql/include' * Installing *source* package 'RPgSQL' ... creating cache ./config.cache checking for crypt in -lcrypt... 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... no checking how to run the C preprocessor... cc -E checking for /usr/local/include/libpq-fe....
2009 Aug 17
1
/usr/bin/ld: cannot find -lpq
Hi, I am trying to install asterisk-1.2.34 but facing following issue. I have gone through it and found that there are files in /usr/lib libpq.a libpq.so libpq.so.4 libpq.so.4.1 make[1]: Entering directory `/usr/src/asterisk-1.2.34/cdr' gcc -shared -Xlinker -x -o cdr_pgsql.so cdr_pgsql.o -lpq -lz -L/usr/lib/pgsql /usr/bin/ld: skipping incompatible /usr/lib/libpq.so when searching for -lpq /usr/bin/ld: skipping incomp...
2010 Jul 16
8
Native libpq.so instead of libpq.dll?
...a database program based on PostgreSQL and I think that coyping the Windows libraries for the application to run is a bit luxury when the same but native libraries with the same functions already exist for Linux and they are already installed on my system. I tried to create a symlink from /usr/lib/libpq.so to libpq.dll in the application's directory but it didn't work. Any help is gladly appreciated :)
2012 Sep 18
13
pg gem error
...lve 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 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...
2011 May 03
2
libpq.so.4 missing
...o.0()(64bit) for package: httpd --> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd --> Running transaction check ---> Package apr.x86_64 0:1.2.7-11.el5_5.3 set to be updated ---> Package apr-util.x86_64 0:1.2.7-11.el5_5.2 set to be updated --> Processing Dependency: libpq.so.4()(64bit) for package: apr-util --> Finished Dependency Resolution apr-util-1.2.7-11.el5_5.2.x86_64 from base has depsolving problems --> Missing Dependency: libpq.so.4()(64bit) is needed by package apr-util-1.2.7-11.el5_5.2.x86_64 (base) Error: Missing Dependency: libpq.so.4()(64bit) i...
2009 Aug 28
1
RPostgreSQL libpq problem
...t 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 ./configure respectively running the installation directly via R was not able to find the header file libpq-fe.h. after I changed PG_INCDIR to my local postgre dir the error message disappear and i got another one: ld: library not found for -lpq Thus I tried to set PG_LIBDIR to the directory where libpq is located, but still I received the same error message, despite a encouraging libpq-fe.h ...y...
2011 Aug 30
2
RPostgreSQL Loading Issues
I'm starting to seriously use R and have tried to solve this issue using my reference books but I'm missing something simple. Running R-2.13.1 on Slackware-13.1. Trying to invoke RPostgreSQL so I can copy data from a postgres table to an R data-frame. I installed RPostgreSQL and the library() command shows it's present: Packages in library
2009 Sep 11
1
RPostgreSQL package and libpq.dll file
Dear all, I'd like to use the package RPostgreSQL. I'm using R version 2.8.1 and I've download the last version RPostgreSQL. When I load the package, I get something like "the file LIBPQ.DLL is missing". Do you have any idea about what I'm suppose to do ? Thanks everyone. _________________________________________________________________ [[elided Hotmail spam]] [[alternative HTML version deleted]]
2009 Jun 30
0
LIBPQ.dll problem
Hi, I just recently installed wine for the first time, because I need to run a Windows app. But as I try to start it I always get the following messages: Code: err:module:import_dll Library LIBPQ.dll (which is needed by L"Z:\\home\\danielpi\\.wine\\drive_c\\Programme\\Elsevier\\Mediscript\\Hammerexamen\\server\\php\\ext\\php_pdo_pgsql.dll") not found err:module:import_dll Library LIBPQ.dll (which is needed by L"Z:\\home\\danielpi\\.wine\\drive_c\\Programme\\Elsevier\\Mediscri...
2012 Oct 10
1
Rubymine Install Missing Gems
...ms" link. After clicking on that link, I am getting this error :- Installing pg (0.14.1) with native 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...
2005 Dec 26
3
RPM conflicts - help!
...t comes with CentOS. History: 1) I installed Apache and PHP with yum. 2) I then installed PostgreSQL 8.1 RPMs from the PG website. 3) Then, I tried to install php-pgsql with yum - and it didn't work, complaining about pgsql.so.3. So, I installed with --nodeps and symlinked the /usr/lib64/libpq.so.4 -> /usr/lib64/libpq.so.3. Now, PHP and PGSQL work without any problems. But now, I can't do a yum update - it still complains about pgsql.so.3! What can I do to resolve this? Thanks, -Ben -- "The best way to predict the future is to invent it." - XEROX PARC slogan,...
2007 Jul 20
2
Update postfix-mysql
A recent update to postfix mysql errors on my cOS 4.5 system with complaints about missing dependencies libmysqlclient.so.15 and libpq.so.4. Have I messed up again? Details: CentOS45[root at mail ~]# yum update Setting up Update Process Setting up repositories Reading repository metadata in from local files Reducing CentOS.Karan.Org-EL4 - Stable to included packages only Finished Excluding Packages from CentOS-4 - Base Finished...
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
2012 Jun 21
0
rails - postgres error: Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 o
...get the following error: /Users/dc/.rvm/gems/ruby-1.9.3-head@global/gems/pg-0.13.2/lib/pg.rb:4:in `require'': dlopen(/Users/dc/.rvm/gems/ruby-1.9.3-head@global/gems/pg-0.13.2/lib/pg_ext.bundle, 9): Library not loaded: @loader_path/../lib/libssl.dylib (LoadError) Referenced from: /usr/lib/libpq.5.dylib Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 or later, but libssl.0.9.8.dylib provides version 0.9.8 - /Users/dc/.rvm/gems/ruby-1.9.3-head@global/gems/pg-0.13.2/lib/pg_ext.bundle from /Users/dc/.rvm/gems/ruby-1.9.3-head@global/gems/pg-0.13.2/lib/pg.rb:4:i...
2004 Nov 03
0
help libpq.dll (postgresql native connection)
Hi All, I have an application that run under windows and developed using harbourminigui and using postgresql as database, but when I try to run it under wine the application freeze when executing libpq.dll to connect to the server. I already try using mysql and working well with libmysql.dll for the connection. Anyone ever got this problem? or have solution for this? TIA, Regards, -Iip-
2004 Jun 10
1
pgsql documentation
From dovecot-pgsql.conf # Examples: # connect = host=192.168.1.1 dbname=users # connect = host=sql.example.com dbname=virtual user=virtual There is a reference to identify the rest of the parameters via libpq in the postgres documentation. From postgres, libpq says the connection environment variables are: hostname:port:database:username:password http://www.postgresql.org/docs/7.4/static/libpq-pgpass.html Should the dovecot-pgsql.conf docs be changed from "dbname=users" to "database=u...