<script>ec(2);</script>
经过几天的努力终于在arm-linux平台上搭建了apache+sqlite+php平台.
apche与sqlite网上有不少资料,而php for arm-linux很少.为了在arm平台上安装php发了不少时间.所以将搭建过程发表在此,希望对大家有所帮助.
Sqlite for Arm Linux安装1、 下载sqlite3.3.8:请到http://www.sqlite.org/download.html,将下载的代码包解开,将生成sqlite3.3.8目录2、 修改
configure文件,将下面语句注释掉#if test "$cross_compiling" = "yes"; then# { { 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;}# { (exit 1); exit 1; }; }#fi. . . #else# test "$cross_compiling" = yes &&# { { echo "$as_me:$LINENO:: error: cannot check for file existence when cross compiling" >&5#echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}# { (exit 1); exit 1; }; }. . .#else# test "$cross_compiling" = yes &&# { { echo "$as_me:$LINENO:: error: cannot check for file existence when cross compiling" >&5#echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}# { (exit 1); exit 1; }; } 3、Déclaration:Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn