Re: postgres 8.3.8 and Solaris 10 problems?

Поиск
Список
Период
Сортировка
От raghu ram
Тема Re: postgres 8.3.8 and Solaris 10 problems?
Дата
Msg-id d331f2ee0910081332y4b80c8d5m91b32c8737384911@mail.gmail.com
обсуждение исходный текст
Ответ на postgres 8.3.8 and Solaris 10 problems?  (u235sentinel <u235sentinel@gmail.com>)
Ответы Re: postgres 8.3.8 and Solaris 10 problems?  (u235sentinel <u235sentinel@gmail.com>)
Список pgsql-admin


On Tue, Oct 6, 2009 at 11:46 PM, u235sentinel <u235sentinel@gmail.com> wrote:
So I compiled postgres with Solaris 10 and have problems running it.

# ./pg_ctl
ld.so.1: pg_ctl: fatal: relocation error: R_AMD64_32: file /usr/local/postgres64/lib/libpq.so.5: symbol (unknown): value 0xfffffd7fff1cf210 does not fit
Killed

# ldd pg_ctl
      libpq.so.5 =>    /usr/local/postgres64/lib/libpq.so.5
      libm.so.2 =>     /usr/lib/64/libm.so.2
      libxml2.so.2 =>  /usr/lib/64/libxml2.so.2
      libz.so.1 =>     /usr/lib/64/libz.so.1
      libreadline.so.6 =>      /usr/local/lib/libreadline.so.6
      libcurses.so.1 =>        /usr/lib/64/libcurses.so.1
      librt.so.1 =>    /usr/lib/64/librt.so.1
      libsocket.so.1 =>        /usr/lib/64/libsocket.so.1
      libc.so.1 =>     /usr/lib/64/libc.so.1
      libpthread.so.1 =>       /usr/lib/64/libpthread.so.1
      libnsl.so.1 =>   /lib/64/libnsl.so.1
      libgcc_s.so.1 =>         /usr/sfw/lib/amd64/libgcc_s.so.1
      libaio.so.1 =>   /lib/64/libaio.so.1
      libmd.so.1 =>    /lib/64/libmd.so.1
      libmp.so.2 =>    /lib/64/libmp.so.2
      libscf.so.1 =>   /lib/64/libscf.so.1
      libdoor.so.1 =>  /lib/64/libdoor.so.1
      libuutil.so.1 =>         /lib/64/libuutil.so.1
      libgen.so.1 =>   /lib/64/libgen.so.1

# file /usr/local/postgres64/lib/libpq.so.5
/usr/local/postgres64/lib/libpq.so.5:   ELF 64-bit LSB dynamic lib AMD64 Version 1 [SSE CMOV], dynamically linked, not stripped


What am I missing???

Here's my environment.

Solaris 10 x86_64 with postgres 8.3.8 and openssl 98k using gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
, sunstudio12.1 and GNU Make 3.80

Thanks!



could you please try to start the Postgres service using below steps

cd <installed postgres directory>/bin

./pg_ctl -D < data directory path> start


Thanks & Regards
Raghu

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: drop table error
Следующее
От: Louis Lam
Дата:
Сообщение: How to tell what OS PostgreSQL is installed on.