gherkin 2.2.8 error when bundle install with wagn 1.6+discussion
I tried to post this to github several days ago through their reply mechanism, but I guess it didn't take. Sorry about that!
Hi ethan,
you were right. To get rid of the dependency don't build the test env. So the bundle install --without test.
Then I had an issue with connecting to the DB on my x64 archlinux. The culprit was a mysql gem.
When I ran `rake wagn:create --trace` I got following error:rake aborted!
uninitialized constant MysqlCompat::MysqlRes
The solution is to build your own Mysql gem:
sudo env ARCHFLAGS="-arch x86_64" gem install --no-rdoc --no-ri mysql -- --with-mysql-config=/usr/bin/mysql_config"
(adjust the mysql_config path to fit your system)
tukanos
--tukanos (Not signed in).....Mon May 30 22:34:40 -0700 2011
Awesome. Thanks for the follow-up, tukanos. Hope wagn proves helpful to you!
--Ethan McCutchen.....Tue May 31 10:39:41 -0700 2011