similar to: cannot load shared object /usr/lib/R/library/grDevices/libs//cairo.so

Displaying 20 results from an estimated 500 matches similar to: "cannot load shared object /usr/lib/R/library/grDevices/libs//cairo.so"

2005 Jul 05
0
Problem installing RMySQL_0.5-5
Dear R users I have a problem installing RMySQL_0.5-5 in that ld skips incompatible libmysqlclient as shown below. Can someone help? Thanks Einar Arnason I am on a Red Hat Enterprise Linux ES (v. 3 for AMD64/Intel EM64T) 2.4.21-15.EL #1 SMP Thu Apr 22 running mysql Ver 14.7 Distrib 4.1.12, for pc-linux-gnu (i686) using EditLine wrapper distributed under xampp (www.apachefriends.org)
2008 May 11
1
dovecot mysql
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi, i am trying to setup dovecot with mysql support (mysql from lampp) but i am getting this : hg clone http://hg.dovecot.org/dovecot-1.1/ dovecot-1.1.hg cd dovecot-1.1.hg ./autogen.sh export -p LDFLAGS="-L/opt/lampp/lib/mysql/" ./configure --with-mysql ... checking mysql.h usability... no checking mysql.h presence... no checking for
2008 Apr 13
2
mysql install
Hi, when i try to install mysql-server it gives me mirror error and also says package does not match the intended download? what is the issue hear. i already have lampp stack .when i try to install zenoss it still says that it need mysql although its included in lampp stack. Thanks
2010 Dec 22
2
Please help with installing mysql gem to linux machine w/ xampp
Hello all, I know this is not an uncommon question, but none of the tutorials/tips solve my problem. I''ve got a linux machine running Ubuntu 10.4 with ruby, gem, rails, and xampp installed. Now when I try to install the mysql gem (via: $sudo gem install mysql -with-mysql-config=/opt/lampp/bin/mysql_config), I get: Building native extensions. This could take a while... ERROR: Error
2006 Jan 02
3
MySql GUI on Linux
Hi there! I''m justing starting out with the tutorials. What Linux GUIs for MySQL are you people using? alex -- Alex Polite
2004 May 25
1
[LLVMdev] ATTENTION: SymbolTable Change!!
LLVMers, On the way to resolving bug 122, I am committing my SymbolTable rewrite. If you are working on anything that uses the SymbolTable, I suggest you read the documentation in include/llvm/SymbolTable.h. The changes I've committed reduce the use of Type::TypeTy. This static member will go away in the future, so please do not propagate new code that uses it. There is no reason to use it
2006 Apr 03
2
no marshal_dump is defined for class Proc
Hello ~ This problem has me puzzled. When users login to my rails app I have the session set up to be stored in the MySQL database for the app. Intermittently, users will get the following error: no marshal_dump is defined for class Proc D:/apps/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:81:in `dump''
2006 Jan 20
0
Newbie installation problem: gem [command] --remote
Hi, i am a newbie to RoR. I downloaded Ruby 1.8.2-15 Windows installer yesterday and trying to install following Curt Hibbs'' Rolling with Ruby on Rails(http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html). My OS is Win XP SP2 and the 1st step installation was fine. D:\rg\xampp\ruby\bin>ruby -v ruby 1.8.2 (2004-12-25) [i386-mswin32] Next I was going to install rails remotely,
2013 Apr 13
2
running rails on my linux mint
Hi i cannot start my rails server webrick and i m just start learning rails .. the error i get is: > /var/lib/gems/1.8/gems/railties-3.2.13/lib/rails/script_rails_loader.rb:11: warning: Insecure world writable dir /sbin in PATH, mode 040777 /var/lib/gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:216: warning: Insecure world writable dir /sbin in PATH, mode 040777 => Booting WEBrick
2009 Feb 04
0
gem install mysql error with Xampp
Hello, I''m trying to install mysql (to use it with Rails 2.2), without any success. After browsing the web, I found some tips (I need to target the xampp files), but it''s still not working finally. My command line is the following : sudo gem install mysql -- --with-mysql-dir=/Applications/xampp/xamppfiles/ --with-mysql-config=/Applications/xampp/xamppfiles/bin/mysql_config
2007 Dec 13
0
RMySQL with Xampp could never work?
Hello everybody, i had a big issue with RMySQL, working on an installation of R on multiple nodes via net file-system. The point is that we installed Xampp as suite for mysql, perl, apache and php on every node, and we need to use R scripts with mysql. Xampp doesn't compile anything, it gives you pre-compiled binaries all linked together, you just extract from a tarball. At my first try,
2011 Nov 28
1
Running Shell Script with R
I'm having some trouble getting my shell script to work. I've checked out the Intro to R Manual and a host of other websites, but I still can't get the script to work when I submit the job to the cluster. Here is my main R code: ##Load Libraries ##... ## Load Time Data Args <- commandArgs(trailingOnly = TRUE); print(Args); timeDat <- read.flowSet(files=NULL, path=Args[1]);
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
> On Mar 23, 2016, at 5:54 PM, Matthias Braun via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Let's move this to llvm-dev. I should describe my goals/motivation for the work I have been putting into the llvm-testsuite lately. This is how I see the llvm-test-suite today: > > - We provide a familiar cmake build system so people have a known environment to tweak
2007 May 12
2
HA with CentOS
Hi All, I have two identical computers with CentOS 5.0 and lampp installed. Are there any high-availability solution for CentOS? So, when one one computer offline, another could act as a backup and being transparent to user. Regards, Tong -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
Okay, I was intrigued, tried it and it turns out you can add make a patch for basic google benchmark support in 40 minutes: http://reviews.llvm.org/D18428 <http://reviews.llvm.org/D18428> So there is a base now if someone wants to write benchmarks for it in the future. - Matthias > On Mar 23, 2016, at 6:00 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: >
2011 Aug 24
3
How to connect Ruby with MySQL (XAMPP)?
*Dear All:* I need your help on following points. 1. Can I connect Ruby with MySQL in XAMPP server? 2. Could someone tell me that how to connect MySQL with Ruby? I have XAMPP server installed and want to connect with ruby. I am using Ruby1.8.7. I tried following code: require ''rubygems'' require ''mysql'' begin # connect to the MySQL server
2011 Jan 23
0
Adding Ruby, Ruby-on-Rails to XAMPP
I recently finished some how-to''s for getting Ruby, Ruby-On-Rails, RVM, Rack and Passenger integrated into the XAMPP environment. For those that have an interest in a portable LAMP stack w/integrated Ruby you can read about them here: How-To: Add Ruby-on-Rails to XAMPP http://www.apachefriends.org/f/viewtopic.php?f=17&t=43516 How-To: Add Ruby RVM, Rack and Passenger(mod_rails) to
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
Let's move this to llvm-dev. I should describe my goals/motivation for the work I have been putting into the llvm-testsuite lately. This is how I see the llvm-test-suite today: - We provide a familiar cmake build system so people have a known environment to tweak compilation flags. - Together with the benchmark executable we build a .test file that describes how to invoke the benchmark and
2015 Jul 18
0
Use cairo fallback resolution greater than 72dpi in cairo_pdf and cairo_ps in grDevices
The 'at a minimum' information requested by the posting guide is missing. According to their documentation the cairo default fallback resolution is now 300dpi, and when I run your example on Fedora 21 that is what the emitted postscript says it is. You can easily alter the R code to set it to something different: see http://cairographics.org/manual/cairo-cairo-surface-t.html for the
2005 Dec 26
5
linux install of RR
Hi. I''ve installed ruby, gems, rails into a user directory according to the installation instructions (for linux). I haven''t setup any path information nor setup any symlinks or any compilation options. When I try rails, I find that the system accesses controllers but that the corresponding views are not displayed. I wonder if there is something that I forgot to configure