Re: Starting postgres on Solaris

Поиск
Список
Период
Сортировка
От Greg Spiegelberg
Тема Re: Starting postgres on Solaris
Дата
Msg-id 3EEF167C.4000501@cranel.com
обсуждение исходный текст
Ответ на Starting postgres on Solaris  ("Brent Howard" <BHoward@ppc.com>)
Список pgsql-admin
Brent,

Sounds like you don't have the runtime linker (ld.so) configured
correctly or don't have your environment setup.

Solaris 8 & 9 has a command, crle, which is similar to the Linux
ldconfig command.  I typically add all lib paths to it so I don't have
to worry about setting environment variables for all the different
shells.  As a best practice I have a bootup script which runs this on
every boot in case libraries are added, removed or patched.

As root or in a startup script...

# crle -c /var/ld/ld.config -l \
   /usr/lib:/usr/local/lib:/usr/local/ssl/lib:/apps/pgsql/lib \
   -i /usr/lib -i /usr/local/lib -i /usr/local/ssl/lib -i /apps/pgsql/lib

See crle(1) man page for all the options.

Greg


Brent Howard wrote:
> Hi,
>
> I am trying to start postgres from the command line on Solaris 8.  I rebooted my server and now all i get when i try
tostart postgres is an error.  I listed the error below. 
>
> Is there a way to get postgres to read/reference the libraries correctly?  How do i fix this problem, without
rebuildingpostgres?   
>
> $> su - postgres
>
> bash-2.03$ cd /usr/local/pgsql/bin
>
> bash-2.03$ ./postmaster
>     ld.so.1: ./postmaster: fatal: relocation error: file /usr/local/ssl/lib/libcrypto.so.0.9.6: symbol
__register_frame_info:referenced symbol not found 
>     Killed
>
> bash-2.03$
>
>
> ----
> Any help would be appreciated.
>
>
> B~
>
> ps.  If i must rebuild postgres, can i rebuild easily without losing my data?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


--
Greg Spiegelberg
  Sr. Product Development Engineer
  Cranel, Incorporated.
  Phone: 614.318.4314
  Fax:   614.431.8388
  Email: gspiegelberg@Cranel.com
Cranel. Technology. Integrity. Focus.



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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: psql DBNAME -U USER (how to disable -U option?)
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: psql DBNAME -U USER (how to disable -U option?)