From: | "Scott Marlowe" <smarlowe(at)qwest(dot)net> |
---|---|
To: | "Claudia Dantas Procopio" <claudia(at)cnpa(dot)embrapa(dot)br> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Help - Error in createdb |
Date: | 2004-07-18 22:37:06 |
Message-ID: | 1090190226.3429.22.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Wed, 2004-07-14 at 06:04, Claudia Dantas Procopio wrote:
> Hello,
>
> I have a problem. When I write "/usr/local/pgsql/bin/createdb
> producao" is showed ther error:
> "ld.so.1: /usr/local/pgsql/bin/psql: fatal: libgcc_s.so.1: open
> failed: No such file or directory
> Killed
> createdb: database creation failed"
>
Is this a new install on a linux box? Try this:
add a line that says "/usr/local/pgsql/lib" to the /etc/ld.so.conf file
and then run ldconfig (do both as root) then try the createdb again as
the postgres super user.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-07-19 03:03:01 | Re: [HACKERS] Point in Time Recovery |
Previous Message | Oliver Elphick | 2004-07-18 20:41:51 | Re: How do I grant access to entire database at |