Re: Configure problems on Solaris 2.7, pgsql 7.02 and 7.03
On Wednesday 04 April 2001 22:42, Ciaran Johnston wrote:
Hi,
Sorry to bother you's but I am currently doing a database comparison and
have been trying to get postgresql installed. I'm running Solaris 2.7. I
downloaded pgsql 7.03 and ran ./configure in the src/ directory. This
was fine until the very end when this error appeared:
Why are you running configure inside src/? I'm not sure if the 7.0.x had the
configure on the src/ dir or the root.
You could take a look at 7.1RC[2-3], which looks pretty stable, and I have
(RC1) compiled and working on a Solaris 8 SPARC.
Saludos... :-)
--
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-----------------------------------------------------------------
Martin Marques | mmarques@unl.edu.ar
Programador, Administrador | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------
Import Notes
Reply to msg id not found: 3ACB7912.C1884F23@eei.ericsson.seReference msg id not found: 3ACB7912.C1884F23@eei.ericsson.se
On Wed, Apr 04, 2001 at 06:46:12PM +0300, Mart�n Marqu�s allegedly wrote:
Why are you running configure inside src/? I'm not sure if the 7.0.x had the
configure on the src/ dir or the root.
It's in the src dir with 7.0.x alright.
You could take a look at 7.1RC[2-3], which looks pretty stable, and I have
(RC1) compiled and working on a Solaris 8 SPARC.
I'm using pgsql 7.0.3 on Solaris 7 Sparc and Solaris 8 Intel for a
website that get's about 600,000 pageviews daily. pgsql 7.0.x works
without problems for me and I'm connecting to it via JDBC. No crashes
or major problems so far.
Anyway, 7.0.x should work problem free on Solaris (there are some
issues with 7.1 at the moment). To make this a bit easier to diagnose,
could you send me the output of the following commands?
| jumpstart:~$ uname -a
| SunOS jumpstart 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-Enterprise
| jumpstart:~$ echo $PATH
| /sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin
| jumpstart:~$ which sed
| /bin/sed
| jumpstart:~$ which gcc
| /usr/local/bin/gcc
| jumpstart:~$ gcc -v
| Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
| gcc version 2.95.2 19991024 (release)
| jumpstart:~$ which make
| /usr/local/bin/make
| jumpstart:~$ make -v
| GNU Make version 3.78.1, by Richard Stallman and Roland McGrath.
| Built for sparc-sun-solaris2.7
| Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99
| Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.
| There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
| PARTICULAR PURPOSE.
|
| Report bugs to <bug-make@gnu.org>.
It is of course possible that the output on your system is quite
different.
Regards,
Mathijs
--
It's not that perl programmers are idiots, it's that the language
rewards idiotic behavior in a way that no other language or tool has
ever done.
Erik Naggum