

Seems very likely to be a C library incompatibility. Perhaps you force-installed RPMs from a different OS or version? It suggests a hardware incompatibility or a low level issue like an incompatible C library. However, the error you're getting really shouldn't happen. For the PDGD RPMs (from ) that's documented in the README.rpm-dist: /usr/pgsql-9.4/bin/postgresql94-setup initdb If you installed from packages, you should use the package's provided methods for creating the DB. sh: line 1: 12616 Bus error (core dumped) "/usr/bin/postgres" -single -F -O -c search_path=pg_catalog -c exit_on_error=true template1 > /dev/null 32MBĬreating template1 database in /usr/local/pgsql/data/base/1. The default text search configuration will be set to "english".Ĭreating directory /usr/local/pgsql/data. The default database encoding has accordingly been set to "UTF8". The database cluster will be initialized with locale "en_US.utf8". This user must also own the server process.

The files belonging to this database system will be owned by user "postgres". I've changed my user to "postgres" with "su postgres" and then tried to initialize the database with "initdb" (this may be the problem) Installed: postgresql-libs-9.2.13-1.el7_1.x86_64
#Postgresql commands with examples code
I've installed the correct PostgreSQL packages (server & client) however, I'm unable to create a database and get some type of initializing dependencies error: Bus Error / Exit Code 135.

I'm working on creating a Database Cluster (single database) in PostgreSQL 9.x working on a Linux system (CentOS - RedHat - Fedora).
