Errors installing 7.2

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Errors installing 7.2
Date: 2002-02-07 20:27:57
Message-ID: 003f01c1b016$0ec44f40$d281f6cc@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I tried installing 7.2 on a "beater box", and ran into a number of
problems:

1. if "--with-perl" is passed to ./configure, then "make" gives me:

make[4]: Leaving directory
`/usr/src/packages/postgresql-7.2/src/interfaces/libpq'
make -f Makefile all VPATH=
make[4]: Entering directory
`/usr/src/packages/postgresql-7.2/src/interfaces/perl5'
make[4]: *** No rule to make target `/Pg.pm', needed by `pm_to_blib'.
Stop.

if I try and make the Perl libraries manually, I get pretty much the
same thing:
make -C ../../../src/interfaces/libpq all
make[1]: Entering directory
`/usr/src/packages/postgresql-7.2/src/interfaces/libpq'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/usr/src/packages/postgresql-7.2/src/interfaces/libpq'
make -f Makefile all VPATH=
make[1]: Entering directory
`/usr/src/packages/postgresql-7.2/src/interfaces/perl5'
make[1]: *** No rule to make target `/Pg.pm', needed by `pm_to_blib'.
Stop.
make[1]: Leaving directory
`/usr/src/packages/postgresql-7.2/src/interfaces/perl5'
make: *** [all] Error 2

2. If I configure it, make, and install without the Perl modules, it
runs, but trying to feed in a pg_dumpall from 7.1.2, I get the following
message repeated thousands of times:

"Invalid command - \N"

Any advice on these would be appreciated.

steve

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2002-02-07 20:37:09 Release docs
Previous Message Tom Lane 2002-02-07 20:05:49 Re: Build problems with 7.2