Cloud9にAuthをインストールする
Cloud9にAuthをインストールする方法です。
1.pear list -a で Auth がインストールされているか確認する
$ pear list -a
2.ここでpear install -a Authとしてしまうとエラーになるので、先に下記コマンドを実行する。
$ sudo yum install php56-devel
$ sudo pear channel-update pear.php.net
- Authをインストールする
$ sudo pear install -a Auth
Author And Source
この問題について(Cloud9にAuthをインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/KumikoNakayama/items/b7de736491ddccdd02ae著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .