Re: configure fails on solaris

Поиск
Список
Период
Сортировка
От Stergios Zissakis
Тема Re: configure fails on solaris
Дата
Msg-id NGBBJHBHDKPNOODGDMMAKEHGCIAA.szis@intranet.gr
обсуждение исходный текст
Ответ на Re: configure fails on solaris  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: configure fails on solaris
Список pgsql-ports
I don't use gcc. I user CC instead. Unfortunatly readline is not present in
either Solaris 7 or 8.
I had to built it from scratch and includ it in my PostgreSQL distribution;
I didn't want to go the --without-readline way.

As for the configuration of the dynamic linker, I did not touch it at all. I
use LD_LIBRARY_PATH and
have configured PostgreSQL (./configure script) with the
appropriate --with-includes and --with-libraries options. Is there anything
wrong with this configuration?

Thanks for you comment anyway; I might get to configure the dynamic linker
if I ever get the root password!!!

Regards,
Sterge




-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Sent: Thursday, June 24, 2004 4:58 PM
To: Stergios Zissakis
Cc: Edwin New; pgsql-ports@postgresql.org
Subject: Re: [PORTS] configure fails on solaris


"Stergios Zissakis" <szis@intranet.gr> writes:
> Modify your .profile or the file your ENV variable points to, to include
the
> right path LD_LIBRARY_PATH.

Specifically, I'd bet that libreadline is in /usr/local/lib, which gcc
will search by default during linking (if it was built with default
configuration).  If you don't have the dynamic linker configured to use
the same search path as gcc, you're in for lots of trouble.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: configure fails on solaris
Следующее
От: Tom Lane
Дата:
Сообщение: Re: configure fails on solaris