ページ 11

binファイルの実行

投稿記事Posted: 2013年1月12日(土) 15:16
by kimi
はじめまして初投稿します。

早速ですがAdobe Airをインストールしようとして
端末で以下のようにしたのですが

$cd ファイルがあるディレクトリ
$chmod +x ファイル名.bin
$./ ファイル名.bin

"bash: ./AdobeAIRInstaller.bin: そのようなファイルやディレクトリはありません"

となってしまいます。
binファイル実行には何か設定等が必要なのですか?

Re: binファイルの実行

投稿記事Posted: 2013年1月12日(土) 17:02
by luyikei
luyikeiです。

実行してエラーが出るのはコマンドが間違っているからです。

コード: 全て選択
$cd ファイルがあるディレクトリ
$chmod +x ファイル名.bin
$./ ファイル名.bin


これではなく、エラーが出たコマンドを直接教えてください。

Re: binファイルの実行

投稿記事Posted: 2013年1月12日(土) 19:14
by kimi
返信有り難うございます。
実行しない端末状態を添付します。

よろしくお願います。

Re: binファイルの実行

投稿記事Posted: 2013年1月12日(土) 19:47
by luyikei
luyikeiです。Adobeのサポートページによると

I currently use the AIR SDK for Linux on my build server; how does this announcement affect this process?
Adobe no longer supports the full AIR developer SDK for desktop Linux implementations. And, the AIR Debug Launcher (ADL) is no longer supported in the SDK.

64-bit binaries of AIR are currently not available. Running 32-bit AIR on 64-bit systems has not been fully tested. However, Adobe expects 32-bit AIR to run on supported distributions if the required 32-bit libraries and packages are installed. (Supported distributions include Fedora Core 11, Ubuntu 9.04 and OpenSuSe 11.1.)

If you do not have the required 32-bit dependencies on your system, you can see the following errors on running the AIR installer:

bash: ./AdobeAIRInstaller.bin: No such file or directory


つまりあなたの64bit環境ではインストールできないとのことです。でも諦めないでください。インストールする方法はあります。

http://d.hatena.ne.jp/kakurasan/20090105/p1
こちらを参考にしてください。それでもできない場合は

http://helpx.adobe.com/air/kb/install-air-2-64-bit.html
英語ですが簡単だと思うので参考にしてみてください。"Install AIR 2 on 64-bit Ubuntu 9.04"からの部分が参考になるでしょう。

Re: binファイルの実行

投稿記事Posted: 2013年1月13日(日) 12:12
by kimi
返信有難うございます。

いろいろ調べてインストールしてみたいと思います。
有難う御座いました。