教程集 www.jiaochengji.com
教程集 >  脚本编程  >  php  >  正文 apache sqlite php for Arm Linux

apache sqlite php for Arm Linux

发布时间:2016-10-29   编辑:jiaochengji.com
教程集为您提供apache sqlite php for Arm Linux等资源,欢迎您收藏本站,我们将为您提供最新的apache sqlite php for Arm Linux资源

  经过几天的努力终于在arm-linux平台上搭建了apache sqlite php平台.

apche与sqlite网上有不少资料,而php for arm-linux很少.为了在arm平台上安装php发了不少时间.所以将搭建过程发表在此,希望对大家有所帮助.


<span style="FONT-SIZE: 15pt">Sqlite for Arm Linux</span><span style="FONT-SIZE: 15pt">安装</span>
<span style="COLOR: black">1、 </span><span style="COLOR: black">下载</span><span style="COLOR: black">sqlite3.3.8</span><span style="COLOR: black">:请到</span><span style="COLOR: black">http://www.sqlite.org/download.html</span><span style="COLOR: black">,将下载的代码包解开,将生成</span><span style="COLOR: black">sqlite3.3.8</span><span style="COLOR: black">目录</span>
<span>2、 </span>修改<span>configure文件,将下面语句注释掉</span>
<span style="COLOR: #333333">#if test "$cross_compiling" = "yes"; then</span>
<span style="COLOR: #333333"># { { echo "$as_me:$LINENO:: error: unable to find a compiler for building build tools" >&5#echo "$as_me: error: unable to find a compiler for building build tools" >&2;}</span>
<span style="COLOR: #333333"># { (exit 1); exit 1; }; }</span>
<span style="COLOR: #333333">#fi</span>
<span style="COLOR: #333333">. . .</span>
 
<span style="COLOR: #333333">#else</span>
<span style="COLOR: #333333"># test "$cross_compiling" = yes &&</span>
<span style="COLOR: #333333"># { { echo "$as_me:$LINENO:: error: cannot check for file existence when cross compiling" >&5</span>
<span style="COLOR: #333333">#echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}</span>
<span style="COLOR: #333333"># { (exit 1); exit 1; }; }</span>
<span style="COLOR: #333333">. . .</span>
<span style="COLOR: #333333">#else</span>
<span style="COLOR: #333333"># test "$cross_compiling" = yes &&</span>
<span style="COLOR: #333333"># { { echo "$as_me:$LINENO:: error: cannot check for file existence when cross compiling" >&5</span>
<span style="COLOR: #333333">#echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}</span>
<span style="COLOR: #333333"># { (exit 1); exit 1; }; }</span>
 
<span>3、</span>您可能感兴趣的文章:
apache sqlite php for Arm Linux
SQLite安装
go arm、android版本
SQLite 60分钟入门教程
SQLite简介
轻型数据库SQLite结合PHP的开发
php操作SQLite类的代码分享
linux下SQLite3源码安装
ubuntu下用gc的方式编译arm版本的golang并测试
SQLite数据库的使用

[关闭]
~ ~