similar to: An error occured while installing mysql2 (0.3.11), and Bundler cannot continue.

Displaying 20 results from an estimated 110 matches similar to: "An error occured while installing mysql2 (0.3.11), and Bundler cannot continue."

2011 Nov 27
0
/usr/bin/ld: cannot find -lmysqlclient_r installing ruby gem mysql2.... in Fedora Linux + MySQL 5.5.15...
[dinooz@fedora rails]$ uname -a Linux fedora 2.6.35.10-74.fc14.i686 #1 SMP Thu Dec 23 16:17:40 UTC 2010 i686 i686 i386 GNU/Linux [dinooz@fedora rails]$ [dinooz@fedora rails]$ rpm -qa |grep MySQL MySQL-client-5.5.15-1.linux2.6.i386 MySQL-test-5.5.15-1.linux2.6.i386 MySQL-server-5.5.15-1.linux2.6.i386 MySQL-shared-compat-5.5.15-1.linux2.6.i386 MySQL-devel-5.5.15-1.linux2.6.i386 [dinooz@fedora
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
2005 Jun 24
9
new mysql gem
Hi everyone, For those who have/had problems with Webrick not properly closing MySQL connections, there is a new MySQL gem. (Actually the version was released some time ago, just nobody took the time to make a gem) So run "gem update" or just "gem install mysql" to update (not sure if the latter also updates). Special thanks to Tobias Luetke, who forwarded the gem to Chad
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''
2011 Aug 20
4
trouble installing 1.9.2
hello, I am trying install Ruby 1.9.2 on my MacBook Pro Lion. I am following along with the install instructions at ruby.railstutorial.org. I am the point were you run rvm install 1.9.2. Below in what I see in the terminal when installing and below that my rvm log. Thanks for any help. rvm install 1.9.2 Installing Ruby from source to: /Users/user/.rvm/rubies/ruby-1.9.2-p290, this may take a
2009 Jul 04
1
I'm having trouble installing Wine...
I've read and re-read all the install guides that I can find, I've installed MacPorts, xCode and X11, and yet upon attempting to install wine via terminal, I still get the following error message: sudo port install wine ---> Building mesa Error: Target org.macports.build returned: shell command " cd
2006 May 10
7
mongrel vs. scgi
I''ve liked the scgi runner ever since it came out. I like the way it''scontrolled, the way it''s clusterable, and the fact that it runs onwin32 platforms so easily. Now it''s May 2006, and the scgi runner hasn''t changed since October,and now we have mongrel. I keep seeing hints of clustering in mongrel,as well. I just downloaded the win32 installer for
2010 Sep 08
3
puppet dashboard and 64-bit mysql
I was looking forward to trying this out, given the puported Solaris support. However, in attempting to install the prereqs for dashboard, I hit a major snag. My main server uses the blastwave MySQL install, which is a 64-bit version of MySQL 5. mysql Ver 14.12 Distrib 5.0.90, for pc-solaris2.10 (x86_64) Apparently the mysql bindings for ruby don''t like the 64-bit version. Output of
2007 Nov 18
18
mongrel and fastthread on ruby 1.9?
Is anybody testing mongrel on ruby 1.9. I just tried installing mongrel on trunk 1.9 and trunk rubygems and got this error compiling fastthread: /Users/stephen/dev/ruby/1.9_trunk/bin/ruby extconf.rb install mongrel --no-rdoc creating Makefile make gcc -I. -I/Users/stephen/dev/ruby/1.9_trunk/include/ruby-1.9/i686-darwin8.10.1 -I/Users/stephen/dev/ruby/1.9_trunk/include/ruby-1.9 -I.
2015 Jun 15
3
mpv rpm
jd1008 wrote: > > > On 06/14/2015 10:12 PM, Peter wrote: >> On 06/15/2015 04:09 PM, jd1008 wrote: >>> I downloaded mpv-0.2.4-4.fc20.src.rpm from rpmfusion, and: >>> >>> /usr/bin/yum-builddep -t --nogpgcheck -y mpv-0.2.4-4.fc20.src.rpm >>> says: >>> Error: No Package found for libquvi-devel >> You can get that, as well as most deps
2015 Jun 15
4
mpv rpm
On 06/15/2015 04:09 PM, jd1008 wrote: > I downloaded mpv-0.2.4-4.fc20.src.rpm from rpmfusion, and: > > /usr/bin/yum-builddep -t --nogpgcheck -y mpv-0.2.4-4.fc20.src.rpm > says: > Error: No Package found for libquvi-devel You can get that, as well as most deps from nux-dextop: http://li.nux.ro/repos.html Peter
2006 Mar 16
4
Mongrel 0.3.11 - speed test ... seems slow
I did some basic speed test on my rails application. I use Centrino 1.7GHz, WinXP. For simple test I used Apache ''ab -n 100 -c 10 http://url.... '' Running Mongrel 0.3.11 I got: development env. = 4.5 req./sec production env. = 11.5 req./sec Running Webrick I got: development env. = 5.7 req./sec production env. =25.9 req./sec Does anyone know why the webrick is still faster?
2006 May 24
0
Mongrel errors on file upload
I did a spike in my sandbox to make sure I understood how to do file uploads using CGI and there seems to be a problem with Mongrel. WEBrick doesn''t display the problem, but I can reproduce it everytime with Mongrel. I''d really appreciate it if someone would try out the code below and see if they see the same thing. The browser behavior is: - under IE6, a Page Not Found error
2006 Mar 26
4
select information from sqlite_master error
Hi, I''m having fun playing around with Camping...I am slowly working on extending tepee to a personal e-notebook sort of tool (never lose my papers/revisions....hehe). I''ve given tepee an oswd css design, and am currently adding a admin page that I want to show the ruby version, sqlite version and db size and db stats information. I tried running: @db_stats =
2012 Dec 25
3
ERROR : An error occurred while installing mysql2 (0.3.11), and Bundler cannot continue.
I am a php programmer, learning ruby on rails I am using ubuntu 10.10. i am not so fine with linux. i have installed ruby, gems etc. I want to make app with using mysql. I have used *$ rails new clogs_web_app -d mysql* to make app but the process stops with this statement *Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.* it give me error : * An error occurred
2013 Jul 13
1
Rails and MySQL
I''m trying to use MySQL instead of SQLite3. I have MySQL installed on my pc. Do I need to ran something in the ruby to use MySQL? C:\>rails new MySQLRestaurant --database=mysql C:\>cd MySQLRestaurant C:\MySQLRestaurant>rails generate scaffold review poster:string date:datetime ar ticle:text C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/l
2015 Jun 15
0
mpv rpm
On 06/14/2015 10:12 PM, Peter wrote: > On 06/15/2015 04:09 PM, jd1008 wrote: >> I downloaded mpv-0.2.4-4.fc20.src.rpm from rpmfusion, and: >> >> /usr/bin/yum-builddep -t --nogpgcheck -y mpv-0.2.4-4.fc20.src.rpm >> says: >> Error: No Package found for libquvi-devel > You can get that, as well as most deps from nux-dextop: > http://li.nux.ro/repos.html >
2015 Jun 15
0
mpv rpm
On 06/15/2015 12:00 PM, m.roth at 5-cent.us wrote: > jd1008 wrote: >> >> On 06/14/2015 10:12 PM, Peter wrote: >>> On 06/15/2015 04:09 PM, jd1008 wrote: >>>> I downloaded mpv-0.2.4-4.fc20.src.rpm from rpmfusion, and: >>>> >>>> /usr/bin/yum-builddep -t --nogpgcheck -y mpv-0.2.4-4.fc20.src.rpm >>>> says: >>>> Error:
2011 Dec 08
3
Problem with running "WEbrick"
Hi After I installed ruby 1.9.2p290(with rubyInstaller) on windows 7 and connected MySQL to it ( I checked it and it worked ) I installed rails then I create a project on "C:\Users\Amiref\Documents\Sites\simple_cms" with this order : "rails new simple_cms -d mysql" then when I use "rails server" to run webrick I saw this error on command prompt : "rails.bat :
2006 Mar 15
0
Mongrel Web Server 0.3.11 -- Edge Rails and Win32 Compliant
Hello Folks, This is the big release of Mongrel that''s been in the works for a while now (well, like a week). It is chock full of changes and features, but mostly it syncs up the Win32 side of things, and validates that Edge Rails works without problems. It also features a more extensive and useful example of the GemPlugins called mongrel_config. First the usual stuff for people