Error while compiling 7.3

From: "David Busby" <busby(at)pnts(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: Error while compiling 7.3
Date: 2002-12-06 00:18:31
Message-ID: 025b01c29cbd$023169e0$4000000a@busbydev
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

List,
I'm getting a compile error, perhaps someone could help.
My ./configure cannot find readline, but I NEED that feature.

The output in config.log about readline is below. What is going on? (I'm
kindof a noob and don't know how to figure out this one)

Thanks!!

Config.log <snip>

configure:5786: result: no
configure:5800: checking for readline
configure:5837: gcc -o conftest -O2
conftest.c -lreadline -lcrypt -lresolv -lnsl -ldl -lm -lbsd
>&5
/usr/local/lib/libreadline.so: undefined reference to `tgetnum'
/usr/local/lib/libreadline.so: undefined reference to `tgoto'
/usr/local/lib/libreadline.so: undefined reference to `tgetflag'
/usr/local/lib/libreadline.so: undefined reference to `BC'
/usr/local/lib/libreadline.so: undefined reference to `tputs'
/usr/local/lib/libreadline.so: undefined reference to `PC'
/usr/local/lib/libreadline.so: undefined reference to `tgetent'
/usr/local/lib/libreadline.so: undefined reference to `UP'
/usr/local/lib/libreadline.so: undefined reference to `tgetstr'
collect2: ld returned 1 exit status
configure:5840: $? = 1
configure: failed program was:
#line 5811 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char readline ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
readline ();
;
return 0;
}

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Phil Geer 2002-12-06 02:19:25 Re: Error while compiling 7.3
Previous Message angelo.rigo 2002-12-05 18:47:13 Re: Graphical representation of database schema