Re: initializing the DB cluster

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: initializing the DB cluster
Дата
Msg-id 19601.1179927506@sss.pgh.pa.us
обсуждение исходный текст
Ответ на initializing the DB cluster  ("Islam Hegazy" <islheg@hotmail.com>)
Список pgsql-admin
"Islam Hegazy" <islheg@hotmail.com> writes:
>       I installed the source of PostgreSQL 8.2.3 on a linux machine. The =
> installation process ended successfully but when I try to create the =
> database cluster using the initdb command I get the following error:
>       "
>       creating conversions ... sh: line 1:  1838 Segmentation fault      =
> (core dumped) "/home/grads/imehegaz/MyPostgreSQL/bin/postgres" --single =
> -F -O -c search_path=3Dpg_catalog -c exit_on_error=3Dtrue template1 =
>> /dev/null
>       child process exited with exit code 139

A segfault at the "creating conversions" step suggests a problem with
compatibility of shared libraries (because that's the first step that
tries to pull in any dynamically-loaded modules).  Probably it's
finding .so's that are for some other Postgres version.  Check rpath
etc.

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: John DeSoi
Дата:
Сообщение: Re: Can I restrict backups?
Следующее
От: "Ewald Geschwinde"
Дата:
Сообщение: Re: Can I restrict backups?