| From: | Dave_Pfaltzgraff(at)patapsco(dot)com |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Problems with installing with perl interface |
| Date: | 2001-05-08 17:33:53 |
| Message-ID: | 85256A46.00607CCF.00@patapsco.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Dave Pfaltzgraff(at)PATAPSCO
05/08/2001 01:33 PM
I am trying to install PostgreSQL, version 6.5.3, on a new machine by following
the instructions inchapter 4 of the "PostgreSQL Administrator's Guide." I've
already installed Perl 5.6.1 but when I get to paragraph 17 to add the perl
interface, I get the following message:
----
cc -c -I/usr/local/pgsql/include -fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -O2 -DVERSION
=\"1.8.0\" -DXS_VERSION=\"1.8.0\" -fpic
-I/usr/local/lib/perl5/5.6.1/i586-linux/CORE Pg.c
Pg.xs: In function `XS_Pg_PQprint':
Pg.xs:583: `na' undeclared (first use in this function)
Pg.xs:583: (Each undeclared identifier is reported only once
Pg.xs:583: for each function it appears in.)
Pg.xs: In function `XS_PG_results_fetchrow':
Pg.xs:1253: `sv_undef' undeclared (first use in this function)
Pg.xs: In function `XS_PG_results_print':
Pg.xs:1293: `na' undeclared (first use in this function)
make: *** [Pg.o] Error 1
----
I've defined POSTGRES_HOME=/usr/local/pgsql as suggested by the README in that
directory.
I'm trying to keep the installation as plain vanilla as I can, but obviously
there's something missing. Can someone point me in the right direction?
Thanks,
Dave
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-05-08 20:04:09 | Re: Problems with installing with perl interface |
| Previous Message | Mohammed A | 2001-05-08 15:55:41 | different characteristics of queries? |