Re: "ld.so.l: /usr/local/pgsql/bin/initdb: fatal: libreadline.so.4: open failed: No such file or directory"

Поиск
Список
Период
Сортировка
От olive Mckenzie
Тема Re: "ld.so.l: /usr/local/pgsql/bin/initdb: fatal: libreadline.so.4: open failed: No such file or directory"
Дата
Msg-id 20051119220110.33429.qmail@web52014.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: "ld.so.l: /usr/local/pgsql/bin/initdb: fatal:  (Jeff Frost <jeff@frostconsultingllc.com>)
Ответы Re: "ld.so.l: /usr/local/pgsql/bin/initdb: fatal:  (Jeff Frost <jeff@frostconsultingllc.com>)
Список pgsql-admin
What is the exact command you are running (copy/paste)? As simply issuing "su
postgres" should not run initdb on login.

I typed
 
# su postgres
$ /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
 
Then I got the message
 
$ ld.so.l: /usr/local/pgsql/bin/initdb: fatal: libreadline.so.4: open failed: No such file or directory
 
Note /usr/local/pgsql/data is owned by postgres
 
Are you installing from the TARFILE or from a solaris pkg?
 
I have installed all the files from Sun freeware sites for solaris 10 .gz files even postgresql-8.0.1.
 
gunzip to unpack and pkgadd -d file name minus .gz to install.

To get your command to run, you probably just need to do the following before
you execute it, you could also add this to your bash profile:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sfw/lib
 
 
Where is my bash file
 
in /etc/skel/
 
I have    local.cshrc    local.login and local.profile 
 
 
Olive



Jeff Frost <jeff@frostconsultingllc.com> wrote:
Olive, please don't take the pgsql-admin@postgresql.org address out of the
list as others will likely have excellent info for you as well, plus people
can search the archives when they have similar problems.

Are you installing from the TARFILE or from a solaris pkg?

What is the exact command you are running (copy/paste)? As simply issuing "su
postgres" should not run initdb on login.

To get your command to run, you probably just need to do the following before
you execute it, you could also add this to your bash profile:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/sfw/lib

On Sat, 19 Nov 2005, olive Mckenzie wrote:

> Hello Jeff Frost,
>
> I have installed installed libreadline.so.4. When I do a search for it I
> find it in /opt/sfw/lib.
>
> initdb kicks off even if i try the command fr om root.
>
> Olive
>
> Jeff Frost wrote:
> Olive,
>
> You need to locate the libreadline.so.4 shared library on your system. I'm
> guessing it's not in any of the standard locations and then add that path to
> your LD_LIBRARY_PATH. You might also need to install libreadline if you do
> not have it available on your system.
>
> I'm curious as to why initdb is kicking off when you su to the postgres user
> though. Is this how the solaris pkg is set up?
>
>
> I'm curious as to why initdb is kicking off when you su to the postgres
> user though. Is this how the solaris pkg is set up?

> The reason for using "su postgres"

> is that it is part of the instructions give by postgresql-8.0.1 for
> installing the software into the user postgres directory.


--
Jeff Frost, Owner
Frost Consu lting, LLC http://www.frostconsultingllc.com/
Phone: 650-780-7908 FAX: 650-649-1954




Yahoo! FareChase - Search multiple travel sites in one click.

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

Предыдущее
От: Jeff Frost
Дата:
Сообщение: Re: "ld.so.l: /usr/local/pgsql/bin/initdb: fatal:
Следующее
От: olive Mckenzie
Дата:
Сообщение: Re: "ld.so.1: /usr/local/pgsql/bin/initdb: fatal: