I'm getting the following result when I try to install the passenger & mysql gems.
I've followed the Ubuntu Hardy articles to setup my slice, apache & ruby/rails.
= = = = = = = = = = = = =
sudo gem install mysql
Bulk updating Gem source index for: http://gems.rubyforge.org/
.............
complete
Building native extensions. This could take a while...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb install mysql
checking for mysql_query() in -lmysqlclient... yes
checking for mysql_ssl_set()... yes
checking for mysql.h... no
checking for mysql/mysql.h... yes
creating Makefile
make
sh: make: not found
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/mysql-2.7/gem_make.out
= = = = = = = = = = = = =
Ok so this problem was happening with several gems. After some hunting I realised make wasn't installed.
I assume I missed a line out somewhere, the following command solved it;
sudo apt-get install build-essential
Thanks to anima from http://forum.slicehost.com
“I'm unpredictable, I never know where I'm going until I get there, I'm so random, I'm always growing, learning, changing, I'm never the same person twice. But one thing you can be sure of about me; is I will always do exactly what I want to do.”
Subscribe to:
Post Comments (Atom)
You might also like:
CentOS black screen on boot
Hit any key at the grub screen. Enter 'e' to edit…
"Registry Editing Has Been Disabled By Your Administrator"
Virus creators like to disable the Registry…
Reclaiming your disk space in Windows.
There are lots utility that can you install on…
‘You may be a victim of software counterfeiting’
This problem occurred because Microsoft detect…
Popular Posts
-
There are lots of guide for unlock drive that is WRITE PROTECTED , but most of the guide are for drives that have Write Protect Switch . Wha...
-
Seems like vnc session is not running on the other machine. Open terminal Login as root Key in vncserver You will require a password t...
-
[zimbra@host]$ zmcontrol start Host mail.plugged.in Starting ldap…Done. Unable to determine enabled services from ldap. Enabled services...
-
Yet another open source product specialized for School, College and University Mangement Information System. Its Project Fedena, the communi...
-
Like I promise before , let me brief you abut my situation, By using the script imapsync recommended by Zimbra , certain email account ...
-
This error happens due to some malware or spyware software putting some registry restrictions(DisableTaskMgr restriction) so that one can’t...
Labels
Basic Security
(4)
Blog Tips
(2)
Hardware
(4)
HOT Law IT News
(2)
Microsoft Office Tips
(3)
Microsoft Windows Tips
(31)
My Works on OpenSource Platform
(31)
OSCC Product
(4)
Umum
(9)
Virus Solutions
(2)
XAMPP & Snipe-IT
(5)
No comments:
Post a Comment