similar to: Problems building mysql gem

Displaying 20 results from an estimated 11000 matches similar to: "Problems building mysql gem"

2007 Apr 11
1
error about "gem install mysql -r "?
ruby 1.8.6 (2007-03-13 patchlevel 0) [i486-linux] Rails 1.2.3 ------------------------------------------------------- debian:/home/ror# gem list -l *** LOCAL GEMS *** Service layer for easy email delivery and testing. actionpack (1.13.3) Web-flow and rendering framework putting the VC in MVC. actionwebservice (1.2.3) Web service support for Action Pack. activerecord (1.15.3)
2006 Mar 17
2
Installing MySql using Ruby Gems
I''m using Kubuntu Breezy and I''m trying to install MySql using Ruby I''m using ruby 1.8.3 and gem 0.8.11 ##### jimmyb@scooter:~$ sudo gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Updating Gem source index for: http://gems.rubyforge.org
2006 Jun 17
1
gem install mysql - problem
Hi all, I run into a problem whilst installing the mysql gem on a debian box and not sure what I need to do. Cheers, Paul root@a:/tmp# gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Select which gem to install for your platform (i386-linux) 1. mysql 2.7.2006.05.10
2009 Apr 07
2
gem install ruby-debug
tinix@Creek:/home/tinix/test/grin# gem install ruby-debug Building native extensions. This could take a while... ERROR: Error installing ruby-debug: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb install ruby-debug extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:1 Gem files will remain installed in
2007 Aug 28
5
ERROR: While executing gem ... (Gem::Installer::ExtensionBu
Hi all, Sorry if this is answered somewhere -- I am new to ruby and to linux, and can''t figure it out: When I try to install ferret (see below), I get ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError). Same thing happens for any version I pick from th list. I am using: gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) ruby 1.8.5 (2006-08-25) [i486-linux] gem 0.9.4 No idea
2010 Jul 29
2
getting mysql running
Now need to get MySQL installed. I am having the following trouble installing sudo gem install mysql -- --with-mysql-config=/usr/bin/mysql_config ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb --with-mysql-config=/usr/bin/mysql_config extconf.rb:10:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:10
2005 Dec 19
5
gem update fails with "checking for fcgiapp.h... no"
Hello, Trying to do gem update on my existing system that''s been working fine for a couple of months. This is what I get: ===================================== bash-2.05b# gem update Upgrading installed gems... Attempting remote upgrade of fcgi Attempting remote installation of ''fcgi'' Building native extensions. This could take a while... ERROR: While executing gem
2010 Jan 13
1
Compiling mysql gem under CentOS 64-bit
Hi. While not directly related to this list, I''m quite stuck on this. When trying to compile the mysql gem, I''m getting this error: -bash-3.2# gem install mysql Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb install mysql checking for mysql_ssl_set()... no
2006 Apr 19
2
ubuntu 5.10 postrgres gem
Hi, I''ve installed Ubuntu 5.10, with Ruby 1.8.4 with thoose rep: deb http://www-devel.orcaware.com/packages/ubuntu/ breezy/ deb-src http://www-devel.orcaware.com/packages/ubuntu/ breezy/ when I give: sudo gem install postgres I get: Attempting local installation of ''postgres'' Local gem file not found: postgres*.gem Attempting remote installation of
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
2010 Jun 08
2
gem install mysql giving error on linux
Hi, I have mysql installed on linux. Whenever I am trying t "gem install mysql -- --with-mysql-dir=/usr/bin/mysql" I am getting following error:- Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/local/bin/ruby extconf.rb --with-mysql-dir=/usr/bin/mysql checking for mysql_ssl_set()... ***
2008 Jun 24
1
[Bridge] Bridge troubles
I'm sorry to bother you but I'm stuck I can not make a bridge work for me. My current configuration is: eth0 Link encap:Ethernet Hardware Adresse 00:1d:7d:d1:06:bd inet Adresse:192.168.1.1 Bcast:192.168.1.255 Maske:255.255.255.0 inet6-Adresse: fe80::21d:7dff:fed1:6bd/64 G?ltigkeitsbereich:V according to all what I could find in the net. The following should
2010 Sep 08
6
Cannot start sqlite3
Hello everybody, i''m a long time watcher of these forums first time poster. I wanted to start getting into rails and have a play, I found a very useful guide on the Internet detailing the install process for Ubuntu 10.04, after the install and setup process which seem to complete OK, i went ahead and started my first project, however when I go to start the server I get this message?
2006 Mar 06
5
Rails MySQL query
Hi, I?m following the Depot tutorial in Agile Web Development with Rails. I need some help to display products thats in one specific category. mysql> select * from products where category = "jackets" does what I want, but I?m not sure how to make a list and display it in rails? This code displays every product with some of its fields, but I want it to only display the products
2008 Sep 22
0
проблема gem install mysql CenOS
Всем Привет. Пытаюсь по руководству ( http://www.html-blog.ru/2008/8/26/rails-on-agava-vps ), поставить rails на CentOS 5.2. Когда пытаюсь поставить gem install mysql, получаю: Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb install mysql checking for mysql_query() in
2010 Feb 20
6
Captcha Trouble
Hello Rails, I have a problem. I would like to use captcha in one of my project. When I did try to install, this is what I got $ sudo gem install captcha Building native extensions. This could take a while... ERROR: Error installing captcha: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError)
2006 Apr 11
5
Reading MySQL rows
Hi there, I?m having difficulties reading the content of some rows in my database. Tried to use some of the code at page 221 in the pickaxe, but didn?t make it work. The SQL query works fine directly against the database. mysql> select id, count, company from users where name = "martin"; +----+-------+------------+ | id | count | company | +----+-------+------------+ | 1 |
2006 Nov 04
0
gem install sqlite3-ruby error
when i install typo on debian, appear error like this, could you tee me how to fix this bug?: debian:~# gem install sqlite3-ruby Need to update 4 gems from http://gems.rubyforge.org .... complete Select which gem to install for your platform (i486-linux) 1. sqlite3-ruby 1.1.0 (mswin32) 2. sqlite3-ruby 1.1.0 (ruby) 3. sqlite3-ruby 1.0.1 (mswin32) 4. sqlite3-ruby 1.0.1 (ruby) 5. sqlite3-ruby
2013 Sep 20
3
having problem to install the gem `mysql`
I am having problem to install the gem `mysql`. kirti@kirti-Aspire-5733Z:~$ gem install mysql Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /home/kirti/.rvm/rubies/ruby-2.0.0-p0/bin/ruby extconf.rb checking for mysql_query()... -lmysqlclient checking for main() in -lm... yes checking for mysql_query()...
2008 Mar 23
1
redcloth gem ragel code doesn''t build in jruby
I tried to install RedCloth-3.274 in jruby (trunk) but the install failed when RedCloth tried to build the C code using mkmf: I forget whether SuperRedcloth ever did build in JRuby?? I know Hpricot (which also uses ragel which can compile to Java code) works in JRuby -- with the patch here: https://code.whytheluckystiff.net/hpricot/ticket/131) I might be confusing the two ... FYI: If you