similar to: Installing Ruby on Shared Linux Host

Displaying 20 results from an estimated 20000 matches similar to: "Installing Ruby on Shared Linux Host"

2010 Oct 22
0
How to start your rails application via JailShell on a shared host
Hello, I''m having some troubles getting my rails application up and running on my shared host. As I''m using Rails 3, I believe I can''t start the rails application via CPanel -> Ruby on Rails -> Run (because this works with Mongrel and Mongrel doesn''t support Rails 3 (yet?)) So I asked my host to give me SSH access (Jailshell) and install the gem unicorn.
2011 May 26
1
JGR/Deducer Installation
Hi, Sorry if this is to wrong mailing list. In that case, please point me to correct mailing list. Please also excuse rather long mail - I am not sure what piece of information would be useful for anybody who could help me. Couple of days back I had put a query about box-plots using GUI. I got some excellent suggestions. One of them was to use JGR/Deducer. It worked quite well for my needs.
2002 Jun 25
0
make fails during linking
Hi OpenSSH developers LINUX, i586, libc5, kernel 2.0.39, gcc 2.7.2.3, OpenSSH 3.3p1 source First I tried just 'configure' and then 'make' but that gave the same error message as given below. Next I tried to explicitly tell the 'configure' process where zlib 1.1.4 and openssl 0.9.6d are installed. configure --with-ssl-dir=/usr/local/ssl --with-zlib=/usr/local results
2013 Feb 04
0
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
On 2013-02-04 05:57, Chris Lattner wrote: > On Feb 3, 2013, at 11:28 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: ... >> At the risk of hijacking the thread, are there any plans to make -traditional-cpp >> in clang completely emulate the behavior in llvm-gcc such that imake can be built >> with it (https://bugs.freedesktop.org/show_bug.cgi?id=45509). This will
2006 Nov 01
2
installing rgl package on linux suse 10.1
Dear R wizards, In windows I get really cool graphs with the rgl package. However on linux, it seems that I can't install one of my favourite packages. I get a error message on X11, but all X11 packages are installed on my linux desktop. Who can help me out here? Thanks! Steven Gorl? >install.packages() * Installing *source* package 'rgl' ... checking for gcc... gcc checking
2011 Oct 29
2
installing FastRWeb
hi, I am working on Ubuntu and tried to install FastRWeb, but am getting the following error for installation of cairo.h. install.packages("FastRWeb",dep=TRUE) Installing package(s) into ‘/home/ba/R/i686-pc-linux-gnu-library/2.12’ (as ‘lib’ is unspecified) also installing the dependency ‘Cairo’ trying URL 'http://lib.stat.cmu.edu/R/CRAN/src/contrib/Cairo_1.5-0.tar.gz'
2013 Feb 04
2
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
On Feb 3, 2013, at 11:28 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote: > On Sun, Feb 03, 2013 at 10:32:35AM -0800, Chris Lattner wrote: >> >> On Feb 3, 2013, at 2:32 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote: >> >>>> I've encountered this issue in a real code and would be glad to get the >>>> feedback on it.
2005 Dec 22
2
sir please let me know ( Installation problem)
sir , I Have the following error , please let me know. with kind regards ds checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output...
2005 Aug 04
2
Installation problem
Dear Icecast community, I am trying to install Icecast 2.2 on a new server running FC2. At the start there was no GCC installed. I solved that using up2date. Still I am getting no luck with the ./configure command. The error message "configure: error: C++ preprocessor "/lib/cpp" fails sanity check" doesn't make sense to me. I hope somebody can help me to overcome this
2012 Mar 05
2
[LLVMdev] installing llvm from source, make check-all fails on llvm::transforms and clang:preprocessor
I downloaded via svn the release_30 and current version code. I am on x86_64 GNU/Linux, I am compiling with gcc 4.4.6 I compiled release_30 with make ENABLE_OPTIMIZED=0 OPTIMIZE_OPTION=-O0 and current release with make In both cases, when I make check-all I get : FAIL: Clang :: Preprocessor/macro_paste_c_block_comment.c (2562 of 9598) ******************** TEST 'Clang ::
2013 May 27
1
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
[root at localhost IceCast]# cd libvorbis [root at localhost libvorbis]# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working
2009 Oct 16
1
Please help in understanding Speex echo cancellation
I'm using Speex in Windows VoIP application and trying to implement echo cancellationI'm using waveInXXXX and waveOutXXXX API. I'm doing quite simple thing: After buffer is played (I get MM_WOM_DONE message) I'm just copying it's content to temporary playback buffer After buffer is recorded (I get MM_WIM_DONE message) I call speex_echo_cancellation(state, recorded_buf,
2007 May 04
1
Help Installing R
I have unzipped the R-2.5.0.tar.gz gzip -dc R-x.y.z.tar.gz | tar xvf - 2. then #./configure 3. ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu loading site script './config.site' loading build specific script './config.site' checking for pwd... /bin/pwd checking whether builddir is srcdir... yes checking for
2010 Oct 05
1
problems installing R (Matteo)
Hi everybody, I'm quite new to ubuntu and tar.gz packages, anyway following these instructions https://help.ubuntu.com/community/CompilingEasyHowTo I tried to install the R Grass package. Everything worked nice until I did: $ ./configure checking for gcc... gcc -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking
2015 May 17
2
Asterisk "virtual hosting"
also sprach Steve Edwards <asterisk.org at sedwards.com> [2015-05-16 23:22 +0200]: > I use a preprocessor > (http://software.hixie.ch/utilities/unix/preprocessor/) to tailor > dialplans and configuration files to each host based on the client > (or project) and the hostname. Yeah sure, templating works, but it introduces a layer of complexity that can make debugging hard(er). I
2003 Apr 16
1
unable to load package RPgSQL
Hi all, I'm trying to install an add-on package for R called RPgSQL. Its role will be to link R with a PostgreSql database. I work on a Linux machine. However, I'm quite a newbie as far as R's concerned, and I don't manage to install the package properly. That's the steps I followed : * downloading the package (archive) * R CMD INSTALL /path/to/package.tar.gz (as
2007 Sep 14
3
problems for ./configure on Ralpha: gcc related
Dear all, I am trying to compile Ralpha on my computer (OS = Debian). SVN Revision is: Revision: 42843 Last Changed Date: 2007-09-14 ./configure returns : ---------------------------------------------------- stephane at pcdray:~/Rdev/R-alpha$ ./configure checking build system type... i686-pc-linux-gnulibc1 checking host system type... i686-pc-linux-gnulibc1 loading site script
2011 Mar 18
1
Installing rJava fails
Dear all, Installing rJava fails. The message was listed below. I wonder why cpp flag could not be detected, although I had installed. Thanks!!! -Jiacheng R CMD INSTALL rJava_0.9-0.tar.gz * installing to library ‘/data1/mri_researchers/wexler_data/jiacheng/R-2.12.0/library’ * installing *source* package ‘rJava’ ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file
2010 Apr 20
1
Problem installing RODBC
I have a problem with some missing headers when trying to install RODBC on my linux box. > install.packages("RODBC", + lib="/usr/local/david/R") trying URL 'http://cran.stat.auckland.ac.nz/src/contrib/RODBC_1.3-1.tar.gz' Content type 'application/x-gzip' length 990220 bytes (967 Kb) opened URL
2011 May 06
1
Installing rgdal in R: correct -configure flags for GDAL install on Linux Redhat
Hi, I'm installing rgdal but I keep having failures because I have not been able to find a good source of information for the correct configuration settings when installing GDAL. My error from the R install.packages("rgdal") is below. Can someone point me to a good source to tell me how to set after ./configure when installing GDAL? I'd like to be able to work with raster