search for: xampp

Displaying 20 results from an estimated 49 matches for "xampp".

Did you mean: lampp
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'' D:/apps/xampp/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_controller/session/active_record_store.rb:81:in `marshal'' D:/apps/xampp/ruby/lib/ruby/gems/1.8/gem...
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, but seems all the gem command with --remote didn''t work. Here is the error message: D:\rg\xampp\ruby\bin>gem install rails --remote --debug D:\rg\xampp\ruby\bin>"D:\rg\xamp...
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 Results : Building native extensions. This could take a while......
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, RMySQL could not find where mysql stuff was. There are a...
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 XAMPP http://www.apachefri...
2011 Sep 10
2
hosting ror app using xampp on windows OS
HI ALL, it''s so frustuating to me from so many days--hosting ror app in apache on win os. i installed xampp and running ror apps using webrick server . but when comes to hosting that app into apache i can''t make it.i gone through the so many sites can anyone give me an assistance to solve this problem. thanks in advance regards, Manik. -- You received this message because you are subscribed t...
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 installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf...
2007 Jan 02
4
asterisk and mysql
...in astersisk-addons dir. I've downloaded asterisk-addons-1.4.0 compiling and installing it. But i can't found shared object of res_config_mysql.so. My system is : Debian Linux 3.1 Kernel 2.6.8-11 asterisk-1.4.0 zaptel-1.4.0 asterisk-addons-1.4.0 libmysqlclient using apt-get webserver : xampp with mysql builtin and included in xampp error log is : [Jan 2 16:51:56] WARNING[30714] loader.c: Error loading module 'res_config_mysql.so': /usr/lib/asterisk/modules/res_config_mysql.so: cannot open shared object file: No such file or directory. what is the missing step ? can anyone h...
2012 Mar 14
1
cannot load shared object /usr/lib/R/library/grDevices/libs//cairo.so
...command "Rscript /home/username/R/testscript.R 1000" for example, and a png graph is output as expected, and I can output it to any folder where I have permission by changing testscript.R. However I am not able to get the output on the browser.I checked the web root on my test server (xampp for Linux) and found that a pdf file is created instead (Rplots.pdf) I checked xampp's error log and found these, I think it is the reason why a png graph is not created by using php's exec() command. "unable to load shared object '/usr/lib/R/library/grDevices/libs//cairo.so':...
2012 Jan 31
4
Connect with MySql and Ruby
Hi everybody, I am very new in Ruby on Rails. I install ruby(1.9.2p180) and Rails(3.1.3). Also I install RubyMine3.1.1 as IDE. I successfully have done some simple simple practices. Now I want to play with database(mysql).Though I have checked so some of the URLs but unable to make out. Please help me how to do that, what files or folders should I place and where should I place those.
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 Mar 08
1
fastcgi
I spent time searching web trying to get information on how to get Rails working under Apache+fastcgi. All I found was people saying that they can''t make it work or some obscure instructions on how to compile this and that. Does anything stable similar to XAMPP exists for Ruby on Rails? If not, people should be warned upfront that they won''t be able to use Ruby on Rail in production unless they have resources to commit for lab research, etc... -- Posted via http://www.ruby-forum.com/.
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
2005 Dec 26
2
Ruby on Rails with e-novative WAMP
I am brand new to Ruby and Ruby on Rails, and I already have e-novatove WAMP set up and running perfectly for PHP/MySQL development. Can I set this up to use Ruby without messing it up for PHP/MySQL? It took me a while to get it working for PHP/MySQL and I don''t want to do anything to break it. Any help would be greatly appreciated. Thanks, Jim -- Posted via
2005 Dec 27
3
CMS centos3
Anyone using or recomend a content management system that will install without out a lot of mucky muck on a Centos3 system? I looked at Zope but it needs a newer Python, Midgaard looks likes it's geared towards RHEL4. OpenCMS looks like it runs on java so that might work. I have yet to look at Rubyrails and Django.
2011 Mar 04
1
Portable RoR
All, Am a newbie to Ruby/Rails. Was wondering if there is any portable package for RoR similar to XAMPP for PHP. Please let me know. - Cybernate -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send...
2006 Feb 01
5
Apache 2.2 don''t work with fastcgi
...d FastCGI 2.4.2 in windows xp. I have modified the httpd.conf adding LoadModule fastcgi_module modules/mod_fastcgi.dll (with mod_fastcgi.dll and mod_fastcgi.so in the modules directory). Whe i try to start Apache i have this error ---------------------------- apache: Syntax error on line 122 of C:/xampp/apache/conf/httpd.conf: Cannot load C:/xampp/apache/modules/mod_fastcgi.dll into server: Impossible to find the module. ---------------------------- But the file is in the dir modules. So Apache not start becouse don''t load fastcgi. Then I have find in the web this link http://groups.goog...
2005 Mar 02
3
App behaves differently on Apache and Webrick
When running on the Webrick server (script/server), my app works fine. When running on Apache 2.0.52, I get the dreaded ''unitialized constant Merge'' error. Merge is the name of my model, the controller is MergesController. The deadline looms, any help appreciated! Thanks! Regards, JJ
2011 Nov 18
2
libpng warning: Application built with libpng-1.2.26 but running with 1.5.2
...e R 2.14 version using the R studio GUI. I am not excatly sure about the libpng problem. When I am doing locate libpng-config I'm getting several hits, some with libong-config12, some with libpng-config14, some without nay numbers: ayeroslaviz:~ ayeroslaviz$ locate libpng-config /Applications/XAMPP/xamppfiles/bin/libpng-config /Library/Frameworks/GTK+.framework/Versions/2.18.X11/Resources/bin/libpng-config /opt/local/bin/libpng-config /usr/X11/bin/libpng-config /usr/local/bin/libpng-config When doing which libpng-config I'm getting: /usr/local/bin/libpng-config Is there a way to uninsta...