Re: Install problems for postgresql-8.4.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Don Fox <donfox1(at)mac(dot)com>
Cc: Michael Wood <esiotrot(at)gmail(dot)com>, "Mark H(dot) Nichols" <info(at)markhnichols(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Install problems for postgresql-8.4.1
Date: 2009-11-02 19:39:09
Message-ID: 7740.1257190749@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Don Fox <donfox1(at)mac(dot)com> writes:
> bash-3.2$ createdb -T template1 fromtemp0db
> Bus error
> bash-3.2$

This appears to be the createdb program itself crashing, not the server.
That cuts down the alternatives quite a lot, because createdb isn't
much; it basically just tries to connect via libpq and send a CREATE
DATABASE command to the server. My first thought is that you have a
corrupt libpq.so, or one that is incompatible with your createdb
executable. You could check some of the more obvious causes by
seeing what "file" and "otool -L" have to say about createdb and
libpq.so.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mark H. Nichols 2009-11-02 19:41:37 Re: Install problems for postgresql-8.4.1
Previous Message Tom Lane 2009-11-02 19:30:01 Re: Can't get list of databases with \list