Re: problem with postgresql7.2 installation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: s(dot)chava(at)wcom(dot)com (Srinivasa Rao Chava)
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: problem with postgresql7.2 installation
Date: 2002-02-15 16:12:53
Message-ID: 14189.1013789573@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

s(dot)chava(at)wcom(dot)com (Srinivasa Rao Chava) writes:
> /bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503
> /usr/perl5/5.00503/ExtUtils/xsubpp -typemap
> /usr/perl5/5.00503/ExtUtils/typemap -typemap typemap Pg.xs > Pg.c
> cc -c -I. -I../../../src/interfaces/libpq -I../../../src/include -xO3
> -xdepend -DVERSION=\"1.9.0\" -DXS_VERSION=\"1.9.0\" -KPIC
> -I/usr/perl5/5.00503/sun4-solaris/CORE Pg.c
> /usr/ucb/cc: language optional software package not installed

It would appear that your Perl installation was constructed using a
compiler that you haven't got. You may find that you have to build
Perl from source to get around this.

Or, don't bother with building PG's Perl interface.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alexandre Carmel-Veilleux 2002-02-15 16:29:57 Constant file growth.
Previous Message Pam Wampler 2002-02-15 16:06:28 How to include plpgsql in table pg_language