解決しました。 "development" フォルダから最新のバイナリをインストールし、 "biber"という名前のファイルのみを抽出して、 "/ usr/bin"にコピーする必要があります。
ただし、最新の安定バージョン 1. のバイナリは機能せず、このエラーが表示されます。
slazer@peter:~/Downloads$ tar xvf "biber-linux_x86_64(2).tar.gz"
biber
slazer@peter:~/Downloads$ ./biber
data source /tmp/par-736c617a6572/cache-fb3144567cd1381b403b18600c1ec4b232b2c018/inc/lib/Biber/LaTeX/recode_data.xml not found in .
Compilation failed in require at Biber/Utils.pm line 20.
BEGIN failed--compilation aborted at Biber/Utils.pm line 20.
Compilation failed in require at Biber/Internals.pm line 8.
BEGIN failed--compilation aborted at Biber/Internals.pm line 8.
Compilation failed in require at (eval 22) line 2.
...propagated at /usr/local/Perl/lib/5.14.1/base.pm line 94.
BEGIN failed--compilation aborted at Biber.pm line 5.
Compilation failed in require at script/biber line 20.
BEGIN failed--compilation aborted at script/biber line 20.
何が問題なのでしょうか? 64ビットLinuxを使用しています。
誰かが最新バージョンで問題が発生した場合、Ubuntu 14.04(信頼できる)で次のように機能しました。
まず、リンクの指示に従って TeXLiveの「Vanilla」インストール を完了しました。
それから単に:
Sudo apt-get -y install biber
現在、バージョン1.8がインストールされています。
AucTeXを含め、これですべてが正常に動作するようです。
Ubuntu 12.04はbiblatexバージョン1.7-1を使用します。これを確認するには、次を実行します。
apt-cache show biblatex
biber documentation によると、biblatex 1.7をサポートする最後のbiberリリースはbiber 0.9.9です。
適切なバージョンのbiber 0.9.9—32ビットまたは64ビット—をここからダウンロードできます。 http://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/0.9.9/binaries/Linux/
Ubuntu 12.04用のbiber
-パッケージはありませんが、先に進んでubuntu 12.10のパッケージをインストールできます。 http://old-releases.ubuntu.com/ubuntu/pool/universe/b/biber/biber_0.9.9+release-1_all.deb で引き続き利用できます。 dpkg -i
でインストールした後、apt-get -f install
を介して依存関係をプルできます。