202407 « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 » 202409 RHEL5 x86_64にcheckinstall-1.6.1をインストールしようとした。 # tar zxf checkinstall-1.6.1.tgz # cd checkinstall-1.6.1 # make そしたら↓みたいなエラー。for file in locale/checkinstall-*.po ; do \ case ${file} in \ locale/checkinstall-template.po) ;; \ *) \ out=`echo $file | sed -s 's/po/mo/'` ; \ msgfmt -o ${out} ${file} ; \