Re: [naviserver-devel] nsdbpg Module

2017-06-07 Thread Gustaf Neumann
Dear Ian, In your built process versions for NaviServer and the modules (nsdbpg) are probably not matching. The best is to use the released versions from sourceforge https://sourceforge.net/projects/naviserver/files/naviserver/4.99.15/ Note, that you should install NaviServer first, before b

[naviserver-devel] nsdbpg Module

2017-06-06 Thread Ian Harding
I downloaded the tip from bitbucket.org and tried to build it against naviserver 4.99.15. I get an error like this: [root@web1 nsdbpg-0.2]# make NAVISERVER=/httpd/Naviserver49 PGLIB=/usr/local/pgsql/lib PGINCLUDE=/usr/local/pgsql/include gcc -I/usr/local/pgsql/include -g -Wall -fPIC -pipe -I/htt

Re: [naviserver-devel] nsdbpg SSL mode

2013-12-06 Thread David Osborne
Amazon Postgresql RDS? That was exactly why we were asking. (slightly off-topic - apologies) We found that Postgresql RDS SSL was optional though.. could happily connect directly to the RDS instance via psql "sslmode=disable"... and also via nsdbpg but think this connection wouldn't be encrypted.

Re: [naviserver-devel] nsdbpg SSL mode

2013-12-05 Thread Stephen Deasey
On Thu, Dec 5, 2013 at 11:44 PM, Ian Harding wrote: > > My naviserver nsdbipg module seems to barf on it. > psql connects fine. nsbipg is configured with a datasource param which lets you pass any key=value pairs directly through to libpq. According to: http://www.postgresql.org/docs/current

Re: [naviserver-devel] nsdbpg SSL mode

2013-12-05 Thread Ian Harding
Anyone? I am experimenting with Amazon RDS and it appears to require SSL. My naviserver nsdbipg module seems to barf on it. psql connects fine. On Mon, Nov 18, 2013 at 7:23 AM, David Osborne wrote: > > Hi, > > Can anyone tell us if it's possible to use the Naviserver nsdbpg drivers > to conne

[naviserver-devel] nsdbpg SSL mode

2013-11-18 Thread David Osborne
Hi, Can anyone tell us if it's possible to use the Naviserver nsdbpg drivers to connect directly via SSL to a SSL enabled Postgresql database? I think we'd be able to encrypt communication between an application server and DB server using stunnel if not, but wondered if this is something nsdbpg s

[naviserver-devel] nsdbpg

2008-11-23 Thread Bernd Eidenschink
Stephen, Vlad, thanks: $ make NAVISERVER=/usr/local/ns POSTGRES=/opt/pgsql8.2.11 did the job. I was lead into the wrong direction, because the last time I tried, the solution found was to change the Makefile and I left a notice in our lifesaver intranet archive. Doing it again now, I did not

Re: [naviserver-devel] nsdbpg

2008-11-21 Thread Stephen Deasey
On 11/21/08, Bernd Eidenschink <[EMAIL PROTECTED]> wrote: > > I'm cursed. I never can compile a postgres driver for naviserver > from scratch. > > Here's my tale - maybe you can hint me to an obvious mistake: > > I compiled a Postgres 8.2.11 from source into > /opt/pgsql8.2.11 > > Then I chec

Re: [naviserver-devel] nsdbpg

2008-11-21 Thread Vlad Seryakov
change MODLIBS = -L/usr/local/ns/include/nsdb.h -L/opt/pgsql8.2.11/lib/libpq.a to MODLIBS = -lnsdb -L/opt/pgsql8.2.11/lib -lpq Bernd Eidenschink wrote: > I'm cursed. I never can compile a postgres driver for naviserver > from scratch. > > Here's my tale - maybe you can hint me to an obvious m

[naviserver-devel] nsdbpg

2008-11-21 Thread Bernd Eidenschink
I'm cursed. I never can compile a postgres driver for naviserver from scratch. Here's my tale - maybe you can hint me to an obvious mistake: I compiled a Postgres 8.2.11 from source into /opt/pgsql8.2.11 Then I checked out /modules/nsdbpg. I changed in the Makefile the line MODLIBS= -lnsdb