ソフトウェア要件により古いバージョンのRedhatがインストールされている継承したサーバーがありますが、UUENCODEを使用して電子メールの添付ファイルを許可する必要があります。 uuencode
およびuudecode
ファイルは/usr/bin
にありません。別のサーバーからコピーしてみましたが、エラーが表示されます:
/lib64/tls/libc.so.6:実行しようとしたときにバージョン「GLIBC_2.4」が見つかりません。
Sharutils.rpmをインストールする必要があるようですが、どれをダウンロードすればよいかわかりません。ダウンロードする正しいrpmまたはuuencodeを処理するための代替方法を誰かに教えてもらえますか?
サーバーの詳細:
$ cat /proc/version
Linux version 2.6.9-42.ELsmp ([email protected]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-2)) #1 SMP Wed Jul 12 23:32:02 EDT 2006
$ cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
$ uname -a
Linux <servername> 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
yum
を使用してRHELリポジトリにアクセスし、ご使用のリリースに一致するバージョンのsharutilsをインストールしてみましたか?
$ yum update
$ yum install sharutils
CentOSパッケージは通常、ブランドが削除されたRHELパッケージと1対1で対応しています。それらからパッケージを手動でダウンロードしてみることができます。ここでそのパッケージを取得できるようです:
$ wget http://mirror.rackspace.com/CentOS/4/apt/i386/RPMS.os/sharutils-4.2.1-22.2.i386.rpm
yumを使用してuuencodeに何が提供されているかを調べます:
yum provides uuencode
yumが教えてくれることを読んでください:
sharutils-4.11.1-3.fc17.x86_64 : The GNU shar utilities for packaging
and unpackaging Shell archives
Repo : @updates
Matched from:
Filename : /usr/bin/uuencode
ああ見て! 「sharutils」はuuencodeを提供します
インストールする:
yum install sharutils
この出力が表示されます:
[root@defiant el]# yum install sharutils
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
* Fedora: ftp.usf.edu
* rpmfusion-free: mirror.hiwaay.net
* rpmfusion-free-updates: mirror.hiwaay.net
* rpmfusion-nonfree: mirror.hiwaay.net
* rpmfusion-nonfree-updates: mirror.hiwaay.net
* updates: mirror.hiwaay.net
Resolving Dependencies
--> Running transaction check
---> Package sharutils.x86_64 0:4.11.1-3.fc17 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
====================================================================================================================================================================================================================================
Package Arch Version Repository Size
====================================================================================================================================================================================================================================
Installing:
sharutils x86_64 4.11.1-3.fc17 updates 176 k
Transaction Summary
====================================================================================================================================================================================================================================
Install 1 Package
Total download size: 176 k
Installed size: 612 k
Is this ok [y/N]: y
Downloading Packages:
sharutils-4.11.1-3.fc17.x86_64.rpm | 176 kB 00:00
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : sharutils-4.11.1-3.fc17.x86_64 1/1
Verifying : sharutils-4.11.1-3.fc17.x86_64 1/1
Installed:
sharutils.x86_64 0:4.11.1-3.fc17
Complete!
次に、機能するかどうかをテストします
[root@defiant el]# which uuencode
/usr/bin/uuencode
[root@defiant el]# uuencode --version
uuencode (GNU sharutils) 4.11.1