Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-06-03 Thread Tom Lane
Jeremy Buchmann <[EMAIL PROTECTED]> writes: > ... Readline is available, and this may be the way to go if you > can't get readline to compile on its own. There isn't anything difficult about installing readline from source on Panther. Untar, configure, make, sudo make install. Alternatively yo

Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-06-03 Thread Andrew Rawnsley
You can compile without it (--without-readline). If you don't plan on using psql much it won't make any difference. On Feb 16, 2004, at 7:05 PM, Kevin Barnard wrote: I am trying to get PostgreSQL 7.4.1 to make with Mac OS 10.3 I run configure which complains about readline. I'm not sure how Ap

Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-02-20 Thread Perez
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Tom Lane) wrote: > Alternatively you can just configure postgres --without-readline. > psql is a lot less pleasant to use without it, but if you don't > use psql much you may not care. > > regards, tom lane That's what I d

Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-02-18 Thread Tom Lane
Kevin Barnard <[EMAIL PROTECTED]> writes: > On Feb 16, 2004, at 8:27 PM, Tom Lane wrote: >> There isn't anything difficult about installing readline from source >> on Panther. Untar, configure, make, sudo make install. > One would think this to be the case. I keep getting the following link > e

Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-02-18 Thread Kevin Barnard
On Feb 16, 2004, at 8:27 PM, Tom Lane wrote: Jeremy Buchmann <[EMAIL PROTECTED]> writes: ... Readline is available, and this may be the way to go if you can't get readline to compile on its own. There isn't anything difficult about installing readline from source on Panther. Untar, configure, ma

Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-02-18 Thread Shane Wright
There nay be something I'm missing about why you're compiling from source, but I'm having a great time with the binary package from here... http://www.entropy.ch/software/macosx/postgresql/ It's 7.4, not 7.4.1 so I guess that may be why - but all the complicated bits are done and it works well!

Re: [ADMIN] Mac OS 10.3 Panther make questions

2004-02-16 Thread Jeremy Buchmann
Kevin, The /sw directory is created by fink (http://fink.sourceforge.net/) which you may want to install. It's a debian-ish packaging system designed for bringing open-source programs to Mac OS X. I believe PostgreSQL is available as a fink package as well, but it may not be recent. Readlin

[ADMIN] Mac OS 10.3 Panther make questions

2004-02-16 Thread Kevin Barnard
I am trying to get PostgreSQL 7.4.1 to make with Mac OS 10.3 I run configure which complains about readline. I'm not sure how Apple compiled bash which is the new default shell but I can't find the library or headers either. I have installed Xcode and found a few notes online about postgres 7