Displaying 3 results from an estimated 3 matches for "xamppfil".
Did you mean:
xamppfiles
2009 Feb 04
0
gem install mysql error with Xampp
...39;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...
ERROR: Error installing mysql:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
extconf.rb in...
2011 Nov 18
2
libpng warning: Application built with libpng-1.2.26 but running with 1.5.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 uninstall older...
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,