メインコンテンツに移動

メインナビゲーション

  • ホーム
  • サイトマップ
  • ビデオ
  • ご連絡

パンくず

  • ホーム
  • Linux上でのPHP関連パッケージインストールコマンド

Linux上でのPHP関連パッケージインストールコマンド

php
linux
customization
command

パッケージインストールコマンド

  • パッケージのダウンロード:wget
    例: #wget http://pecl.php.net/get/APC-3.0.14.tgz
  • パッケージの解凍: tar
    例: #tar -xzvf APC-3.0.14.tgz
  • PHPの設定ファイルの作成: phpize
    例: #phpize
  • configureファイルの生成とファイルのチェック: configure
    例: # ./configure --enable-apc --enable-apc-mmap --with-apxs --with-php-config=/usr/local/bin/php-config
    php-configコマンドパスのチェック: #which php-config
  • ファイルのコンパイル: make
  • コンパイル後にテストの実行: make test
ホーム

古松

検索

Article Category

  • apache(7)
  • css(19)
  • drupal(295)
  • Electron(4)
  • html(34)
  • javascript(27)
  • laravel(4)
  • linux(5)
  • macOS(2)
  • mysql(13)
  • php(19)
  • python(4)
  • SEO(12)
  • video(72)
  • Visual Studio Code(4)
  • windows(13)
  • wordpress(32)