13,005
回編集
174行目: | 174行目: | ||
libmysqld-devel \ | libmysqld-devel \ | ||
lmdb-devel \ # BtreeベースのDBMSを使用する場合 | lmdb-devel \ # BtreeベースのDBMSを使用する場合 | ||
postgresql-devel # PostgreSQLを使用する場合 | postgresql17-devel # SUSE 15.6以降 : PostgreSQLを使用する場合 | ||
postgresql-devel # SUSE 15.5以前 : PostgreSQLを使用する場合 | |||
valgrind-devel # Valgrind (メモリリーク検知機能) を有効にする場合 | valgrind-devel # Valgrind (メモリリーク検知機能) を有効にする場合 | ||
aspell-devel # GNU ASpellを使用する場合 | aspell-devel # GNU ASpellを使用する場合 | ||
195行目: | 196行目: | ||
--enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --enable-soap --enable-zts \ | --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --enable-soap --enable-zts \ | ||
--with-curl --with-expat -with-freetype --with-gettext --with-gmp --with-iconv --with-jpeg --with-avif --with-ffi \ | --with-curl --with-expat -with-freetype --with-gettext --with-gmp --with-iconv --with-jpeg --with-avif --with-ffi \ | ||
--with-openssl | --with-openssl --with-mhash \ | ||
--with-readline --with-sodium --with-tidy --with-xpm \ | --with-readline --with-sodium --with-tidy --with-xpm \ | ||
--with-zlib --with-zip --with-libxml --with-xsl --with-ldap --with-pic \ | --with-zlib --with-zip --with-libxml --with-xsl --with-ldap --with-pic \ | ||
209行目: | 210行目: | ||
--with-pspell \ # GNU ASpellを有効にする場合 | --with-pspell \ # GNU ASpellを有効にする場合 | ||
--with-valgrind \ # Valgrind (メモリリーク検知機能) を有効にする場合 | --with-valgrind \ # Valgrind (メモリリーク検知機能) を有効にする場合 | ||
--with-imap-ssl \ # PHP 8.4以降は不要 | |||
--with-kerberos \ # PHP 8.4以降は不要 | |||
--with-imap \ # SUSE 15.5以前 (IMAPライブラリを使用する場合) | --with-imap \ # SUSE 15.5以前 (IMAPライブラリを使用する場合) | ||
--without-imap \ # | --without-imap \ # PHP 8.4以降は不要 | ||
--with-mcrypt \ # PHP 7. | # Composer経由で利用できるメールライブラリが多数存在するため、システムのIMAPライブラリは不要 | ||
--with-mcrypt \ # PHP 7.2以降は削除されたため不要 | |||
--with-libdir=lib64 \ | --with-libdir=lib64 \ | ||
--with-apxs2=/<Apacheのインストールディレクトリ>/bin/apxs \ | --with-apxs2=/<Apacheのインストールディレクトリ>/bin/apxs \ |