search for: dhave_pqsetclientencoding

Displaying 3 results from an estimated 3 matches for "dhave_pqsetclientencoding".

2007 Jun 03
1
postgres gem -- LoadError
...me()... yes checking for PQsetdbLogin() in -lpq... yes checking for PQsetClientEncoding()... yes checking for pg_encoding_to_char()... yes checking for PQescapeString()... yes creating Makefile # make gcc -I. -I. -I/usr/lib/ruby/1.8/i386-linux -I. -DHAVE_SYS_UN_H - DHAVE_SOCKET -DHAVE_GETHOSTNAME -DHAVE_PQSETCLIENTENCODING - DHAVE_PG_ENCODING_TO_CHAR -DHAVE_PQESCAPESTRING -I/usr/local/pgsql/ include -fPIC -c postgres.c gcc -shared -L"/usr/local/pgsql/lib" -L"/usr/lib" -o postgres.so postgres.o -lruby -lpq -lnsl -lpthread -ldl -lcrypt -lm -lc # make install /usr/bin/install -c -m 0755 post...
2006 Apr 20
1
Unable to connect to postgres on Fedora Core 5
...es checking for PQsetClientEncoding()... yes checking for pg_encoding_to_char()... yes checking for PQescapeString()... yes creating Makefile make i386-redhat-linux-gcc -fPIC -I. -I/usr/lib/ruby/1.8/i386-linux -I/usr/lib/ruby/1.8/i386-linux -I. -DHAVE_SYS_UN_H -DHAVE_SOCKET -DHAVE_GETHOSTNAME -DHAVE_PQSETCLIENTENCODING -DHAVE_PG_ENCODING_TO_CHAR -DHAVE_PQESCAPESTRING -c postgres.c i386-redhat-linux-gcc -shared -L"/usr/lib" -o postgres.so postgres.o -lruby -lpq -lnsl -ldl -lcrypt -lm -lc make install make: Nothing to be done for `install''. Successfully installed postgres-0.7.1 If I requ...
2005 Oct 29
0
postgres 8.0, PQsetdbLogin() in -lpq... no
.../rubythings/ruby-postgres oracle$ make gcc -fno-common -I/usr/include/openssl -I/opt/local/include/pgsql8 -I. -I/opt/local/lib/ruby/1.8/powerpc-darwin7.9.0 -I/opt/local/lib/ruby/1.8/powerpc-darwin7.9.0 -I. -DHAVE_SYS_UN_H -DHAVE_SOCKET -DHAVE_GETHOSTNAME -DHAVE_LIBPQ_FE_H -DHAVE_LIBPQ_LIBPQ_FS_H -DHAVE_PQSETCLIENTENCODING -DHAVE_PG_ENCODING_TO_CHAR -DHAVE_PQESCAPESTRING -DHAVE_PQFREEMEM -O -pipe -I/opt/local/include -c postgres.c cc -dynamic -bundle -undefined suppress -flat_namespace -L/usr/lib -lssl -lcrypto -L/opt/local/lib/pgsql8 -L"//opt/local/lib" -o postgres.bundle postgres.o -lruby -lpq -lssl -l...