はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 質問掲示板

 このスレッドはクローズされています。記事の閲覧のみとなります。

 yumにてperlのアップデートができません
日時: 2005/05/10 21:37
名前: まさ

こんばんは。お世話になります。

最近になってyumにおけるperlのアップデートが出来なくなったようで、どこが問題か、改善すべき対策は何なのかご教示ください。

まず以下がyum動作時のエラー表示なります。
※問題点はperlにあるようです。 それ以外の個別アップデートは問題なく動作しております。
※AMD64環境 Fedora3

# yum -y update perl

Setting up Update Process
Setting up Repos
livna-stable       100% |=========================| 903 B  00:00
livna-unstable      100% |=========================| 903 B  00:00
updates-released     100% |=========================| 951 B  00:00
livna-testing       100% |=========================| 903 B  00:00
base           100% |=========================| 1.1 kB  00:00
extras          100% |=========================| 951 B  00:00
Reading repository metadata in from local files
livna-stab: ################################################## 127/127
livna-unst: ################################################## 36/36
updates-re: ################################################## 959/959
livna-test: ################################################## 16/16
base   : ################################################## 2852/2852
extras  : ################################################## 982/982
Resolving Dependencies

Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package perl.x86_64 3:5.8.5-12.FC3 set to be updated
--> Running transaction check

Dependencies Resolved
Transaction Listing:
 Update: perl.x86_64 3:5.8.5-12.FC3 - updates-released
Total download size: 12 M
Downloading Packages:
(1/1): perl-5.8.5-12.FC3. 100% |=========================| 12 MB  01:08
Running Transaction Test
Finished Transaction Test
Transaction Check Error:  file /usr/lib/perl5/5.8.5/File/Path.pm from install of perl-5.8.5-12.FC3 conflicts with file from packa
ge perl-5.8.5-9
 file /usr/share/man/man1/c2ph.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/cpan.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/dprofpp.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/enc2xs.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/find2perl.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/h2ph.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/h2xs.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/libnetcfg.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/perlbug.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/perlcc.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/perlivp.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/piconv.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/pl2pm.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/pod2html.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/pod2latex.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/pod2man.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/pod2text.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/pod2usage.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/podchecker.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/podselect.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/prove.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/psed.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/pstruct.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/s2p.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/splain.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9
 file /usr/share/man/man1/xsubpp.1.gz from install of perl-5.8.5-12.FC3 conflicts with file from package perl-5.8.5-9

何が問題だと思われますか?
メンテ

Page:  [1] [2]

■ コンテンツ関連情報

 Re: yumにてperlのアップデートができません ( No.6 )
日時: 2005/05/11 20:04
名前: 管理者

kimio様。

当方は悪質にハンドルネームを変えられて投稿したとは思っておりません。
以前から来て頂いている方、一人一人を何処まで熟知されたかとか、この方だったら
専門用語などを記載しても分かってもらえるなどを判断するには、ハンドル名しかないのです。

ですのでkimio様がかかれた様に、定着するまで「麻小流(旧 kimio)」と書いて頂ければ助かります。

>> まさ様
まず、関係のないレスを書いてしまって申し訳ありません。
さて、本題ですが「# rpm -ev perl」が効かないでしょうか?
ちなみに、最初どの様にインストールされたか覚えていませんか?
メンテ
 Re: yumにてperlのアップデートができません ( No.7 )
日時: 2005/05/11 22:12
名前: まさ

こんばんは。

ご指導どうもありがとうございます。
まず最初にインストした方法ですが、定かではないのですが cpan2rpm を使ってと言うのは可能性があるでしょうか?<逆に聞いてしまって申し訳ないです。

ただ、自分がサーバーを構築した情報を参照したサイトは、二つしかなくここともう一つしかありません。
それら二つのサイトには cpan2rpm を使用する方法は記載されていなかったので、もしかしたら私の勘違いかもしれません<perl-Jcodeかも

という事で可能性があるのなら cpan2rpm でしょうか・・・。
基本的にyumしか使っておりませんので、それ以外となると、cpan2rpmを使用しただけなんですね。

ちなみに以下のコマンドを実行してみました。

# rpm -ev perl
エラー: "perl" は複数のパッケージを指定しています

# rpm -ev perl-5.8.5-9
エラー: "perl-5.8.5-9" は複数のパッケージを指定しています

とでました。

以上宜しくお願いいたします。
メンテ
 Re: yumにてperlのアップデートができません ( No.8 )
日時: 2005/05/11 22:28
名前: まさ

 麻小流さんへ

お返事どうもありがとうございます。
とりあえず運用中ですので、httpdを止められる時に試してみますね。
ご教示どうもありがとうございました。

※先ほどhttpdを停止した状態で、removeをうってみましたが・・・。
やはり同じエラーで削除は出来ませんでした。

余談ですが、perlのパッケージを検索すると、

パッケージ perl クラス Development/Languages 
バージョン 5.8.5-9 ベンダ Red Hat, Inc. 
アーキテクチャ i386 インストール済み 25/3月/2005 13:50 

が二つも有ったりして・・・。
意味が良くわかりませんが、この辺が問題なんでしょうか。
メンテ
 Re: yumにてperlのアップデートができません ( No.9 )
日時: 2005/05/12 00:11
名前: kimio(麻小流)

 まささん
 私は、これから勉強しないといけないのですが、下のURLにあるように、
https://www.stackasterisk.jp/tech/systemManagement/rpm01_01.jsp
RPMパッケージの作成という仕事があるようです。
 ソースからインストールするか、RPMパッケージからインストールするかですが、管理人様の言われる# rpm -ev perlがきかないとすれば、あなたは、何らかのひょうしにソースからインストールした状態になっているかもしれない。一つ一つのファイルのありかを探ってアンインストールことになるかも。この先、どうなるか興味がつきません。
 それから、私、Perlとアパッチを混同していました。httpd stop関係ないです。
 ごめんなさい。
 私がここに書くのは、一人で勉強していても寂しいからであって、回答能力は、ほとんどなしです。(本当は、朝昇龍や竹島問題、日中友好、中日vs巨人などを話題にしたいのです。)
メンテ
 Re: yumにてperlのアップデートができません ( No.10 )
日時: 2005/05/12 06:41
名前: まさ

kimio(麻小流)さん

お返事どうもありがとうございます。
自分でもどこでインストールしたかわからないのが現状というところでして・・・。
ただ、今までアップデートが無かったせいかもしれませんが、エラーが出なかったので気が付きませんでした。

とりあえずもう少し、情報収集してみたいと思います。
管理者さんkimio(麻小流)さん、お返事どうもありがとうございました。

また、何か情報がありましたらどうぞ宜しくお願いいたします。
メンテ

Page:  [1] [2]

■ その他

ページ先頭へ

Copyright(©)2004-2018 First home server construction. All Right Reserved.