search for: dhave_pqescapestr

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

2007 Jun 03
1
postgres gem -- LoadError
...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 postgres.so /usr/lib/ruby/site_ruby/1.8/ i386-linux...
2006 Apr 20
1
Unable to connect to postgres on Fedora Core 5
...or 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 require ''postgres'' in irb it fail...
2005 Oct 29
0
postgres 8.0, PQsetdbLogin() in -lpq... no
...-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 -lcrypto -lpthread -ldl -lobjc zmac11:/cd/rubyt...