configure script problem

From: gfaruch(at)laposte(dot)net (=?ISO-8859-1?Q?Gr=E9gory_Faruch?=)
To: pgsql-admin(at)postgresql(dot)org
Subject: configure script problem
Date: 2002-08-29 23:30:30
Message-ID: 2896c729.0208291530.1c275f21@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bonjour,

The configure script have problems to find these functions : gettext,
using_history and cryp

My os is : solaris 9 on ultrasparc
postgres version : 7.2
my gcc version is : 3.1 (tested ok with s9)
readline version : 4.3
openssl version : 0.9.6c
gettext lib : i downloaded it from the postgres link

my variables :

LDFLAGS='-L/usr/local/lib -L/usr/local/ssl/lib -ltermcap -lreadline -
lhistory'
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/ssl/lib
LD_RUN_PATH=/usr/local/lib
LD_OPTIONS='-L/usr/local/lib -L/opt/sfw/lib -R$ORIGIN/../lib -R/opt/sfw/lib
-R/opt/openssl/lib -R/usr/local/lib -i -s -z origin'

the configure call :

./configure --prefix=/usr/local/postgresql2 --with-
includes=/usr/local/include:/usr/local/ssl/include --with-
libs=/usr/local/lib:/usr/local/ssl/lib --enable-locale --enable-
multibyte=LATIN1 --enable-nls='fr' --with-java --enable-syslog

configure output :

##### ABOUT LIB PATHS #####

using LDFLAGS=-L/usr/local/lib -L/usr/local/ssl/lib -ltermcap -lreadline -
lhistory -L/usr/local/lib -L/usr/local/ssl/lib

##### ABOUT READLINE LIB #####

checking for readline... yes (-lreadline)
checking for library containing using_history... none required (#????)

##### ABOUT SSL LIB #####

checking for library containing crypt... none required

##### ABOUT GETTEXT LIB #####

checking for library containing gettext... none required

checking for libintl.h... yes

I tried with different version of gcc readline and gettext but configure
says always the same.
You can find a copy of an xterm session which show result of 'set' command and
the entire configure output here : www.gdf.xdir.org

I wonder if 'crle' command can play any role to solve my problem ?

Thanks for reading.

Grégory

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David Wheeler 2002-08-30 00:29:01 Re: Silencing NOTICEs in Perl Pg
Previous Message Bruno Wolff III 2002-08-29 22:55:27 Re: Some timestamp problems