Home > Database > Mysql Tutorial > body text

rails 4 安装gem install mysql 报checking for main() in

WBOY
Release: 2016-06-07 15:34:30
Original
853 people have browsed it

1、http://dev.mysql.com/downloads/mysql/ 这个地址下载符合自己系统的mysql installer 2、安装 3、运行 gem install mysql --platform=ruby -- '--with-mysql-lib=C:\mysql-connector-c-6.1.3-winx64\lib --with-mysql-include=C:\mysql-connector-c-6.1.3

1、http://dev.mysql.com/downloads/mysql/  这个地址下载符合自己系统的mysql installer

2、安装

3、运行 gem install mysql --platform=ruby -- '--with-mysql-lib="C:\mysql-connector-c-6.1.3-winx64\lib" --with-mysql-include="C:\mysql-connector-c-6.1.3-winx64\include" --with-mysql-dir="C:\mysql-connector-c-6.1.3-winx64" '

 如果不行,尝试运行 gem install mysql --platform=ruby -- '--with-mysql-dir="C:\mysql-connector-c-6.1.3-winx64"'


get from Moshe Katz's answer  ,link is  http://stackoverflow.com/questions/19014117/ruby-mysql2-gem-installation-on-windows-7

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template