您好:
在於嵌入式系統,我是個新手,想請教一下在於嵌入式系統的板子,要如何安裝php server呢?
我想在嵌入式系統中安裝上web + PHP Server,是否給我一個建議要如何去安裝php server,
php Server的建置步驟要如何做呢?
我使用的板子是:Study ARM9發展板
謝謝!
版主: chester
rollboy 寫:其實我並不是很熟php , 不過看你的描述 ... 我目前弄的php應該算是用內嵌在html的方式執行.
至於編譯shttpd跟php的方法 ...
你必須先準備shttpd跟php的source code ...
然後請先編譯php ... 關鍵在於下configure時必須指定--with-shttpd="shttpd path xxxx" (確切參數你請看一下configure --help)
待php編譯完成後 ... 在切換到shttpd-xxx內, 就會發現shttpd-xxx多了一些php相關的檔案
這時候在編譯shttpd ... 完成之後就是我說的一個執行檔 ...
我想這只是方法之一 ... 應該還有其他跑php的方法 ..
而且也不一定要用shttpd
./configure --target=i386-linux --prefix=/opt/app/work/php-4 --with-thttpd=../thttpd-2.21b --with-imap-dir=/usr/local/imap-2004g/ --with-imap-ssl --with-imap=/usr/local/imap-2004g/ ; make ; make install
./configure --target=i386-linux --prefix=/opt/app/work/thttpd --mandir=/opt/app/work/thttpd/man ; make ; make install
...
htpasswd.o(.text+0x3d7): In function `main':
: the use of `tmpnam' is dangerous, better use `mkstemp'
make[1]: Leaving directory `/usr/src/thttpd/thttpd-2.21b/extras'
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客