-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replay attackの翻訳 #776
Comments
raspi5 + ubuntu 22.04でyarn installを試しましたがautoreconfがARM64 ELF binaryではないらしいエラーがあり、今回は断念しました。
|
@sshida
|
gifsicle/lib/install.js を見た感じ、同梱のビルド済みバイナリが動くか確認し、ダメならソースからビルドするようです。 で、ソースビルドに必要な autoreconf がないと怒られてるので、まずは以下のコマンドで autoreconf をインストールしてください。パッケージ名は autoreconf ではなく autoconf です。 コンパイラなども必要になるはずなので、エラーメッセージから必要なコマンドを都度インストールしてください。 |
翻訳対象ページ (原文 URL)
https://developer.mozilla.org/en-US/docs/Glossary/Replay_attack
備考・ヘルプ
(特になし)
The text was updated successfully, but these errors were encountered: