Displaying 20 results from an estimated 4000 matches similar to: "gem install mysql error with Xampp"
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
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
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
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()... ***
2006 Feb 14
2
mysql/ruby + gcc 3.2 ?
Anyone succeed in installing the mysql/ruby C bindings (2.7) with gcc
3.2? I am not able to install gcc 4. Any help or direction would be
appreciated!
-Kyle
[root@server1 root]# gem install mysql --
--with-mysql-config=/usr/bin/mysql_config
Attempting local installation of ''mysql''
Local gem file not found: mysql*.gem
Attempting remote installation of ''mysql''
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
2009 Oct 15
0
curb gem not getting installed...
Hi,
I am trying to install curb on my windows machine. I went through a few web
pages directing to install it. I installed curl-7.19.6 binary and provided
the path in the environment variables. I can now use the curl command line.
Then I went on to installing curb using the gem install curb.
It gave me the following error.
2014 Aug 27
0
Could not install Rmagick Gem in rails 4 (Ubuntu 13.04)
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/home/anil/.rvm/rubies/ruby-2.0.0-p481/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... no
Can't install RMagick 2.13.2. Can't find Magick-config in
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
2011 Nov 18
3
Rails Installation Error: Failed to build gem native extension.
After installing Ruby, i tried installing Rails and this is the error
i got:
C:\Users\Eunice>gem install rails
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
C:/Ruby/bin/ruby.exe extconf.rb
checking for re.h... *** extconf.rb failed ***
Could not create Makefile due to some reason, problably lack
2011 Mar 14
3
Kgio - ERROR: Failed to build gem native extension.
Hello guys, I am not able to install kgio. Kgio not working on windows?
I''m using:
rails 3.0.5
ruby 192
gem 1.6.2
Windows XP.
C:\Ruby192\bin>gem install kgio
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing kgio:
ERROR: Failed to build gem native extension.
C:/Ruby192/bin/ruby.exe extconf.rb
2007 Dec 14
1
does gem fcgi require fcgi to be installed?
Does anyone know if the gem fcgi needs fcgi to be installed on my
machine? I''m trying to install the gem fcgi and I''m getting the
following message:
-bash-3.00# gem install fcgi
Updating metadata for 9 gems from http://gems.rubyforge.org
.........
complete
Building native extensions. This could take a while...
ERROR: Error installing fcgi:
ERROR: Failed to build gem
2008 Sep 08
1
Roo gem installation fail
hi
I am tried to install roo gem 1.2.0 but it gives me following error. It
seems it require stdio.h which is not present. Can you please help me
how to install roo gem
checking for stdio.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You may need configuration
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,
2013 May 12
15
Advice needed --- Best way to get mysql2 gem installed to interact with Mysql Database?
Hi Group,
I''ve got mysql database installed and the server running on a Mac Pro with latest mountain lion setup 10.8.3.
I''m able to use mysql tools like mysql, mysqladmin to converse with it. :}
I use RVM''s scripts to fetch gems.
I''ve visited RVM''s website but their advise to get "mysql gem loaded" does the same thing as below aborted
2010 Sep 23
3
Can't install mysql2 gem on Windows 7
I am new to Ruby and have tried and failed several times installing
mysql2 gem on my windows 7 OS. I checked several forums for solutions
but still couldn''t get that installed. can someone help my out please?
below is the error:
c:\>gem install mysql2
Building native extensions. This could take a while.
ERROR: Error installing mysql2:
ERROR: Failed to build gem native
2012 Sep 26
2
Bundle Install ERROR: ERROR: Failed to build gem native extension.
Hello,
I''m trying to setup postgreSQL onto rails on linux and when I type
bundle install this is the error that i get. I guess its not finding
the files
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native
extension.
/home/taka/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
checking for bzlib.h... no
checking for BZ2_bzWriteOpen() in -lbz2... no
***
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
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
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()...