apache+sqlite+php for Arm Linux

Source: Internet
Author: User
Tags install php sqlite

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,
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.