編譯安裝後通常設置

編譯安裝後通常設置apache


一、導出頭文件;以目錄連接的形式來實現vim

[root@localhost]# ln -sv /usr/local/apache2/include/ /usr/include/httpdide


二、輸出二進制程序it

[root@localhost]# vim /etc/profile.d/httpd24.sh
編譯

    export PATH=/usr/local/apache2/bin:$PATH
class

[root@localhost]#. /etc/profile.d/httpd24.sh
file


三、導出man文件service

[root@localhost]# vim /etc/man.config
二進制

          MANPATH /usr/local/apache2/man
程序

[root@localhost]# man -M /usr/local/apache2/man httpd

 

四、導出庫文件

把lib目錄路徑輸出到/etc/ld.so.conf.d

[root@localhost]#echo 「/usr/local/apache2/lib」 > /etc/ld.so.conf.d/httpd


五、服務腳本

寫個啓動腳本放置在/etc/init.d/目錄便可用service啓動

相關文章
相關標籤/搜索