php高手请看一下,关于编译相关的参数很是不明白。谢谢

php高手请看一下,关于编译相关的参数很是不明白。谢谢

在linux下搭建php环境时要加上一些相关参数,我找了些资料的,但是没有一个具体说明。
有没有高手帮我看一下,谢谢。
为什么有的后面加dir有的后面不加dir。

        --with-jpeg-dir
        --with-png-dir

--with-后面加上的相关参数的作用是什么?
相关的参数列举如下!
谢谢了!
./configure
--prefix=/usr/local/php
        --with-apxs2=/usr/local/apache2/bin/apxs
        --with-config-file-path=/usr/local/php/etc
        --with-mysql=/usr/local/mysql
        --with-libxml-dir=/usr/local/libxml2
        --with-gd=/usr/local/gd2
        --with-jpeg-dir
        --with-png-dir
        --with-bz2
        --with-freetype-dir
        --with-iconv-dir
        --with-zlib-dir
        --with-openssl=/usr/local/openssl
        --with-mcrypt=/usr/local/libmcrypt
        --enable-soap
        --enable-gd-native-ttf
        --enable-memory-limit
        --enable-ftp
        --enable-mbstring
        --enable-exif
        --disable-ipv6
        --disable-cgi
        --disable-cli
        --enable-gd
        --disable-debug
        --enable-inline-optimization
        --enable-magic-quotes
        --enable-mm=shared
        --enable-safe-mode
        --enable-track-vars
        --enable-trans-sid
        --enable-wddx=shared
        --enable-xml
        --enable-magic-quotes
        --enable-soap
        --enable-sockets
        --enable-zip
        --enable-embed
        --enable-calendar
        --enable-sqlite-utf8
        --enable-gd-native-tt