ホーム » openSUSE

pear.php.net is using a unsupported protocal

Submitted by on 2010年2月2日 – 09:02コメントはありません。

PHP 拡張モジュールがインストール出来ない。
参考先
http://blog.pear.php.net/2009/08/28/fixing-unsupported-protocol/

 # pear install DB                                               
pear.php.net is using a unsupported protocal - This should never happen.         
install failed                                                                   
 # cd `pear config-get php_dir`                                
:/usr/share/php5/PEAR # mv .channels .channels-broken                     
:/usr/share/php5/PEAR # pear update-channels                              

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead in PEAR/Registry.php on line 930                     
PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead in /usr/share/php5/PEAR/PEAR/Registry.php on line 930                                                                             

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead in PEAR/Registry.php on line 930                     
PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead in /usr/share/php5/PEAR/PEAR/Registry.php on line 930                                                                             

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead in PEAR/Registry.php on line 930                     
PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Tokyo' for 'JST/9.0/no DST' instead in /usr/share/php5/PEAR/PEAR/Registry.php on line 930                                                                             
Updating channel "pear.php.net"                                                  
Update of Channel "pear.php.net" succeeded                                       
Updating channel "pecl.php.net"                                                  
Update of Channel "pecl.php.net" succeeded                                       
:/usr/share/php5/PEAR # pear install DB                  
WARNING: "pear/DB" is deprecated in favor of "pear/MDB2"     
downloading DB-1.7.13.tgz …                                
Starting to download DB-1.7.13.tgz (132,246 bytes)           
………………………..done: 132,246 bytes             
install ok: channel://pear.php.net/DB-1.7.13                 
:/usr/share/php5/PEAR # pear install Mail
downloading Mail-1.1.14.tgz …             
Starting to download Mail-1.1.14.tgz (17,537 bytes)
……done: 17,537 bytes                          
install ok: channel://pear.php.net/Mail-1.1.14    
:/usr/share/php5/PEAR # pear install Mail_Mime
downloading Mail_Mime-1.6.0.tgz …
Starting to download Mail_Mime-1.6.0.tgz (29,925 bytes)
………done: 29,925 bytes
install ok: channel://pear.php.net/Mail_Mime-1.6.0
:/usr/share/php5/PEAR # pear list
Installed packages, channel pear.php.net:
=========================================
Package          Version State
Archive_Tar      1.3.3   stable
Config           1.10.11 stable
Console_Getopt   1.2.3   stable
DB               1.7.13  stable
DB_Pager         0.7     stable
Log              1.11.5  stable
Mail             1.1.14  stable
Mail_Mime        1.6.0   stable
Mail_mimeDecode  1.5.0   stable
Net_POP3         1.3.7   stable
Net_SMTP         1.3.3   stable
Net_Socket       1.0.9   stable
PEAR             1.8.0   stable
Pager            2.4.8   stable
Structures_Graph 1.0.2   stable
XML_Util         1.2.1   stable

人気度: 4% [?]