From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Islam Hegazy" <islheg(at)hotmail(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: initializing the DB cluster |
Date: | 2007-05-23 13:38:26 |
Message-ID: | 19601.1179927506@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
"Islam Hegazy" <islheg(at)hotmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Ewald Geschwinde | 2007-05-23 13:38:53 | Re: Can I restrict backups? |
Previous Message | John DeSoi | 2007-05-23 12:24:56 | Re: Can I restrict backups? |