Guest User

Untitled

a guest
Jul 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.77 KB | None | 0 0
  1. `configure' configures this package to adapt to many kinds of systems.
  2.  
  3. Usage: ./configure [OPTION]... [VAR=VALUE]...
  4.  
  5. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  6. VAR=VALUE. See below for descriptions of some of the useful variables.
  7.  
  8. Defaults for the options are specified in brackets.
  9.  
  10. Configuration:
  11. -h, --help display this help and exit
  12. --help=short display options specific to this package
  13. --help=recursive display the short help of all the included packages
  14. -V, --version display version information and exit
  15. -q, --quiet, --silent do not print `checking...' messages
  16. --cache-file=FILE cache test results in FILE [disabled]
  17. -C, --config-cache alias for `--cache-file=config.cache'
  18. -n, --no-create do not create output files
  19. --srcdir=DIR find the sources in DIR [configure dir or `..']
  20.  
  21. Installation directories:
  22. --prefix=PREFIX install architecture-independent files in PREFIX
  23. [/usr/local]
  24. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  25. [PREFIX]
  26.  
  27. By default, `make install' will install all the files in
  28. `/usr/local/bin', `/usr/local/lib' etc. You can specify
  29. an installation prefix other than `/usr/local' using `--prefix',
  30. for instance `--prefix=$HOME'.
  31.  
  32. For better control, use the options below.
  33.  
  34. Fine tuning of the installation directories:
  35. --bindir=DIR user executables [EPREFIX/bin]
  36. --sbindir=DIR system admin executables [EPREFIX/sbin]
  37. --libexecdir=DIR program executables [EPREFIX/libexec]
  38. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  39. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  40. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  41. --libdir=DIR object code libraries [EPREFIX/lib]
  42. --includedir=DIR C header files [PREFIX/include]
  43. --oldincludedir=DIR C header files for non-gcc [/usr/include]
  44. --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
  45. --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
  46. --infodir=DIR info documentation [DATAROOTDIR/info]
  47. --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
  48. --mandir=DIR man documentation [DATAROOTDIR/man]
  49. --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
  50. --htmldir=DIR html documentation [DOCDIR]
  51. --dvidir=DIR dvi documentation [DOCDIR]
  52. --pdfdir=DIR pdf documentation [DOCDIR]
  53. --psdir=DIR ps documentation [DOCDIR]
  54.  
  55. System types:
  56. --build=BUILD configure for building on BUILD [guessed]
  57. --host=HOST cross-compile to build programs to run on HOST [BUILD]
  58. --target=TARGET configure for building compilers for TARGET [HOST]
  59.  
  60. Optional Features and Packages:
  61. --disable-option-checking ignore unrecognized --enable/--with options
  62. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  63. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  64. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  65. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  66. --with-libdir=NAME Look for libraries in .../NAME rather than .../lib
  67. --disable-rpath Disable passing additional runtime library
  68. search paths
  69. --enable-re2c-cgoto Enable -g flag to re2c to use computed goto gcc extension
  70.  
  71. SAPI modules:
  72.  
  73. --with-aolserver=DIR Specify path to the installed AOLserver
  74. --with-apxs=FILE Build shared Apache 1.x module. FILE is the optional
  75. pathname to the Apache apxs tool apxs
  76. --with-apache=DIR Build Apache 1.x module. DIR is the top-level Apache
  77. build directory /usr/local/apache
  78. --enable-mod-charset APACHE: Enable transfer tables for mod_charset (Rus Apache)
  79. --with-apxs2filter=FILE
  80. EXPERIMENTAL: Build shared Apache 2.0 Filter module. FILE is the optional
  81. pathname to the Apache apxs tool apxs
  82. --with-apxs2=FILE Build shared Apache 2.0 Handler module. FILE is the optional
  83. pathname to the Apache apxs tool apxs
  84. --with-apache-hooks=FILE
  85. EXPERIMENTAL: Build shared Apache 1.x module. FILE is the optional
  86. pathname to the Apache apxs tool apxs
  87. --with-apache-hooks-static=DIR
  88. EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level Apache
  89. build directory /usr/local/apache
  90. --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)
  91. --with-caudium=DIR Build PHP as a Pike module for use with Caudium.
  92. DIR is the Caudium server dir /usr/local/caudium/server
  93. --disable-cli Disable building CLI version of PHP
  94. (this forces --without-pear)
  95. --with-continuity=DIR Build PHP as Continuity Server module.
  96. DIR is path to the installed Continuity Server root
  97. --enable-embed=TYPE EXPERIMENTAL: Enable building of embedded SAPI library
  98. TYPE is either 'shared' or 'static'. TYPE=shared
  99. --enable-fpm Enable building of the fpm SAPI executable
  100. --with-fpm-user=USER Set the user for php-fpm to run as. (default: nobody)
  101. --with-fpm-group=GRP Set the group for php-fpm to run as. For a system user, this
  102. should usually be set to match the fpm username (default: nobody)
  103. --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus
  104. --with-litespeed Build PHP as litespeed module
  105. --with-milter=DIR Build PHP as Milter application
  106. --with-nsapi=DIR Build PHP as NSAPI module for Netscape/iPlanet/Sun Webserver
  107. --with-phttpd=DIR Build PHP as phttpd module
  108. --with-pi3web=DIR Build PHP as Pi3Web module
  109. --with-roxen=DIR Build PHP as a Pike module. DIR is the base Roxen
  110. directory, normally /usr/local/roxen/server
  111. --enable-roxen-zts ROXEN: Build the Roxen module using Zend Thread Safety
  112. --with-thttpd=SRCDIR Build PHP as thttpd module
  113. --with-tux=MODULEDIR Build PHP as a TUX module (Linux only)
  114. --with-webjames=SRCDIR Build PHP as a WebJames module (RISC OS only)
  115. --disable-cgi Disable building CGI version of PHP
  116.  
  117. General settings:
  118.  
  119. --enable-gcov Enable GCOV code coverage (requires LTP) - FOR DEVELOPERS ONLY!!
  120. --enable-debug Compile with debugging symbols
  121. --with-layout=TYPE Set how installed files will be laid out. Type can
  122. be either PHP or GNU [PHP]
  123. --with-config-file-path=PATH
  124. Set the path in which to look for php.ini [PREFIX/lib]
  125. --with-config-file-scan-dir=PATH
  126. Set the path where to scan for configuration files
  127. --enable-sigchild Enable PHP's own SIGCHLD handler
  128. --enable-libgcc Enable explicitly linking against libgcc
  129. --disable-short-tags Disable the short-form <? start tag by default
  130. --enable-dmalloc Enable dmalloc
  131. --disable-ipv6 Disable IPv6 support
  132. --enable-dtrace Enable DTrace support
  133. --enable-fd-setsize Set size of descriptor sets
  134.  
  135. Extensions:
  136.  
  137. --with-EXTENSION=shared[,PATH]
  138.  
  139. NOTE: Not all extensions can be build as 'shared'.
  140.  
  141. Example: --with-foobar=shared,/usr/local/foobar/
  142.  
  143. o Builds the foobar extension as shared extension.
  144. o foobar package install prefix is /usr/local/foobar/
  145.  
  146.  
  147. --disable-all Disable all extensions which are enabled by default
  148.  
  149. --with-regex=TYPE regex library type: system, php. TYPE=php
  150. WARNING: Do NOT use unless you know what you are doing!
  151. --disable-libxml Disable LIBXML support
  152. --with-libxml-dir=DIR LIBXML: libxml2 install prefix
  153. --with-openssl=DIR Include OpenSSL support (requires OpenSSL >= 0.9.6)
  154. --with-kerberos=DIR OPENSSL: Include Kerberos support
  155. --with-pcre-regex=DIR Include Perl Compatible Regular Expressions support.
  156. DIR is the PCRE install prefix BUNDLED
  157. --without-sqlite3=DIR Do not include SQLite3 support. DIR is the prefix to
  158. SQLite3 installation directory.
  159. --with-zlib=DIR Include ZLIB support (requires zlib >= 1.0.9)
  160. --with-zlib-dir=<DIR> Define the location of zlib install directory
  161. --enable-bcmath Enable bc style precision math functions
  162. --with-bz2=DIR Include BZip2 support
  163. --enable-calendar Enable support for calendar conversion
  164. --disable-ctype Disable ctype functions
  165. --with-curl=DIR Include cURL support
  166. --with-curlwrappers EXPERIMENTAL: Use cURL for url streams
  167. --enable-dba Build DBA with bundled modules. To build shared DBA
  168. extension use --enable-dba=shared
  169. --with-qdbm=DIR DBA: QDBM support
  170. --with-gdbm=DIR DBA: GDBM support
  171. --with-ndbm=DIR DBA: NDBM support
  172. --with-db4=DIR DBA: Oracle Berkeley DB 4.x or 5.x support
  173. --with-db3=DIR DBA: Oracle Berkeley DB 3.x support
  174. --with-db2=DIR DBA: Oracle Berkeley DB 2.x support
  175. --with-db1=DIR DBA: Oracle Berkeley DB 1.x support/emulation
  176. --with-dbm=DIR DBA: DBM support
  177. --with-tcadb=DIR DBA: Tokyo Cabinet abstract DB support
  178. --without-cdb=DIR DBA: CDB support (bundled)
  179. --disable-inifile DBA: INI support (bundled)
  180. --disable-flatfile DBA: FlatFile support (bundled)
  181. --disable-dom Disable DOM support
  182. --with-libxml-dir=DIR DOM: libxml2 install prefix
  183. --with-enchant=DIR Include enchant support.
  184. GNU Aspell version 1.1.3 or higher required.
  185. --enable-exif Enable EXIF (metadata from images) support
  186. --disable-fileinfo Disable fileinfo support
  187. --disable-filter Disable input filter support
  188. --with-pcre-dir FILTER: pcre install prefix
  189. --enable-ftp Enable FTP support
  190. --with-openssl-dir=DIR FTP: openssl install prefix
  191. --with-gd=DIR Include GD support. DIR is the GD library base
  192. install directory BUNDLED
  193. --with-vpx-dir=DIR GD: Set the path to libvpx install prefix
  194. --with-jpeg-dir=DIR GD: Set the path to libjpeg install prefix
  195. --with-png-dir=DIR GD: Set the path to libpng install prefix
  196. --with-zlib-dir=DIR GD: Set the path to libz install prefix
  197. --with-xpm-dir=DIR GD: Set the path to libXpm install prefix
  198. --with-freetype-dir=DIR GD: Set the path to FreeType 2 install prefix
  199. --with-t1lib=DIR GD: Include T1lib support. T1lib version >= 5.0.0 required
  200. --enable-gd-native-ttf GD: Enable TrueType string function
  201. --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support
  202. --with-gettext=DIR Include GNU gettext support
  203. --with-gmp=DIR Include GNU MP support
  204. --with-mhash=DIR Include mhash support
  205. --disable-hash Disable hash support
  206. --without-iconv=DIR Exclude iconv support
  207. --with-imap=DIR Include IMAP support. DIR is the c-client install prefix
  208. --with-kerberos=DIR IMAP: Include Kerberos support. DIR is the Kerberos install prefix
  209. --with-imap-ssl=DIR IMAP: Include SSL support. DIR is the OpenSSL install prefix
  210. --with-interbase=DIR Include InterBase support. DIR is the InterBase base
  211. install directory /usr/interbase
  212. --enable-intl Enable internationalization support
  213. --with-icu-dir=DIR Specify where ICU libraries and headers can be found
  214. --disable-json Disable JavaScript Object Serialization support
  215. --with-ldap=DIR Include LDAP support
  216. --with-ldap-sasl=DIR LDAP: Include Cyrus SASL support
  217. --enable-mbstring Enable multibyte string support
  218. --disable-mbregex MBSTRING: Disable multibyte regex support
  219. --disable-mbregex-backtrack
  220. MBSTRING: Disable multibyte regex backtrack check
  221. --with-libmbfl=DIR MBSTRING: Use external libmbfl. DIR is the libmbfl base
  222. install directory BUNDLED
  223. --with-onig=DIR MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
  224. If DIR is not set, the bundled oniguruma will be used
  225. --with-mcrypt=DIR Include mcrypt support
  226. --with-mssql=DIR Include MSSQL-DB support. DIR is the FreeTDS home
  227. directory /usr/local/freetds
  228. --with-mysql=DIR Include MySQL support. DIR is the MySQL base
  229. directory, if no DIR is passed or the value is
  230. mysqlnd the MySQL native driver will be used
  231. --with-mysql-sock=DIR MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
  232. If unspecified, the default locations are searched
  233. --with-zlib-dir=DIR MySQL: Set the path to libz install prefix
  234. --with-mysqli=FILE Include MySQLi support. FILE is the path
  235. to mysql_config. If no value or mysqlnd is passed
  236. as FILE, the MySQL native driver will be used
  237. --enable-embedded-mysqli MYSQLi: Enable embedded support
  238. Note: Does not work with MySQL native driver!
  239. --with-oci8=DIR Include Oracle Database OCI8 support. DIR defaults to \$ORACLE_HOME.
  240. Use --with-oci8=instantclient,/path/to/instant/client/lib
  241. to use an Oracle Instant Client installation
  242. --with-adabas=DIR Include Adabas D support /usr/local
  243. --with-sapdb=DIR Include SAP DB support /usr/local
  244. --with-solid=DIR Include Solid support /usr/local/solid
  245. --with-ibm-db2=DIR Include IBM DB2 support /home/db2inst1/sqllib
  246. --with-ODBCRouter=DIR Include ODBCRouter.com support /usr
  247. --with-empress=DIR Include Empress support \$EMPRESSPATH
  248. (Empress Version >= 8.60 required)
  249. --with-empress-bcs=DIR
  250. Include Empress Local Access support \$EMPRESSPATH
  251. (Empress Version >= 8.60 required)
  252. --with-birdstep=DIR Include Birdstep support /usr/local/birdstep
  253. --with-custom-odbc=DIR
  254. Include user defined ODBC support. DIR is ODBC install base
  255. directory /usr/local. Make sure to define CUSTOM_ODBC_LIBS and
  256. have some odbc.h in your include dirs. f.e. you should define
  257. following for Sybase SQL Anywhere 5.5.00 on QNX, prior to
  258. running this configure script:
  259. CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
  260. LDFLAGS=-lunix
  261. CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"
  262. --with-iodbc=DIR Include iODBC support /usr/local
  263. --with-esoob=DIR Include Easysoft OOB support /usr/local/easysoft/oob/client
  264. --with-unixODBC=DIR Include unixODBC support /usr/local
  265. --with-dbmaker=DIR Include DBMaker support
  266. --enable-pcntl Enable pcntl support (CLI/CGI only)
  267. --disable-pdo Disable PHP Data Objects support
  268. --with-pdo-dblib=DIR PDO: DBLIB-DB support. DIR is the FreeTDS home directory
  269. --with-pdo-firebird=DIR PDO: Firebird support. DIR is the Firebird base
  270. install directory /opt/firebird
  271. --with-pdo-mysql=DIR PDO: MySQL support. DIR is the MySQL base directory
  272. If no value or mysqlnd is passed as DIR, the
  273. MySQL native driver will be used
  274. --with-zlib-dir=DIR PDO_MySQL: Set the path to libz install prefix
  275. --with-pdo-oci=DIR PDO: Oracle OCI support. DIR defaults to \$ORACLE_HOME.
  276. Use --with-pdo-oci=instantclient,prefix,version
  277. for an Oracle Instant Client SDK.
  278. For example on Linux with 11.2 RPMs use:
  279. --with-pdo-oci=instantclient,/usr,11.2
  280. With 10.2 RPMs use:
  281. --with-pdo-oci=instantclient,/usr,10.2.0.4
  282. --with-pdo-odbc=flavour,dir
  283. PDO: Support for 'flavour' ODBC driver.
  284. include and lib dirs are looked for under 'dir'.
  285.  
  286. 'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic
  287. If ',dir' part is omitted, default for the flavour
  288. you have selected will used. e.g.:
  289.  
  290. --with-pdo-odbc=unixODBC
  291.  
  292. will check for unixODBC under /usr/local. You may attempt
  293. to use an otherwise unsupported driver using the \"generic\"
  294. flavour. The syntax for generic ODBC support is:
  295.  
  296. --with-pdo-odbc=generic,dir,libname,ldflags,cflags
  297.  
  298. When build as shared the extension filename is always pdo_odbc.so
  299. --with-pdo-pgsql=DIR PDO: PostgreSQL support. DIR is the PostgreSQL base
  300. install directory or the path to pg_config
  301. --without-pdo-sqlite=DIR
  302. PDO: sqlite 3 support. DIR is the sqlite base
  303. install directory BUNDLED
  304. --with-pgsql=DIR Include PostgreSQL support. DIR is the PostgreSQL
  305. base install directory or the path to pg_config
  306. --disable-phar Disable phar support
  307. --disable-posix Disable POSIX-like functions
  308. --with-pspell=DIR Include PSPELL support.
  309. GNU Aspell version 0.50.0 or higher required
  310. --with-libedit=DIR Include libedit readline replacement (CLI/CGI only)
  311. --with-readline=DIR Include readline support (CLI/CGI only)
  312. --with-recode=DIR Include recode support
  313. --disable-session Disable session support
  314. --with-mm=DIR SESSION: Include mm support for session storage
  315. --enable-shmop Enable shmop support
  316. --disable-simplexml Disable SimpleXML support
  317. --with-libxml-dir=DIR SimpleXML: libxml2 install prefix
  318. --with-snmp=DIR Include SNMP support
  319. --with-openssl-dir=DIR SNMP: openssl install prefix
  320. --enable-soap Enable SOAP support
  321. --with-libxml-dir=DIR SOAP: libxml2 install prefix
  322. --enable-sockets Enable sockets support
  323. --with-sybase-ct=DIR Include Sybase-CT support. DIR is the Sybase home
  324. directory /home/sybase
  325. --enable-sysvmsg Enable sysvmsg support
  326. --enable-sysvsem Enable System V semaphore support
  327. --enable-sysvshm Enable the System V shared memory support
  328. --with-tidy=DIR Include TIDY support
  329. --disable-tokenizer Disable tokenizer support
  330. --enable-wddx Enable WDDX support
  331. --with-libxml-dir=DIR WDDX: libxml2 install prefix
  332. --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)
  333. --disable-xml Disable XML support
  334. --with-libxml-dir=DIR XML: libxml2 install prefix
  335. --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)
  336. --disable-xmlreader Disable XMLReader support
  337. --with-libxml-dir=DIR XMLReader: libxml2 install prefix
  338. --with-xmlrpc=DIR Include XMLRPC-EPI support
  339. --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix
  340. --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)
  341. --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI
  342. --disable-xmlwriter Disable XMLWriter support
  343. --with-libxml-dir=DIR XMLWriter: libxml2 install prefix
  344. --with-xsl=DIR Include XSL support. DIR is the libxslt base
  345. install directory (libxslt >= 1.1.0 required)
  346. --enable-zip Include Zip read/write support
  347. --with-zlib-dir=DIR ZIP: Set the path to libz install prefix
  348. --with-pcre-dir ZIP: pcre install prefix
  349. --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
  350. when required by other extensions
  351. --disable-mysqlnd-compression-support
  352. Disable support for the MySQL compressed protocol in mysqlnd
  353. --with-zlib-dir=DIR mysqlnd: Set the path to libz install prefix
  354.  
  355. PEAR:
  356.  
  357. --with-pear=DIR Install PEAR in DIR [PREFIX/lib/php]
  358. --without-pear Do not install PEAR
  359.  
  360. Zend:
  361.  
  362. --with-zend-vm=TYPE Set virtual machine dispatch method. Type is
  363. one of "CALL", "SWITCH" or "GOTO" TYPE=CALL
  364. --enable-maintainer-zts Enable thread safety - for code maintainers only!!
  365. --disable-inline-optimization
  366. If building zend_execute.lo fails, try this switch
  367. --enable-zend-signals Use zend signal handling
  368.  
  369. TSRM:
  370.  
  371. --with-tsrm-pth=pth-config
  372. Use GNU Pth
  373. --with-tsrm-st Use SGI's State Threads
  374. --with-tsrm-pthreads Use POSIX threads (default)
  375.  
  376. Libtool:
  377.  
  378. --enable-shared=PKGS build shared libraries default=yes
  379. --enable-static=PKGS build static libraries default=yes
  380. --enable-fast-install=PKGS optimize for fast installation default=yes
  381. --with-gnu-ld assume the C compiler uses GNU ld default=no
  382. --disable-libtool-lock avoid locking (might break parallel builds)
  383. --with-pic try to use only PIC/non-PIC objects default=use both
  384. --with-tags=TAGS include additional configurations automatic
  385.  
  386.  
  387. Some influential environment variables:
  388. CC C compiler command
  389. CFLAGS C compiler flags
  390. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  391. nonstandard directory <lib dir>
  392. LIBS libraries to pass to the linker, e.g. -l<library>
  393. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  394. you have headers in a nonstandard directory <include dir>
  395. CPP C preprocessor
  396. YACC The `Yet Another C Compiler' implementation to use. Defaults to
  397. the first program found out of: `bison -y', `byacc', `yacc'.
  398. YFLAGS The list of arguments that will be passed by default to $YACC.
  399. This script will default YFLAGS to the empty string to avoid a
  400. default value of `-d' given by some make applications.
  401. CXX C++ compiler command
  402. CXXFLAGS C++ compiler flags
  403. CXXCPP C++ preprocessor
  404.  
  405. Use these variables to override the choices made by `configure' or to help
  406. it to find libraries and programs with nonstandard names/locations.
  407.  
  408. Report bugs to the package provider.
Add Comment
Please, Sign In to add comment