日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

查看软件的编译参数

發布時間:2025/7/14 编程问答 26 豆豆
生活随笔 收集整理的這篇文章主要介紹了 查看软件的编译参数 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

有時候我們管理線上服務器時,想看看 nginx,apache,mysql,php 編譯參數,可以用的方法有,

1.nginx編譯參數

[root@web nginx-1.2.6]# /usr/local/nginx/sbin/nginx -V nginx version: nginx/1.2.6 built by gcc 4.1.2 20080704 (Red Hat 4.1.2-48) TLS SNI support disabled configure arguments: --prefix=/usr/local/nginx --user=www --group=www --with-http_stub_status_module --with-file-aio --with-http_ssl_module [root@web nginx-1.2.6]#

2.apache編譯參數

[root@web ~]# cat /usr/local/apache2/build/config.nice #! /bin/sh # # Created by configure "./configure" \ "--prefix=/usr/local/apache2" \ "--enable-modules=so" \ "--enable-rewrite" \ "--enable-deflate" \ "--disable-FEATURE" \ "--disable-access" \ "--disable-auth" \ "--disable-charset-lite" \ "--disable-include" \ "--disable-log-config" \ "--disable-env" \ "--disable-setenvif" \ "--disable-status" \ "--disable-autoindex" \ "--disable-asis" \ "--disable-cgid" \ "--disable-cgi" \ "--disable-negotiation" \ "--disable-imap" \ "--disable-actions" \ "--disable-userdir" \ "$@" [root@web ~]#

4.php編譯參數

root@web ~]# /usr/local/php5/bin/php -i | grep configure Configure Command => './configure' '--prefix=/usr/local/php5' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql' '--with-pdo-mysql' '--without-pear' '--enable-sockets' '--enable-pcntl' '--enable-shared' '--enable-static' '--enable-shmop' '--enable-sysvshm' '--with-gd' '--with-png-dir' '--with-zlib' '--enable-gd-native-ttf' '--enable-zip' '--enable-mbstring' '--with-freetype-dir=/usr/include/freetype2/freetype/' '--with-openssl' '--with-libxml-dir' '--enable-calendar' '--with-curl' '--with-curlwrappers' '--enable-exif' '--with-jpeg-dir' '--with-xsl' '--enable-zip' '--enable-bcmath' '--with-mcrypt' [root@web ~]#

5.mysql編譯參數

(1).mysql rpm安裝

cat "/usr/bin/mysqlbug" | grep configure

(2).mysql源碼包安裝

[root@web ~]# cat /usr/local/mysql/bin/mysqlbug|grep configure # This is set by configure CONFIGURE_LINE="./configure '--prefix=/usr/local/mysql' '--without-debug' '--with-extra-charsets=utf8' '--with-extra-charsets=complex' '--enable-assembler' '--without-innodb' '--with-pthread' '--enable-thread-safe-client' '--with-client-ldflags=-all-static' '--with-mysqld-ldflags=-all-static' '--enable-pdo'" [root@web ~]#


轉載于:https://blog.51cto.com/freeloda/1189100

總結

以上是生活随笔為你收集整理的查看软件的编译参数的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。