uninitialized constant MysqlCompat::MysqlRes (using mms2r gem)

前端 未结 25 2303
抹茶落季
抹茶落季 2020-12-02 23:48

moved a rails app of mine onto a new server and had to install a few gem dependencies. However, after installing the mysql gem I get the error, uninitialized constant Mysql

25条回答
  •  广开言路
    2020-12-03 00:05

    On Mac OS X 10.6.4, I had to specify the architecture and config directory:

    sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config

提交回复
热议问题