Problems buidling PostgreSQL v7.0.2 on Solaris 2.5.1
Hello,
I am attempting to build PostgreSQL v7.0.2 on a Sparc running Solaris 2.5.1. I
can compile the source successfully, and I see the following message:
All of PostgreSQL is successfully made. Ready to install.
Once I attempt to install, I get errors that look like:
gmake[2]: Entering directory `/home/anubis22/oberpwd/postgresql-7.0.2/src/backend/access'
gmake -C common postgres/usr/X11R6
gmake[3]: Entering directory `/home/anubis22/oberpwd/postgresql-7.0.2/src/backend/access/common'
gmake[3]: *** No rule to make target `postgres/usr/X11R6'. Stop.
gmake[3]: Leaving directory `/home/anubis22/oberpwd/postgresql-7.0.2/src/backend/access/common'
gmake[2]: *** [postgres/usr/X11R6] Error 2
Has anyone seen this before, or know why this is happening? I am compiling the
source locally and attempting to install in my local directory (i.e. without
root privledges). I have attached a script capturing the output of the
configure, make, and install steps.
Any help is greatly appreciated!
Wade Oberpriller
StorageTek
oberpwd@network.com
hello.
can anyone recommend a windows ui tool for viewing data in postgres?
essentially i want to use something other than the command line for looking
at results. as an emample, i'm looking for the equivalent of TOAD for
Oracle. is the easiest approach to connect in MS Access via odbc?
thanks
chris
You might also try pg_access which comes with postgres. You will have to
install Tcl/Tk on the windows machine but that is available on the Net. As
far as ACCESS goes, I think ODBC is the ONLY way you are going to connect to
Postgres but it DOES work just fine. There are some things you have to
watch out for (i.e, I have NEVER been able to get ACCESS to support fix char
length fields, it will only export varchar).
Len Morgan
-----Original Message-----
From: chris markiewicz <cmarkiew@commnav.com>
To: Postgres (E-mail) <pgsql-general@postgresql.org>
Date: Friday, September 15, 2000 12:59 PM
Subject: [GENERAL] windows UI tool???
Show quoted text
hello.
can anyone recommend a windows ui tool for viewing data in postgres?
essentially i want to use something other than the command line for looking
at results. as an emample, i'm looking for the equivalent of TOAD for
Oracle. is the easiest approach to connect in MS Access via odbc?thanks
chris
Import Notes
Resolved by subject fallback
Try PgAdmin: http://www.pgadmin.freeserve.co.uk/
Poul L. Christiansen
chris markiewicz wrote:
Show quoted text
hello.
can anyone recommend a windows ui tool for viewing data in postgres?
essentially i want to use something other than the command line for looking
at results. as an emample, i'm looking for the equivalent of TOAD for
Oracle. is the easiest approach to connect in MS Access via odbc?thanks
chris
oberpwd@anubis.network.com (Wade D. Oberpriller) writes:
Once I attempt to install, I get errors that look like:
gmake[2]: Entering directory `/home/anubis22/oberpwd/postgresql-7.0.2/src/backend/access'
gmake -C common postgres/usr/X11R6
Oh my, it looks like gmake is finding a value of $(X) from somewhere
instead of assuming it's empty. Possibly "unset X" will help.
regards, tom lane
can anyone recommend a windows ui tool for viewing data in postgres?
essentially i want to use something other than the command line for
looking
at results. as an emample, i'm looking for the equivalent of TOAD for
Oracle. is the easiest approach to connect in MS Access via odbc?
Well, I'd say "find the data access/modelling tool of your choice, and
hook it up with ODBC."
I'm used to the SQL Explorer that comes with Delphi, so that's what I use,
although I've heard that TOAD is much nicer....
steve
Show quoted text
oberpwd@anubis.network.com (Wade D. Oberpriller) writes:
Once I attempt to install, I get errors that look like:
gmake[2]: Entering directory `/home/anubis22/oberpwd/postgresql-7.0.2/src/backend/access'
gmake -C common postgres/usr/X11R6Oh my, it looks like gmake is finding a value of $(X) from somewhere
instead of assuming it's empty. Possibly "unset X" will help.regards, tom lane
That was it! Thanks alot.
Wade Oberpriller
StorageTek
oberpwd@network.com
Show quoted text
oberpwd@anubis.network.com (Wade D. Oberpriller) writes:
Once I attempt to install, I get errors that look like:
gmake[2]: Entering directory `/home/anubis22/oberpwd/postgresql-7.0.2/src/backend/access'
gmake -C common postgres/usr/X11R6Oh my, it looks like gmake is finding a value of $(X) from somewhere
instead of assuming it's empty. Possibly "unset X" will help.regards, tom lane
Tom Lane writes:
oberpwd@anubis.network.com (Wade D. Oberpriller) writes:
Once I attempt to install, I get errors that look like:
gmake[2]: Entering directory `/home/anubis22/oberpwd/postgresql-7.0.2/src/backend/access'
gmake -C common postgres/usr/X11R6Oh my, it looks like gmake is finding a value of $(X) from somewhere
instead of assuming it's empty. Possibly "unset X" will help.
I'll change it to EXEEXT, which is the standard name, when I get a chance.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/
On Fri, 15 Sep 2000, Steve Wolfe wrote:
Well, I'd say "find the data access/modelling tool of your choice, and
hook it up with ODBC."I'm used to the SQL Explorer that comes with Delphi, so that's what I use,
although I've heard that TOAD is much nicer....
Any URL's?
Kind regards
Andreas.
"chris markiewicz" <cmarkiew@commnav.com> el d�a Fri, 15 Sep 2000 13:57:31
-0400, escribi�:
hello.
can anyone recommend a windows ui tool for viewing data in postgres?
Zeos Database Objects 5.1.3
home page: http://www.zeos.dn.ua
sergio