インストールソフト一覧 (Linux Cent OS 6)

インストール済みソフトLinux 専用サーバー(OS:CentOS 6系の場合)に標準でインストールされるソフトウェアの一覧と、PHPとApacheのコンパイルオプションをご案内いたします。これ以外にOSそのものに含まれる機能やツールもご利用可能です。

OSインストール後、独自にインストールされるプログラム

Apache 2.2.34 BerkeleyDB 4.8.30 FreeType 2.3.11※
GD 2.0.35 ImageMagick 6.6.7 MySQL 5.5.54
OpenSSL 1.0.1e※ Perl 5.10.1※ Postfix 3.3.22
PostgreSQL 9.2.10 Python 2.7.18 Ruby 2.4.10
Sablotron 1.0.3 beecrypt 4.2.1 curl 7.19.7※
cyrus-sasl 2.1.23※ dovecot 2.3.14 expat 2.0.1※
gdbm 1.8.0※ libiconv 2.12※ libjpeg 6b
libmcrypt 2.5.8 libpng 1.2.49※ libtiff 3.9.4※
libxml2 2.7.6※ libxslt 1.1.26※ mhash 0.9.9.9
net-snmp 5.6.2.1 nkf 2.1.1 ntp 4.2.8p15
openssh 9.3p2 php 7.2.34 proftpd 1.3.7f
sqlite 3.6.20※ zlib 1.2.3

phpは、7.2系が標準ですが、5.6系をインストールすることも可能です。

※のプログラムは、ソースからではなく、OS付属のrpmでインストールされます。

Perl標準付属モジュール以外にインストールされるPerlモジュール

Archive::Zip 1.30 CGI 3.51※ CGI::Session 4.43
Class::Accessor 0.34 Class::Singleton 1.4 Class::XPath 1.4
Class:ErrorHandler 0.01 Compress::Raw::Zlib 2.030 Compress::Zlib 2.021※
Crypt::SSLeay 0.57※ DBD::Pg 2.17.2 DBD::SQLite 1.33
DBD::mysql 4.019 DBI 1.609※ DBM::Dbase 0.54
DB_File 1.817 DateTime 0.42 DateTime::Format::Mail 0.3001
DateTime::Format::W3CDTF 0.04 DateTime::Locale 0.35 DateTime::TimeZone 0.74
Digest::MD5 2.51 Digest::SHA1 2.13 ExtUtil::MakeMaker 6.55※
File::Spec 1.3 File::Temp 0.22 File::Which 0.05
GD::Barcode 1.15 GD::Graph 1.44 GD::Graph3d 0.63
GD:Text 0.86 HTML::Parser 3.69 HTML::Tagset 3.20※
HTML::Template 2.97 Image::Magick 6.6.7 Image::Size 3.230
Jcode 2.07 LWP(libwww_perl) 5.88※ MIME::Base64 3.13
MIME::Lite 3.01 MIMEtools 5.427 Mail::CheckUser 1.21
MailTools 2.07 Module::Build 0.2808 Net::DNS 0.47
Net::SSLeay 1.35※ Net::Trackback 1.01 Params::Validate 0.89
Pg 2.1.1 SOAP::Lite 0.71 Storable 2.25
Task::Weaken 1.03 Test::Manifest 1.23 Time::Date 1.20
URI 1.56 XML::DOM 1.44 XML::Elemental 2.11
XML::Encoding 2.08 XML::NamespaceSupport 1.11 XML::Parser 2.36※
XML::RSS 1.45 XML::RSS::Parser 4.0 XML::RSSLite 0.15
XML::RegExp 0.03 XML::SAX 0.96 XML::SAX::Expat 0.40
XML::Sablotron 1.01 XML::Simple 2.18 XML::XPath 1.13
XML::XSLT 0.48 YAML::Tiny 1.46 libxml_perl 0.08※

PHP標準付属以外にインストールされるPear/PECL

Archive_Tar
Auth_SASL
Auth_SASL2
Cache_Lite
Console_Getopt
Console_GetoptPlus
DB
HTML_Template_IT
HTTP_Request2
MDB2
Mail
Mail_Mime
Net_SMTP
Net_Socket
Net_URL2
Net_UserAgent_Detect
PECL imagick
PECL_mcrypt
Smarty
Structures_Graph
XML_Parser
XML_Parser2
XML_RPC2
XML_Util

phpの標準インストールオプション(php7.2の場合)

./configure --with-apxs2=/usr/local/etc/httpd/bin/apxs 
 --enable-mbstring
 --with-pgsql=/usr/local/pgsql
 --with-mysqli=mysqlnd
 --with-gd
 --with-png-dir=/usr
 --with-zlib-dir=/usr
 --enable-zip
 --with-freetype-dir=/usr
 --with-jpeg-dir=/usr
 --enable-exif
 --enable-sockets
 --with-libxml-dir=/usr
 --with-libexpat-dir=/usr
 --with-xmlrpc
 --with-openssl=/usr
 --disable-ipv6
 --with-curl=/usr
 --enable-ftp
 --with-xsl=/usr
 --with-bz2
 --enable-gd-jis-conv
 --with-gettext
 --with-mhash
 --with-pdo-pgsql=/usr/local/pgsql
 --with-pdo-mysql=mysqlnd
 --enable-soap
 --enable-calendar
 --enable-intl
 --enable-wddx
 

phpの標準インストールオプション(php5.6にダウングレードした場合)

./configure --with-apxs2=/usr/local/etc/httpd/bin/apxs 
 --enable-mbregex --enable-mbstring
 --with-pgsql
 --with-mysql=mysqlnd
 --with-mysqli=mysqlnd
 --with-gd
 --with-png-dir=/usr 
 --with-zlib-dir=/usr
 --enable-zip 
 --with-iconv=/usr
 --with-freetype-dir=/usr 
 --with-jpeg-dir=/usr
 --enable-exif 
 --enable-sockets 
 --with-libxml-dir=/usr/local 
 --with-libexpat-dir=/usr 
 --with-xmlrpc 
 --with-openssl=/usr 
 --disable-ipv6 
 --with-curl 
 --enable-ftp 
 --with-xsl=/usr/local 
 --with-bz2 
 --enable-gd-native-ttf
 --enable-gd-jis-conv 
 --with-mcrypt 
 --with-gettext 
 --with-mhash 
 --with-pdo-pgsql=/usr/local/pgsql
 --with-pdo-mysql=mysqlnd
 --enable-soap
 --enable-calendar
 --enable-intl
 

Apache(httpd)の標準導入済モジュール

  core.c
  mod_authn_file.c
  mod_authn_default.c
  mod_authz_host.c
  mod_authz_groupfile.c
  mod_authz_user.c
  mod_authz_default.c
  mod_auth_basic.c
  mod_include.c
  mod_filter.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  mod_version.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_rewrite.c
  mod_so.c
  mod_proxy_connect.c
  mod_proxy_http.c
  mod_proxy_ajp.c
  mod_proxy_balancer.c
  mod_headers.c
  mod_expires.c