similar to: I can''t install libtorrent-ruby

Displaying 20 results from an estimated 200 matches similar to: "I can''t install libtorrent-ruby"

2007 Apr 18
0
I can''t install it
Hi, I just downloaded the svn version of libtorrent-ruby Previously I installed libtorrent But when I run "ruby setup ruby" it returns me: xan at servidor:~/provar/torrentkeeper-per-installar/2-libruby/libtorrent- ruby/trun k$ ruby setup.rb ---> ext ---> ext/libtorrent /usr/bin/ruby1.8 /home/xan/provar/torrentkeeper-per-installar/2- libruby/libtorre
2011 Dec 09
1
Issue installing rjb, could not create MakeFile
Hello, I''m having some problems when try to install rjb i get this message C:\Users\PC1090\Documents\RJB\rjb-1.3.8>ruby setup.rb config ---> bin <--- bin ---> lib <--- lib ---> ext C:/Ruby187/Ruby1.8.7/bin/ruby "C:/Users/PC1090/Documents/RJB/rjb-1.3.8/ext/extconf.rb" checking for jni.h... no *** C:/Users/PC1090/Documents/RJB/rjb-1.3.8/ext/extconf.rb failed
2009 Feb 17
2
install.rb:655:in `command'': system("make") failed (RuntimeError) (GatoLinux)
I am using ruby *1.8.4* (2005-12-24). I added this code: #define RARRAY_LEN(a) \ ((RBASIC(a)->flags & RARRAY_EMBED_FLAG) ? \ (long)((RBASIC(a)->flags >> RARRAY_EMBED_LEN_SHIFT) & \ (RARRAY_EMBED_LEN_MASK >> RARRAY_EMBED_LEN_SHIFT)) : \ RARRAY(a)->as.heap.len) #define RARRAY_PTR(a) \ ((RBASIC(a)->flags & RARRAY_EMBED_FLAG) ? \
2008 Jan 21
0
Wx::GenericDirCtrl Segfault Crash
Hey Alex, Found another GC bug in wxRuby. I ran into this problem, when trying to implement Wx::GenericDirCtrl into wxRuby. The specific case in which this is occuring, is when I attach the two event handlers for evt_tree_item_expanding() and evt_tree_item_activated() when grabbing the Wx::GenericDirCtrl#get_tree_ctrl(). All I have it doing, is attempting to catch these events (Which I really
2014 Nov 06
0
[PATCH 2/2] ruby: fix detection of ruby library
Query RbConfig::CONFIG for "libdir", and use that when trying to link to the ruby library. This fixes the libruby detection when it is installed in a non-standard library directory. (This is the same change as 3d02e53c48266669675cc237f61ae2c4e1816e66 in libguestfs.) --- configure.ac | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac
2008 Mar 05
0
Index Searcher Causes GC Memory Error: "irb: double free or corruption"
My linux Ruby application is using Ferret 0.11.4. I created my own class IndexSearcher to contain the Searcher of multiple directories. If I do not have the searcher.close called, the end of runner/console or runner/server will pop out with system error: *** glibc detected *** irb: double free or corruption (fasttop): 0x0a51d6c0 *** ======= Backtrace: ========= /lib/libc.so.6[0x638ac1]
2013 Mar 15
1
issue while installing puppet
Hi Heidi, Now We tried to install the puppet and puppet-server packages from puppetlabs, but we faced below discrepancy. Please look into this and let us know your suggestions because issue was not found in Puppet community as well. There was 1 issue related to this but it dint help us (http://projects.puppetlabs.com/issues/16634 ) We went through
2010 Oct 19
4
Problem while installing passenger for apache
Hi, I am trying to install passenger 3.0 for apache2 on Ubuntu 10.10. It says that I need to install libopenssl-ruby. But when I did ''sudo apt-get install libopenssl-ruby'', I got the following error. Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting ''libruby'' instead of
2006 Jun 21
0
make: Warning: Illegal dependency list for target `.DEFAULT''
Please help me! I have downloaded the source for Ruby-1.8.4, I added gcc to the environment using "gcc=/usr/local/bin/gcc" & "export gcc". I have run ./configure successfully. Then when I run "make" under Ruby-1.8.4, it gives me make: Warning: Illegal dependency list for target `.DEFAULT'' gcc main.o libruby-static.a -ldl -lcrypt -lm -o miniruby -g
2010 Mar 16
2
PCA - blank loadings
Hi, I have successfully completed a PCA and printed the loadings, however, numerous values are blank. I know that this means the values are just very small but not equal to zero. Is there a way to print out the loadings, including the very small values, I need them for graphing purposes. Thanks, Xan [[alternative HTML version deleted]]
2011 Jul 04
1
Domain join problem
Hi I am having a problem joining a domain, please assist here is my smb.conf file: [global] workgroup = CORP realm = CORP.GO2UTI.COM preferred master = no server string = Samba Server security = ADS username map = /etc/samba/smbusers log file = /var/samba/log/log.%m max log size = 50 dns proxy = No password server =
2012 Nov 08
2
unable to load shared object - opencv
Hi all i'm trying to use the opencv's function into R. i wrote a simple script, just for try to understand how use c++ in R, it loads an image and write it with a different name (i know it ), and then write "Hello, World". The file is names prova2.cpp (is the first time i try to use c++ ) #include <stdio.h> #include <opencv/cv.h> #include
2007 Jun 03
1
postgres gem -- LoadError
I''m at a loss to explain why the postgres gem will not work on my new server. I''ve gotten it working on several other servers in the past. The major difference between then and now is that I''m using a newer version of PostgreSQL. 8.x as opposed to 7.x. === Server setup OS: Fedora Core 6 (Commands shown with "$" are performed as the same user that mongrel
2008 Apr 24
2
HUGE .... WINE runs a very complex testing proggy
Hi I'm not going to give the name of the proggy, because there may be Microsith trolls around, If someone wants the name please pm me. I've tried to run this VERY complex test generation proggy under Codeweavers Premium paid, using Xan.... 4.0 absolutely no go...not even an attempt, just balked. I tried it also under PCLinuxOS using Codeweavers and WINE and samo samo... I'm now
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so because it is missing missing -lruby18 resulting in errors like wx.cpp:(.text+0x1618): undefined reference to `rb_intern'' wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError'' wx.cpp:(.text+0x1666):
2013 Jun 10
1
modify and append new rows to a data.frame using ddply
Hi, I have a data.frame that contains a variable act which records the duration (in seconds) of two states (wet-dry) for several individuals (identified by Ring) over a period of time. Since I want to work with daytime (i.e. from sunrise till sunset) and night time (i.e. from sunset till next sunrise), I have to split act from time[i] till sunset and from sunset until time[i+1], and from time[k]
2007 Apr 24
1
Installation problem in rcov
Hi, I am trying to install the code coverage for Ruby(rcov).. but it is giving the following error message in commmand prompt. Used Ruby Version Ruby - 1.8.5 Rails - 1.2.2 C:\ruby\rcov-0.8.0.2>ruby setup.rb ---> bin <--- bin ---> lib ---> lib/rcov <--- lib/rcov <--- lib ---> ext ---> ext/rcovrt c:/ruby/bin/ruby.exe C:/ruby/rcov-0.8.0.2/ext/rcovrt/extconf.rb creating
2007 Dec 13
0
Errors building RMagick on Linux
Here are the sequence of commands that I''ve done running CentOS 4.3. When I do the very last command ''make'', I get the errors below. Any ideas? thanks! chirag cd /usr/local/src wget http://image_magick.veidrodis.com/image_magick/ImageMagick.tar.gz tar xvzf ImageMagick.tar.gz cd ImageMagick-X.Y.Z ./configure --disable-static --with-modules --without-perl \
2020 Sep 18
2
Shutdown order for servers
Hi Manuel, thank you for pointing this. I know about upsshed but I have no idea how to let dependable server to discover that another server was shut down. Any examples of such scripts? чт, 17 сент. 2020 г. в 21:00, Manuel Wolfshant <wolfy at nobugconsulting.ro>: > On September 17, 2020 6:09:18 PM GMT+03:00, Kirill Nikonorov < > knikonor at gmail.com> wrote: > >Hello to
2013 Jun 08
0
modify and append new rows in a dataframe
My data frame shows changes on the variable act which records the consecutive duration (in seconds) of two states (wet-dry) over a few days for several?individuals (identified by Ring). Since I want to work with daytime (i.e. from dawn till dusk) and night time (i.e. from dusk till next dawn), I have to split act in two: from time[i] till dusk and from dusk until time[i+1], and from time[k] till