Archive for the ‘初期設定関連’ Category

 

OpenID :: 0.3.1

1月 9th, 2011

OpenID 0.3.1
引用元: OpenID :: 0.3.1.
# pear install OpenID-0.3.1

Failed to download pear/Crypt_DiffieHellman within preferred state “stable”, latest release is version 0.2.5, stability “beta”, use “channel://pear.php.net/Crypt_DiffieHellman-0.2.5″ to install
Failed to download pear/Services_Yadis within preferred state “stable”, latest release is version 0.5.1, stability “beta”, use “channel://pear.php.net/Services_Yadis-0.5.1″ to install
pear/OpenID requires package “pear/Crypt_DiffieHellman”
pear/OpenID requires package “pear/Services_Yadis” (version >= 0.5.1)
No valid packages [...]

Read full article | コメントは受け付けていません。

screen install

1月 5th, 2011

# yum install screen

Installed:
screen.x86_64 0:4.0.3-1.el5_4.1

Complete!

チカチカスルノデ以下を設定
~/.screenrc

vbell off

Read full article | コメントは受け付けていません。

oauthのライブラリを追加

1月 3rd, 2011

# pecl install oauth

Build process completed successfully
Installing ‘/usr/lib64/php/modules/oauth.so’
install ok: channel://pecl.php.net/oauth-1.0.0
configuration option “php_ini” is not set to php.ini location
You should add “extension=oauth.so” to php.ini

vim /etc/php.d/php-pecl-oauth.ini

extension=oauth.so

Read full article | コメントは受け付けていません。