This forum is no longer active. Please post your questions to our new community site
OS X : Error when creating Plugin
|
|
Hi, trying to create a new plugin a get the error message : ibm_serbie:redmine guillaume$ script/generate redmine_plugin Polls 1) i understand than i have one Gem missing if i do use “sudo gem install mysql” i get the following error : Building native extensions. This could take a while… /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb install mysql
before trying to do this plugin i did update my default OSX pre installed Ruby/Rails … does anyone can help ? Thanks in advance Guillaume |
|
|
Hi, Try to run the “use_redmine.sh” script before running any Stack command. This script loads the correct environment. |
|
|
I was able to install the gem using : but it seems that the install is not well done since when i tried to create the plugin i get : ibm_serbie:redmine guillaume$ script/generate redmine_plugin Polls dyld: Symbol not found: _mysql_init Trace/BPT trap … so my config is still not square enough for plugin creation. Guillaume |
|
|
with the “use_redmine.sh” it works ! |

