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:
but Ive tried: But, no dice < 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
bundle installed fails with default extension error
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:.
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
Post a Comment