Re: v7.0.3 on Solaris 2.7

From: Dronamraju Rajesh <drajesh80(at)yahoo(dot)com>
To: Jean Wu <jean(at)whatuwant(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: v7.0.3 on Solaris 2.7
Date: 2000-11-16 15:41:52
Message-ID: 20001116154152.47790.qmail@web9601.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

hi jean,

this problem crops up in all postgres installations on
solaris. as postgres installation find ar,lex,lorder
and other commands while installation. these commands
are there in /usr/ccs/bin on all solaris machines. so
include this in the PATH environment variable. after
adding it try 'which ar' or 'which lorder' and see
whether it is displaying the path or not and then try
recompiling and reinstall it.

all the best. mail me if any problems more.

I guess TOM can add these in the platform specific
documentation of postgres and update his
pre-requisites for postgres installation.

regards
Rajesh
tech solutions
Intercept Consulting - INDIA

--- Jean Wu <jean(at)whatuwant(dot)net> wrote:
>
> I didn't get the clean 'gmake'. Attached is the
> output from 'gmake'. Can
> you shed the light for me? Thanks.
>
> <<pqmake.txt>>
> > gmake[3]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/init'
> gmake[3]: Entering directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/misc'
> gmake[3]: `SUBSYS.o' is up to date.
> gmake[3]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/misc'
> gmake[3]: Entering directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/mmgr'
> gmake[3]: `SUBSYS.o' is up to date.
> gmake[3]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/mmgr'
> gmake[3]: Entering directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/sort'
> gmake[3]: `SUBSYS.o' is up to date.
> gmake[3]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/sort'
> gmake[3]: Entering directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/time'
> gmake[3]: `SUBSYS.o' is up to date.
> gmake[3]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils/time'
> gmake[2]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend/utils'
> gmake[1]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/backend'
> gmake -C interfaces all
> gmake[1]: Entering directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/interfaces'
> gmake -C libpq all
> gmake[2]: Entering directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/interfaces/libpq'
> ar crs libpq.a fe-auth.o fe-connect.o fe-exec.o
> fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o
> dllist.o pqsignal.o inet_aton.o
> gmake[2]: ar: Command not found
> gmake[2]: *** [libpq.a] Error 127
> gmake[2]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/interfaces/libpq'
> gmake[1]: *** [all] Error 2
> gmake[1]: Leaving directory
>
`/dmf/pkgs/postgres/7.0.3/postgresql-7.0.3/src/interfaces'
> gmake: *** [all] Error 2
>
>

__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/

Browse pgsql-admin by date

  From Date Subject
Next Message Francis Solomon 2000-11-16 15:43:55 Error message: 'ERROR: cannot mark block 0 of [] blind'
Previous Message Thomas Sonne Olesen 2000-11-16 14:20:18 RE: Losing data from Postgres