From: Jonathan P. <jp...@dc...> - 2005-09-13 21:39:18
|
On 13 Sep 2005, at 22:25, Dave Howell wrote: > I believe I do not have 'the latest XCode' installed. My laptop > has /Developer/Applications/Xcode (version 1.5). My server has / > Developer/Applications/ProjectBuilder (2.0). ProjectBuilder, as far as I remember, is a pre-Xcode thing, so I guess that must be an old installation. > Guess I'll try installing XCode and see if that helps. . . . and > eureka. Thank you both very much. Rails is now running. Haven't > been able to get the postgres driver to install yet, but that > appears to be a matter of psychically guessing what the answer is > to the question "--with-pgsql-dir=" is. Hurrah! The argument to --pgsql-dir is likely to be the 'prefix' directory into which postgres has been installed. The prefix directory is the one containing directories like 'bin', 'include', 'lib', 'sbin', 'share'. For example, if you find your postgres programs in /usr/ local/bin, then probably --with-pgsql-dir=/usr/local may do the trick. |