您的位置:首页 > 运维架构 > Linux

编译mysql for linux arm

2013-07-20 22:39 323 查看
mysql版本使用5.1版本,5.2包括及以上,使用cmake编译,这个暂时没研究

使用到的ncurses,要编译成linux arm,

然后编译mysql时,使用如下configure

./configure --host=arm-none-linux-gnueabi --enable-static --with-named-curses-libs=/media/extradisk/tools/ncurses-5.9/dst/lib/libncurses.a --prefix=$PWD/dstarm --without-docs --without-man --without-bench -with-charset=gb2312 --with-extra-charsets=ascii,latin1,utf8

make

make install

中途会出些错误

见:http://wenku.baidu.com/view/62e022c46137ee06eff918f4.html


Ubuntu下编译ARM平台QtEmbedded的MySQL和MySQL插件

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: