| From: | s(dot)chava(at)wcom(dot)com (Srinivasa Rao Chava) |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | problem with postgresql7.2 installation |
| Date: | 2002-02-15 15:09:52 |
| Message-ID: | 66d229f1.0202150709.616473bc@posting.google.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi,
I'm trying to install postgresql7.2 on susOS.
When I used gmake command to build it, it is giving the following
error.
/usr/ucb/cc: language optional software package not installed
Below is some of the output generated with gmake.
/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
gmake[4]: *** [Pg.o] Error 1
gmake[4]: Leaving directory
`/u01/app/pgsql/postgresql-7.2/src/interfaces/perl5'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory
`/u01/app/pgsql/postgresql-7.2/src/interfaces/perl5'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/u01/app/pgsql/postgresql-7.2/src/interfaces'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/u01/app/pgsql/postgresql-7.2/src'
gmake: *** [all] Error 2
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pam Wampler | 2002-02-15 16:06:28 | How to include plpgsql in table pg_language |
| Previous Message | Andy Marden | 2002-02-15 15:07:02 | User access to start and stop postmaster |