Displaying 11 results from an estimated 11 matches similar to: "gem install rails --include-dependencies fails"
2006 Jan 29
3
Depot example doesn''t work on my pc
Hi everyone,
I wrote a post last week, but unfortunatly I had no time to try.
First of all I''d like to thank you, for every your answer, and
then I''m sorry for the late of my answer. I REALLY appreciated them.
So I did as you told me, but this problem is still on.
First of all, I changed the server script file as you told me, so I
deleted the first line:
2006 Jan 10
0
Problem installing rubygems-0.8.11
I''m having an issue installing rubygems-0.8.11 on 2 different boxes
but get the same error on both. The first box is a host environment
where I am cross-compiling things for the arm-linux architecture. It
is a debian sarge box using the ruby1.8 package which is ruby-1.8.2.
I successfully cross-compiled ruby 1.8.4 for the arm-linux
architecture and it runs well on the embedded
2006 Apr 01
8
ROR on solaris 10 gem installation error
On my Sun Enterprise 450,
I installed ruby-1.8.4 from sunfreeware.com. That installed like a
dream.
I then downloaded rubygems-0.8.11. Untarred into /usr/local/src and
tried to do a /usr/local/bin/ruby install.rb
this is what followed and can someone help me figure out what to do?
bash-3.00# /usr/local/bin/ruby setup.rb
---> bin
<--- bin
---> lib
---> lib/rubygems
<---
2006 Jun 02
4
Web app developed in WInXP want to run on Linux
Hi All,
I have developed a web application using RoR on Window-XP. Now my server
is on linux and want to get this running on linux machine. I tried
starting the server but it failed to boot in boot.rb at this line:
unless RUBY_PLATFORM =~ /mswin32/
require ''pathname''
root_path = Pathname.new(root_path).cleanpath(true).to_s
end
so I changed(even though the file says
2003 Sep 19
1
ext3 hack: using the journal to replicate a filesystem
Hi,
I'm looking for a way to use ext3 in the following
setup for experimentations purposes:
I have a machine A, a machine B, one of which is
read-write, and machine B is read-only.
I would want the machine B to be the exact copy
of machine A, automagically, like it would happen in an
SQL replication scheme.
Is it possible to do with ext3, using the hidden
.journal file as a source
2003 Oct 02
1
rsync behind a NAT
Hi all,
I'm trying to synchronise a whole directory
tree using rsync, from a server named "dev", to the
three servers named "w1, w2, w3", hidden behind the
server named "prod".
So I issued the following command, which
failed:
dev:~# rsync -avz -e 'ssh prod ssh w2' /users/prod/ root@prod:/home/
bash: prod: command not found
rsync: connection
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Assuming you are aware Apple 10.12.1/2 did a number on crypto, broke SSH,
HTTPS to "legacy" servers.
R/ Everett Batey / Skype: wa6cre-10 / efbatey at gmail.com
Please visit So Calif Linux Expo http://www.socallinuxexpo.org
On Tue, Jan 3, 2017 at 7:16 AM, Steven Kilby <stevenkilby2 at gmail.com> wrote:
> Hi,
>
> I've been attempting to use rsync 3.1.2 to copy
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi,
I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
system to an AFP mounted share. The command I'm using is:
rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
This works fine and all the extended attributes are copied and readable.
I then try to use rsync to copy these files back with:
rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
This
2006 Aug 28
1
Gem testing
Hi all,
First off sorry for the lengthy email but I typed it as I went along.
I just tried to start a bit of testing of the binary Linux gem (Kevin
sent me a link) and I quickly ran into a problem:
-----
jonathan@weatherlight ~/ruby-dev/wxruby/cvs_current/wxruby2/samples $
ruby test.rb
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.0-i486-linux/lib/wx.rb:22:
uninitialized constant Wxruby2 (NameError)
2006 Sep 20
7
Updating to the bleeding edge version of Ferret
Hey guys,
It has occurred to me that a lot of people need some of the fixes I
make to Ferret ASAP and don''t like having to wait to long for the gem.
On the other hand, it is a bit of a pain to download and install from
subversion because then you need to uninstall when the next gem comes
out. So I thought I may as well put some instructions out as to how
you can build your own Ferret gem
2007 Nov 28
9
Please start testing for release
Hi all,
We''re getting close to release[1], so I''d appreciate it if people
would start testing the current ''master'' branch with their
repositories. I made quite a few internal changes, most of which
shouldn''t even be noticed unless there are bugs, so just running a
server and/or client under the current code would be a big help.
I''m