Displaying 3 results from an estimated 3 matches for "cguttesen".
Did you mean:
guttesen
2006 Mar 20
2
my howto install rails on os x
Hi.
I reinstalled os x tiger (10.4) on my dual g4 and wrote most of the
steps down required to install rails and postgresql and lighttpd.
The installation is partly based on
hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger.
hth
Claus
2006 Jun 06
5
Mac OSX
I havew installed Ruby and gems on Mac OSX but when i try ti install
Rails i get messages
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem ... (ArgumentError)
syntax error on line 23, col 0: `<p>''
Can anyone advise as to reason ? I an using OS 10.4
2006 Mar 28
3
compiling php with fcgi on tiger
I can''t figure out how to compile php with fcg enabled.
I found a website which gives an example of how to write options in
configure
http://scoops.totallyrule.com/articles/2006/02/01/mysql5-ab-package-and-php5
So I wrote
./configure --prefix=/usr/local --program-suffix=5 --enable-fastcgi
--enable-discard-path --enable-force-cgi-redirect
--with-mysqli=/usr/local/mysql/bin/mysql_config