![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
I ran mate ~/.profile It looked like this export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" I changed it to this export PATH="/usr/local/sbin:/usr/local/mysql/bin:$PATH" I opened up a new shell and ran sudo gem update --system Still got a segmentation fault. Also, take /usr/local/sbin out of your PATH. What does the following |
|
Conrad Taylor wrote: OK, let's do the following for now: 1). Remove /use/local/bin from your PATH. 2). Open a new shell window 3). Update Rubygems sudo gem update --system 4). Install Rails sudo gem install rails Let me know what happen. -Conrad Sent from my iPhone On Nov 5, 2009, at 7:38 PM, Eric Ee <rails-mailing-list (AT) andreas-s (DOT) net -- Posted via http://www.ruby-forum.com/. |
#12
| |||
| |||
|
|
On Thu, Nov 5, 2009 at 10:15 PM, Eric Ee <rails-mailing-list (AT) andreas-s (DOT) net wrote: I ran mate ~/.profile It looked like this export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" I changed it to this export PATH="/usr/local/sbin:/usr/local/mysql/bin:$PATH" I opened up a new shell and ran sudo gem update --system Still got a segmentation fault. Also, take /usr/local/sbin out of your PATH. What does the following produce? which gem gem -v which ruby ruby -v -Conrad What does the following say? |
| Conrad Taylor wrote: OK, let's do the following for now: 1). Remove /use/local/bin from your PATH. 2). Open a new shell window 3). Update Rubygems sudo gem update --system 4). Install Rails sudo gem install rails Let me know what happen. -Conrad Sent from my iPhone On Nov 5, 2009, at 7:38 PM, Eric Ee <rails-mailing-list (AT) andreas-s (DOT) net -- Posted via http://www.ruby-forum.com/. |
#13
| |||
| |||
|
|
On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor <conradwt (AT) gmail (DOT) com> wrote: On Thu, Nov 5, 2009 at 10:15 PM, Eric Ee rails-mailing-list (AT) andreas-s (DOT) net> wrote: I ran mate ~/.profile It looked like this export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH" I changed it to this export PATH="/usr/local/sbin:/usr/local/mysql/bin:$PATH" I opened up a new shell and ran sudo gem update --system Still got a segmentation fault. Also, take /usr/local/sbin out of your PATH. What does the following produce? After you make the above change, restart you OS? This should remove any of |
|
which gem gem -v which ruby ruby -v -Conrad What does the following say? echo $PATH -Conrad Conrad Taylor wrote: OK, let's do the following for now: 1). Remove /use/local/bin from your PATH. 2). Open a new shell window 3). Update Rubygems sudo gem update --system 4). Install Rails sudo gem install rails Let me know what happen. -Conrad Sent from my iPhone On Nov 5, 2009, at 7:38 PM, Eric Ee <rails-mailing-list (AT) andreas-s (DOT) net -- Posted via http://www.ruby-forum.com/. |
#14
| |||
| |||
|
|
On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor <conradwt (AT) gmail (DOT) com wrote: I changed it to this which gem gem -v which ruby ruby -v -Conrad What does the following say? echo $PATH -Conrad |
#15
| |||
| |||
|
|
stripped the sbin part out... Ran all the commands- which gem /usr/local/bin/gem gem -v Illegal instruction which ruby /usr/local/bin/ruby ruby -v Illegal instruction echo $PATH /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Your PATH should look like this |
|
(I also downloaded the latest iphone developer kit and installed it to be safe) Conrad Taylor wrote: On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor <conradwt (AT) gmail (DOT) com wrote: I changed it to this which gem gem -v which ruby ruby -v -Conrad What does the following say? echo $PATH -Conrad -- Posted via http://www.ruby-forum.com/. |
#16
| |||
| |||
|
|
On Thu, Nov 5, 2009 at 10:26 PM, Eric Ee <rails-mailing-list (AT) andreas-s (DOT) net wrote: stripped the sbin part out... Ran all the commands- which gem /usr/local/bin/gem gem -v Illegal instruction which ruby /usr/local/bin/ruby ruby -v Illegal instruction echo $PATH /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Your PATH should look like this /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin In the shell, please type the following: export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Now, do the following: sudo gem update --system -Conrad (I also downloaded the latest iphone developer kit and installed it to be safe) Did you use the Disk Utility app to "Repair Disk Permissions" on the system |
| Conrad Taylor wrote: On Thu, Nov 5, 2009 at 10:19 PM, Conrad Taylor <conradwt (AT) gmail (DOT) com wrote: I changed it to this which gem gem -v which ruby ruby -v -Conrad What does the following say? echo $PATH -Conrad -- Posted via http://www.ruby-forum.com/. |
#17
| |||
| |||
|
|
On Thu, Nov 5, 2009 at 10:32 PM, Conrad Taylor <conradwt (AT) gmail (DOT) com wrote: Did you use the Disk Utility app to "Repair Disk Permissions" on the system disk? -Conrad |
#18
| |||
| |||
|
|
Yes! Conrad...you are the man. after a restart and the export path command, I was able to run sudo gem update --system successfully so now... which gem /usr/bin/gem gem -v 1.3.5 which ruby /usr/bin/ruby ruby -v ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] This has been making my head spin all day. I really appreciate the help. Are there any other commands I need to run to get everything running smoothly in Snow Leopard? This is great to hear. Also, make sure that you update your PATH |
|
Conrad Taylor wrote: On Thu, Nov 5, 2009 at 10:32 PM, Conrad Taylor <conradwt (AT) gmail (DOT) com wrote: Did you use the Disk Utility app to "Repair Disk Permissions" on the system disk? -Conrad -- Posted via http://www.ruby-forum.com/. |
#19
| |||
| |||
|
|
On Thu, Nov 5, 2009 at 11:39 PM, Eric Ee rails-mailing-list (AT) andreas-s (DOT) net>wrote: which gem This has been making my head spin all day. I really appreciate the help. Are there any other commands I need to run to get everything running smoothly in Snow Leopard? This is great to hear. Also, make sure that you update your PATH within your .profile to look exactly like the following: export PATH=/usr/local/mysql/bin:${PATH} The above statement is a very basic PATH and it should be sufficient for now. Also, I would recommend installing the following gems if you haven't done so already: sudo gem install rails sudo gem install sqlite3-ruby sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config sudo gem install mongrel sudo gem install gemcutter gem tumble Note: The above assumes that you followed the MySQL installation instructions here: http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard Last but not least, there are many gems and the primary gem host is located at http://www.gemcutter.org. Good luck, -Conrad |
#20
| |||
| |||
|
|
I ran those commands and I thought everything was installed properly, but I'm still having a mysql issue. *I ran one of my rake commands for my app and got... !! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. rake aborted! no such file to load -- mysql and then ran gem install mysql but got this... WARNING: *Installing to ~/.gem since /Library/Ruby/Gems/1.8 and * * /usr/bin aren't both writable. WARNING: *You don't have /Users/Erio/.gem/ruby/1.8/bin in your PATH, * * gem executables will not run. 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 checking for mysql_query() in -lmysqlclient... no checking for main() in -lm... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lz... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lsocket... no checking for mysql_query() in -lmysqlclient... no checking for main() in -lnsl... no checking for mysql_query() in -lmysqlclient... no checking for main() in -lmygcc... no checking for mysql_query() in -lmysqlclient... 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 options. Any idea what is wrong with mysql? Conrad Taylor wrote: On Thu, Nov 5, 2009 at 11:39 PM, Eric Ee rails-mailing-l... (AT) andreas-s (DOT) net>wrote: which gem This has been making my head spin all day. *I really appreciate the help. *Are there any other commands I need to run to get everything running smoothly in Snow Leopard? This is great to hear. *Also, make sure that you update your PATH within your .profile to look exactly like the following: export PATH=/usr/local/mysql/bin:${PATH} The above statement is a very basic PATH and it should be sufficient for now. *Also, I would recommend installing the following gems if you haven't done so already: sudo gem install rails sudo gem install sqlite3-ruby sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config sudo gem install mongrel sudo gem install gemcutter gem tumble Note: The above assumes that you followed the MySQL installation instructions here: http://weblog.rubyonrails.org/2009/8/30/upgrading-to-snow-leopard Last but not least, there are many gems and the primary gem host is located athttp://www.gemcutter.org. Good luck, -Conrad -- Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ |
![]() |
| Thread Tools | |
| Display Modes | |
| |