Building 7.1.3 with PL/Perl support on RedHat

From: Hans-Jürgen Schönig <hs(at)cybertec(dot)at>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Building 7.1.3 with PL/Perl support on RedHat
Date: 2001-08-19 09:40:24
Message-ID: 3B7F8988.BBFCD15D@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I have compiled PostgreSQL 7.1.3 on RedHat 7.1.
There seems to be a problem with PL/Perl:

make[3]: Entering directory
`/data/download/postgres/postgresql-7.1.3/src/pl/plperl'
make -f Makefile all
make[4]: Entering directory
`/data/download/postgres/postgresql-7.1.3/src/pl/plperl'
*****
* Cannot build PL/Perl because libperl is not a shared library.
* Skipped.
*****
make[4]: Leaving directory
`/data/download/postgres/postgresql-7.1.3/src/pl/plperl'
make[3]: Leaving directory
`/data/download/postgres/postgresql-7.1.3/src/pl/plperl'
make[2]: Leaving directory
`/data/download/postgres/postgresql-7.1.3/src/pl'
make[1]: Leaving directory
`/data/download/postgres/postgresql-7.1.3/src'
All of PostgreSQL successfully made. Ready to install.

I used:
[hs(at)athlon postgresql-7.1.3]$ ./configure --prefix=/tmp/postgres
--with-perl --with-python --with-tcl --enable-multibyte
--datadir=/tmp/pgdata/

Hans

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-08-19 09:59:11 ecpg 2.8.0 fails to handle struct properly
Previous Message Akira Kumakiri 2001-08-18 10:32:49 Re: JDBC Large Object getBinaryStream returns -1 before EOF