Обсуждение: Problem compiling with readline

Поиск
Список
Период
Сортировка

Problem compiling with readline

От
"Rui Vilela"
Дата:
Hello.

I'm trying to compile pgsql 7.3.2 on Mandrake 9
I got the libreadline and libreadline-devel RPMS installed.

On compile it gives me an error, it cannot find readline
readline is on /usr/lib, and i writed on ld.so.conf
Anyone got a clue to solution ?

thanks on advance.
Rui Vilela

Re: Problem compiling with readline

От
Steve Crawford
Дата:
See if ncurses/ncurses-devel are installed. I've had compilation with
readline support fail when these are missing.

Cheers,
Steve

On Tuesday 11 February 2003 1:08 pm, Rui Vilela wrote:
> Hello.
>
> I'm trying to compile pgsql 7.3.2 on Mandrake 9
> I got the libreadline and libreadline-devel RPMS installed.
>
> On compile it gives me an error, it cannot find readline
> readline is on /usr/lib, and i writed on ld.so.conf
> Anyone got a clue to solution ?
>
> thanks on advance.
> Rui Vilela

Re: Problem compiling with readline

От
Tim Ellis
Дата:
Postgres 7.3.2 compilation.

This was my problem. Complained of no readline support, but actually the
problem was lack of libncurses-devel package on my Redhat-based system.

Bah.

I guess config.log did hint at that, but I didn't know enough about the
output to understand that's what it was telling me.

--
Tim Ellis
Senior Database Architect

On Wed, 2003-02-12 at 12:29, Steve Crawford wrote:
> See if ncurses/ncurses-devel are installed. I've had compilation with
> readline support fail when these are missing.
>
> > I'm trying to compile pgsql 7.3.2 on Mandrake 9
> > I got the libreadline and libreadline-devel RPMS installed.
> >
> > On compile it gives me an error, it cannot find readline
> > readline is on /usr/lib, and i writed on ld.so.conf
> > Anyone got a clue to solution ?