Fedora Core 4下的PHP環境編譯安裝。

2021-04-02 10:23:54 字數 2213 閱讀 8668

原創:fedora core 4下的php環境編譯安裝。

/* redsos 2005-12-28 */

先到 httpd.apache.org ,

www.php.net

編譯安裝有三步:

1. configure

2. make

3. make install

一. apache2的編譯安裝

1.  tar 解壓後進入 apache2 的目錄,執行

./configure /

--prefix=/usr/local/apache2 /

--enable-module=most /

--enable-shared=max /

--enable-so /

--enable-shared=ssl

2.

make

3.

make install

4.

完成安裝,輸入

測試一下

二.php5 + soap 的編譯安裝

1.解壓後進入 php 的目錄,執行

./configure /

--enable-versioning /

--prefix=/usr/local/php5 /

--with-apxs2=/usr/local/apache2/bin/apxs /

--with-config-file-path=/usr/local/lib /

--with-libxml /

--with-libxml-dir=/usr/lib /

--with-curl /

--with-curl-dir=/usr/lib /

--with-gd /

--with-gd-dir=/usr/lib/ /

--with-jpeg /

--with-jpeg-dir=/usr/include/ /

--with-png /

--with-png-dir=/usr/include/libpng /

--with-ttf /

--enable-gd-native-ttf /

--enable-mbstring /

--enable-track-vars /

--enable-soap /

--enable-module=so /

--enable-sockets /

--enable-exif /

--enable-ftp /

--enable-calendar /

--enable-libgcc /

--with-gettext --with-imap /

--with-ldap /

--with-ldap-sasl /

--with-mbstring /

--with-mhash /

--with-mysql /

--with-mysql-dir=/usr/lib/mysql /

--with-mysqli /

--enable-sqlite-utf8 /

--with-iconv /

--with-xsl /

--with-xsl-dir=/usr/lib /

--with-pear /

--with-zlib /

--with-zlib-dir=/usr/lib /

--with-freetype /

--with-freetype-dir=/usr/include/freetype1 /

--with-xpm-dir=/usr/include/x11/ /

--with-kerberos /

2.

make

3.

make install

4.

apache2的web根目錄下新建 info.php 內容如下:

phpinfo();

5.

測試 http://127.0.0.1/info.php

完成環境安裝。

注:上面的一些擴充套件路徑請按自身條件和需求設定。缺少什麼就用 apt-cache search 找,然後再用 apt-get install 來裝上它

硬碟安裝Fedora Core 4

2 把cd1的isolinux目錄解壓到c 下 解壓把裡面的檔案和資料夾剪下出,放在解壓後c盤根目錄.4 修改boot.ini 最後面新增這麼一行 c grldr grub for dos 儲存退出 5 修改c boot grub menu.lst 新增這麼幾行 title install fedo...

linux下QT4的使用

最近碰到需要使用qt做介面開發的專案。記得上次使用qt都是兩年前的事了,那時候qt3,當時用起來還是覺得很舒服的。但現在把qt4裝上我才知道,原來qt都發生了很大的變化了。uic,qmake的使用都變化了。所以用了一下午時間來適應這個新環境。注 假如qt的工具欄上的資訊看不清楚,如下圖 這時候需要執...

fedora下qt4的安裝

本文為 原文 方法1 安裝前,你可能需要root許可權,這取決於你要安裝qt的路徑的許可權,首先,解壓開壓縮檔案。cd usr local gunzip qt x11 free 3.3.2.tar.gz 對這個包進行解壓縮 tar xf qt x11 free 3.3.2.tar 對這個包進行解包 ...

redhat as4 下mysql的安裝

系統 red hat el as4 mysql mysql 5.0.37.tar.gz 輔助工具 ssh secure shell client 1 將mysql 5.0.37.tar.gz通過ssh 工具 上傳到linux系統的home目錄下 2 建立mysql使用者和群組 code groupa...

Windows下PyQt4的安裝

windows下pyqt4的安裝 更多 5 1.環境 os windows 7 64bits python 2.7.2 pyqt qtqt designer li qt linguist qt語言家 qt assistant pyuic4 換由qt designer生成的.ui檔案到.py pylu...