On Thursday 03 June 2010 20.03:19 J. Bagg wrote:
> because I tend to skim
> over the PostgreSQL related ones, assuming they're connected with the
> ready-built version.
I'm just curious: why are you compiling your own?
If you want to stick with lenny and need 8.4: It's in backports.org (package
Thanks Dim,
I didn't realise they had that package - probably because I tend to skim
over the PostgreSQL related ones, assuming they're connected with the
ready-built version. A good lesson for me.
I'm new to Debian - just switched from Red Hat as Fedora seems to be
getting monstrous and too
"J. Bagg" writes:
> I've just had the common problem with not finding the readline library while
> compiling/linking 8.4.4 on a new linux (Debian 5 - lenny).
Tried:
apt-get build-dep postgresql-8.4
That command will install all what you need to compile your own
PostgreSQL. Some will add "and
Thanks for the pointer to the correct packages. I didn't realise that
the dev versions had the generic libs but, yes, you do need them for the
headers anyway.
Apologies for wasting time.
J
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscript
* Tom Lane (t...@sss.pgh.pa.us) wrote:
> "J. Bagg" writes:
> > I've just had the common problem with not finding the readline library
> > while compiling/linking 8.4.4 on a new linux (Debian 5 - lenny). Nothing
> > seemed to work: --with-libraries=/lib and pointing CFLAGs there all
> > failed t
"J. Bagg" writes:
> I've just had the common problem with not finding the readline library
> while compiling/linking 8.4.4 on a new linux (Debian 5 - lenny). Nothing
> seemed to work: --with-libraries=/lib and pointing CFLAGs there all
> failed to find readline. The installed packages though sa
I've just had the common problem with not finding the readline library
while compiling/linking 8.4.4 on a new linux (Debian 5 - lenny). Nothing
seemed to work: --with-libraries=/lib and pointing CFLAGs there all
failed to find readline. The installed packages though said that it was
present.