Re: help with perl, openbsd and postgres [SOLVED]

2003-02-15 Thread Mailing lists
Thanks - it is actually what i have done and it works fine! It's a bit tricky, but it doesn't matter, as long as it works! Gabriele. At 09.00 15/02/2003 +, David Nicely wrote: Mailing lists wrote: Dear sirs i need to drive a postgres database using a perl script. I also have to tell you t

Re: help with perl, openbsd and postgres

2003-02-14 Thread David Nicely
Mailing lists wrote: Dear sirs i need to drive a postgres database using a perl script. I also have to tell you that i need to run this stuff on a OpenBSD 3.1 box. First of all, i need to ask you which module should i use. Honestly, i tried to install the pgsql_perl5-1.9.0.tar.gz but it didn

Re: help with perl, openbsd and postgres

2003-02-14 Thread Wiggins d'Anconia
Mailing lists wrote: It's not the point. Added that variable, and still i receive the same error. It seems like it doesn't wanna find the libpq-fe.h file... At 17.55 14/02/2003 -0500, David Kirol wrote: I don't see LD_LIBRARY_PATH in you env vars. Consult the docs for details but I bet that

RE: help with perl, openbsd and postgres

2003-02-14 Thread Mailing lists
It's not the point. Added that variable, and still i receive the same error. It seems like it doesn't wanna find the libpq-fe.h file... At 17.55 14/02/2003 -0500, David Kirol wrote: I don't see LD_LIBRARY_PATH in you env vars. Consult the docs for details but I bet that's where the problem lies

Re: help with perl, openbsd and postgres

2003-02-14 Thread david
Mailing Lists wrote: > > I also have to tell you that i need to run this stuff on a OpenBSD 3.1 > box. > another OpenBSD user :-) > > cc -c -I/usr/local/include/postgresql/libpq-fe.h -fno-strict-aliasing > -I/usr/local/include -O2-DVERSION=\"1.9.0\" -DXS_VERSION=\"1.9.0\" > -DPIC -fPIC -