Thread: postgresql with mac os x (darwin)
Hi. Has anyone gotten any version of postgresql to build under mac os X 10.2 "jaguar"? i read something about a patch for 7.1 on a newsgroup but i couldn't get it to work. thanks! john
There are a few pre-compiled binaries out on the net for this if that works for you. I had a bear of a time getting it working and went to the binary. In lieu of using the binary here is a set of instructions for compiling your own. good luck. http://www.psyex.com/techdocs/pgonx.html On Mon, Oct 07, 2002 at 01:19:53PM -0500, John Joseph Bachir wrote: > Hi. Has anyone gotten any version of postgresql to build under mac os > X 10.2 "jaguar"? i read something about a patch for 7.1 on a newsgroup > but i couldn't get it to work. > > thanks! > john > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org > -- ####################################### #Fear that makes faith may break faith. #Bothwell. Act i. Sc. 3. #Algernon Charles Swinburne. (1837-1909)
You can pick up version 7.2.2 here: www.entropy.ch/software/MacOSx/postgresql/ Marc did a great job with this package Patrick Hatcher |--------+---------------------------------> | | John Joseph Bachir | | | <jb@rice.edu> | | | Sent by: | | | pgsql-novice-owner@post| | | gresql.org | | | | | | | | | 10/07/2002 11:19 AM | |--------+---------------------------------> >------------------------------------------------------------------------------------------------------------| | | | To: <pgsql-novice@postgresql.org> | | cc: | | Subject: [NOVICE] postgresql with mac os x (darwin) | >------------------------------------------------------------------------------------------------------------| Hi. Has anyone gotten any version of postgresql to build under mac os X 10.2 "jaguar"? i read something about a patch for 7.1 on a newsgroup but i couldn't get it to work. thanks! john ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
You can download and install 7.2.2 from fink fink.sourceforge.net Or you can download 7.3b2 from the postgresql site. It compiled fine on my machine (jaguar) adam > Hi. Has anyone gotten any version of postgresql to build under mac os > X 10.2 "jaguar"? i read something about a patch for 7.1 on a newsgroup > but i couldn't get it to work. > > thanks! > john > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
i got 7.3b2 to build with gcc2 and --no-readline (i didn't have the readline libraries i guess) what is readline? i don't know if i will need it. thanks john
John, > i got 7.3b2 to build with gcc2 and --no-readline (i didn't have the > readline libraries i guess) > > what is readline? i don't know if i will need it. In PSQL, readline lets you use the "up arrow" key to re-run your previous commands, and tab to auto-complete table names. That's all it does. Very useful if you're a heavy PSQL user, but dispensable if you intend to use a GUI for database interaction. -Josh