Displaying 20 results from an estimated 800 matches similar to: "Installation on Mac Problem"
2006 Mar 11
5
500 Internal Server error
Sort of new at all this...
I installed Ruby on Rails on my Mac according to the instructions on
HiveLogic''s blog. I can run the server and even create my database
schema automatically. But when I try to open up my results, I end up
getting a 500 Internal Server error on my browser. My Unix terminal
reads the following:
dyld: NSLinkModule() error
dyld: Symbol not found:
2007 Apr 01
1
Error with Ruby 1.8.6
Hi,
I just upgraded to Ruby 1.8.6 on my Mac development machine and
here''s what I''m seeing when I try to run mongrel (I have the latest
version of mongrel + fastthread installed). It seems to be an OS/X
thing, because this same combo works fine on our Linux server.
Here''s the error, have you guys seen anything like this?:
** Starting Mongrel listening at
2006 Jan 21
19
RoR - Mac OS 10.4.4 on Intel
I got a new 20 inch iMac dual core today and am busy getting it all
setup. A couple of issues though:
1. Is the Ruby 1.8.2 install by Apple still botched or has that been
fixed? I recall someone had fixed the rbconfig.rb to get it working.
Is this something I still have to do?
2. Does anyone know if Locomotive is using the uniersal binaries, or is
it targetting PPC yet? I couldn''t
2006 Feb 08
1
Improve error message for bad NAMESPACE file?
If a user mis-types a directive in the NAMESPACE file, the error
message is quite cryptic. If it was possible to report the offending
line/text that would likely give a valuable clue to the user.
Try putting the following line in NAMESPACE
foo("bar")
Then R CMD INSTALL says,
* Installing *source* package 'goodbye' ...
** R
** preparing package for lazy loading
Error in
2006 Jun 09
8
Installation on OSX...
Hi,
Just got my first Mac. I''m trying to install rails on it, using the
instructions in the rails wiki:
http://wiki.rubyonrails.com/rails/pages/HowtoInstallOnOSXTigerUsingDarwinPorts
I go to install mysql, and the version of mysql supported by
DarwinPorts appears to be 4.1.18. But all the sites appear to only
have 4.1.19 or 4.1.20. So it looks like DarwinPorts is over a month
out
2006 Feb 01
5
lighttpd not starting on os X (intel)
Hi all,
I''m followed the instructions written here to prepare my new iMac for
Ruby / Rails developement:
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
When I run script/server I get the following output:
harm-de-laats-computer:~/rails/test harmdelaat$ script/server
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=>
2005 Nov 02
3
problems running rails on mac osx tiger (10.4.3)
Hi,
I''m newbie to rails, so please be gentle with me.
I got one of the new powerbooks that apple just released
last month (october 2005).
I installed rails using RubyGems
and also the installer for mac osx found
here
http://www.tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners
everything seems to update and install fine.
But when I type
2006 Apr 06
2
Apache 1.3 OSX Tiger(intel) mod_fastcgi
Hi,
I''m new to RoR and am trying to get it up and running on my iMac Tiger
(intel).
I was able to get it working with the built in server and am now trying to
get it working with apache 1.3
I''m stuck on getting a universal binary for mod_fastcgi.so. or source code
to compile it myself.
Has anyone been able to get RoR to run successfully with this configuration?
2005 May 16
1
Re: SpanDSP TXFax and multipage faxes problems (aditional info)
OK I see the ponit (although I never said that second page is interrupted -
I said that in some combinations of resolutions and TIFF options receiving
fax "spits" another blank sheet of paper beside the clearly received first
page).
I have read someware (some faxing tutuorial) that there is some kind of
control code (6 EOLs I belive) that should be in TIFFs between pages and
that
2006 Mar 10
3
Problems installing rubygems -No such file to load: rubygems
Hi,
I''m a bit of a beginner at this and I''m having some problems with
installation, hopefully someone can help.
I''m following the guide for setting up under Mac OS X at
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
. I follow the tutorial all the way through without any errors but when
it comes to the MySQL Native Bindings step I get an
2006 May 10
10
Can''t Install Rails with Ruby Gem Dependencies, OS X
Hello Community:
I''m a brand new user of Ruby on Rails, and am having a great deal of
trouble compiling from source. I''m using the tutorial at
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
to complete the install.
Readline and Ruby installed just fine, and the Ruby Gems appeared to.
But when I tried to sudo gem install Rails --include-dependencies,
2006 Jul 16
29
Problem installing on Mac OSX
I tried the instruction tutorial on
http://maczealots.com/tutorials/ruby-on-rails/
and in the middle of trying to install fixrbconfig I got an error:
usr/lib/ruby/1.8/powerpc-darwin8.0/ruby.h does not exist. This probably
means you haven''t yet installed Xcode from the Tiger DVD. You won''t be
able to compile Ruby extensions without it. Please install it then rerun
this
2006 Apr 04
6
Replaced Rails Package with HiveLogic Install - problems
Hi,
I''ve got a strange problem. I had initially installed Rails using Tony
Arnold''s package:
<http://www.tonyarnold.com/articles/category/rails>
and that worked fine. (on OS X, obviously). I then decided to
reinstall using the instructions on the HiveLogic page, to get Ruby
1.8.4:
<http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger>
That
2007 Jul 15
0
dyld: NSLinkModule() error
I am fairly new and just installed the following:
I am running on OSX 10.4. 10
I followed Hivelogic versions and installed
ruby 1.8.6 (2007-03-13 patchlevel 0) [powerpc-darwin8.10.0]
rails 1.2.3
mysql Server version: 5.0.41 MySQL Community Server (GPL)
I am getting this error when trying to run a very simple app.
dyld: NSLinkModule() error
dyld: Symbol not found:
2006 Mar 18
24
rails is extremely hard to install
I''m on Mac OSX and I''m about to rip my hair out over how hard it is to
install rails. I''ve installed rubygems and am typing "ruby setup.rb" in
the command line and get "No such file or directory."
I''ve never had to use command lines before so this is alien to me. Can''t
they just make installation GUI-based for non-geeks like
2006 Jan 19
3
lighttpd config on os x
I finally got around to installing lighttpd on my mac for dev work,
followed the instructions at
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
When I go into my rails app and type "./script/server" I get the
following errors:
baggio:~/work/teore pergesu$ ./script/server
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
2006 Jun 20
4
Newbie Question to Get Rolling on Rails
I''m not sure if this is the right place to ask such questions. If not, my
apologies and please direct me where such questions are handled.
I am new to RoR and have been following the tutorial in Agile Web Developement
with Rails. I have successfully gotten RoR up and running on my Mac (OS X
10.4.6) and created a MySQL database. However, on page 57 of the tutorial, the
command
2006 Jan 01
5
db connection problem: Mac X, MySQL 5, Rails 1
This has taken me quite a bit of time to sort out. The problem is this:
Whenever my Rails app tries to query the db, it hangs forever.
Having searched 5000+ emails to this group, I''ve not found an answer to my
problem. I''d be happy to turn on logging, but can''t seem to get the Mac
install of MySQL to boot up with the --log option set. I tried running
mysqld and
2006 Sep 27
11
Installation success, execution failed
Hello, after I wasn''t able to install wxruby via gem (404) I
downloaded the file from rubyforge and installed it on my intel mac.
No failure the so I tried to start the minimal.rb with ruby -r/r?/
ubegems <path>...
This didn''t work so I tried to do it in irb but the same error occured:
irb(main):001:0> require ''rubygems''
=> true
2006 Jul 05
5
ok, lightTPD is installed... how do i use it.
i used the hivelogic article to install ruby on rails to my mac:
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
everything works great using the script/server command, but isn''t that
still using WEBrick? how do i server my apps with lightTPD?
i tried following the instructions given here:
http://duncandavidson.com/essay/2005/12/railsonlighty
but have had no