Re: [ADMIN] Configure exit 1

2009-03-05 Thread Alvaro Herrera
Carol Walter wrote: > When I looked at the config.log file, the end looks like this ... > > #define HAVE_WCTYPE_H 1 > #define PACKAGE_BUGREPORT "pgsql-b...@postgresql.org" > #define PACKAGE_NAME "PostgreSQL" > #define PACKAGE_STRING "PostgreSQL 8.3.6" > #define PACKAGE_TARNAME "postgresql" > #defi

Re: [ADMIN] Configure exit 1

2009-03-05 Thread Tom Lane
Carol Walter writes: > I'm installing version PostgreSQL 8.3.6 as a test. I want to take it > live in two weeks. I installed it configured and ran gmake once and > it seemed to work fine, but I didn't have the data directory name that > I thought I should have had, so I ran gmake distclean

Re: [ADMIN] Configure exit 1

2009-03-05 Thread Carol Walter
Hello, again, I solved my own problem. The LD_LIBRARY_PATH was not set. Carol On Mar 5, 2009, at 3:27 PM, Carol Walter wrote: Greetings, This is on a Solaris 10 box. Did I shoot myself in the foot by trying to do a completely clean install? I'm installing version PostgreSQL 8.3.6 as a