| От | Tom Lane |
|---|---|
| Тема | Re: Install problems for postgresql-8.4.1 |
| Дата | |
| Msg-id | 7740.1257190749@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Install problems for postgresql-8.4.1 (Don Fox <donfox1@mac.com>) |
| Ответы |
Re: Install problems for postgresql-8.4.1
|
| Список | pgsql-novice |
Don Fox <donfox1@mac.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
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера