initdb failing on REL9_5_STABLE with exit code 132...

Поиск
Список
Период
Сортировка
От Bob Cochran
Тема initdb failing on REL9_5_STABLE with exit code 132...
Дата
Msg-id 577691DF.3060600@mindchasers.com
обсуждение исходный текст
Ответы Re: initdb failing on REL9_5_STABLE with exit code 132...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hello,

I just built REL9_5_STABLE using an embedded Linux install 4.1.8.

I configured as follows:  configure --with-python --with-openssl
--enable-debug

When I run initdb, I get the following:

creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting dynamic shared memory implementation ... posix
creating configuration files ... ok
creating template1 database in /usr/local/pgsql/data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... sh: line 1: 19593 Illegal
instruction     "/usr/local/pgsql/bin/postgres" --single -F -O -c
search_path=pg_catalog -c exit_on_error=true template1 > /dev/null
child process exited with exit code 132

I'm going to try to rebuild now without my configure options and retry.
Any tips on hunting this down will be appreciated.

Thanks

Bob




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

Предыдущее
От: Andrej
Дата:
Сообщение: Re: seg fault on dsm_create call
Следующее
От: Tom Lane
Дата:
Сообщение: Re: initdb failing on REL9_5_STABLE with exit code 132...