ruby on rails 3 - MySql2 and bundler on windows -


I know that before this question has been asked, ive has tried all the solutions and can not get anywhere . Ive spent the better half of the day on this and im at the end of my wits.

I'm trying to set up my app on a windows machine Ive used a rail installer that comes with devkeyt.

This works fine:

install gem mysql2 - --with-mysql-include = & lt; PATH_TO_XAMPP & gt; \ Mysql \ contains --with-mysql-lib = & lt; PATH_TO_XAMPP & gt; \ Mysql \ lib \ opt -with-mysql-config = & lt; PATH_TO_XAMPP & gt; \ Mysql \ bin \ mysql_config

but bundle installed fails with default extension error

Ive tried:

  bundle config build.mysql --with-mysql-include = e: \ xampp \ xampp \ mysql \ include --with-mysql-lib = e: \ xampp \ xampp \ mysql \ lib \ opt --with-mysql-config = E:.  XAMPP \ xAMPP \ mysql \ bin \ mysql_config   

But, no dice <

bundle config build.mysql2 --with-mysql-include = e: \ xampp \ xampp \ mysql \ Include --with-mysql-lib = E: \ XAMPP \ XAMPP \ mysql \ lib \ opt -with-mysql-config = e: \ xampp \ xampp \ mysql \ bin \ mysql_config < / Div>

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -