Re: [ADMIN] failing to compile v. 9.0.1 on debian squeeze with readline

2010-12-06 Thread Imre Oolberg
Hi! Sorry for the noise, it was mostly my bad, people told me i needed to have libreadline6-dev package installed, from there come among other things two links lrwxrwxrwx 1 root root 20 Dec 6 09:57 /usr/lib/libhistory.so - /lib/libhistory.so.6 lrwxrwxrwx 1 root root 21 Dec 6 09:57

Re: [ADMIN] failing to compile v. 9.0.1 on debian squeeze with readline

2010-12-06 Thread Peter Eisentraut
On mån, 2010-12-06 at 00:29 +0200, Imre Oolberg wrote: 4. compile $ make ... gcc -O2 -Wall -Wmissing-prototypes ... ... postmaster/postmaster.o: In function `PostmasterMain': postmaster.c:(.text+0x420c): undefined reference to `optreset' tcop/postgres.o: In function

Re: [ADMIN] failing to compile v. 9.0.1 on debian squeeze with readline

2010-12-06 Thread Imre Oolberg
Peter Eisentraut wrote: I compile PostgreSQL on Debian squeeze about 10 times a day and I have never seen that. Could you show the output of dpkg -l \*readline\* As i wrote my problem was solved after installing libreadline6-dev (it was stupid of me not to check that in the first

[ADMIN] failing to compile v. 9.0.1 on debian squeeze with readline

2010-12-05 Thread Imre Oolberg
Hi! I am trying to compile PostgreSQL v. 9.0.1 on coming Debian Squeeze (as installed with Debian Installer 6.0 Beta1 release, http://www.debian.org/devel/debian-installer/) amd64 doing following steps 1. install required dependecies (i have done similarly on debian lenny like apt-get build-dep

Re: [ADMIN] failing to compile v. 9.0.1 on debian squeeze with readline

2010-12-05 Thread Devrim GÜNDÜZ
On Sun, 2010-12-05 at 17:49 -0500, Tom Lane wrote: Maybe you need to lobby the Debian folks to revert to a less broken version of libreadline. It surely has got no business exporting either of those symbols. Could it be libreadline5 vs libreadline 6? -- Devrim GÜNDÜZ PostgreSQL

Re: [ADMIN] failing to compile v. 9.0.1 on debian squeeze with readline

2010-12-05 Thread Tom Lane
Devrim =?ISO-8859-1?Q?G=DCND=DCZ?= dev...@gunduz.org writes: On Sun, 2010-12-05 at 17:49 -0500, Tom Lane wrote: Maybe you need to lobby the Debian folks to revert to a less broken version of libreadline. It surely has got no business exporting either of those symbols. Could it be