After several days of efforts finally on the Arm-linux platform to build a apache+sqlite+php platform.
Apche and SQLite online have a lot of information, and PHP for Arm-linux very little. In order to install PHP on the ARM platform to send a lot of time. So the construction process will be published here, I hope to help you.
Sqlite for Arm Linux
installation
1, Download sqlite3.3.8 : Please come to http://www.sqlite.org/download.html , the downloaded code package is untied and the sqlite3.3.8 Directory
2,Modify Configure file, comment out the following statement
#if test "$cross _compiling" = "yes"; then
# {{echo ' $as _me: $LINENO:: error:unable to find a compiler ' 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,