システム要件と前提条件
提供: InterBase
InterBase Developer、Desktop および Server Edition
メモ: Desktop Edition は、Windows でのみ利用可能です。
- サポートされるオペレーティング システム:
- Windows(64 ビット、32 ビット):
- Windows 11
- Windows 10
- Windows 8、8.1
- Windows 7
- Windows Vista
- Windows Server 2022
- Windows Server 2019
- Windows Server 2016
- Windows Server 2012、2012 R2
- Windows Server 2008、2008 R2
- Linux(64 ビット、32 ビット):
- RHEL 8
- SuSE 11.3
- Ubuntu 20
- Ubuntu 18
- Windows(64 ビット、32 ビット):
- サポートされるプロセッサ アーキテクチャ:
- Windows、Linux
- Intel x86 または Intel x86-64
- Windows、Linux
- ハード ディスク領域
- インストール ファイル: 250MB(日本語版の場合 350MB)
- インストールに必要な容量:
- クライアントのみインストールするには ~46 MB
- サーバーとクライアントをインストールするには ~117 MB
InterBase ToGo Edition
- サポートされるオペレーティング システム:
- Windows(64 ビット、32 ビット):
- Windows 11
- Windows 10
- Windows 8、8.1
- Windows 7
- Windows Vista
- Windows Server 2016
- Windows Server 2012、2012 R2
- Windows Server 2008、2008 R2
- Linux(64 ビット、32 ビット):
- RHEL 8
- SuSE 11.3
- Ubuntu 20
- Ubuntu 18
- macOS(64 ビット、32 ビット):
- Monterey (12)
- Big Sur (11)
- Catalina (10.15)
- Android:
- 15
- 14
- 13
- 12
- 11
- 10
- Pie (9.x)
- Oreo (8.x)
- iOS
- iOS 18
- iOS 17
- iOS 16
- iOS 15
- iOS 14
- Windows(64 ビット、32 ビット):
- 必須ライブラリ:
- JRE
注意:
JRE は Windows、Linux、macOS の各システム上でライセンス マネージャを実行するために必要です。 Linux システムは openjdk-8 が必須で、例えば Ubuntu では、
JRE は Windows、Linux、macOS の各システム上でライセンス マネージャを実行するために必要です。 Linux システムは openjdk-8 が必須で、例えば Ubuntu では、
sudo apt install openjdk-8jdk
で実行できます。
重要:
RHLE 9 に InterBase をインストールする場合、fapolicyd がインストーラーに含まれる JDK バージョンの実行をブロックすることにより、インストールが失敗する場合があります。 これを解決するには、fapolicyd の実行を停止してください:
RHLE 9 に InterBase をインストールする場合、fapolicyd がインストーラーに含まれる JDK バージョンの実行をブロックすることにより、インストールが失敗する場合があります。 これを解決するには、fapolicyd の実行を停止してください:
systemctl stop fapolicyd
を実行後、InterBase インストーラーを実行し、インストール完了後に fapolicyd を開始します。 fapolicy の詳細については、fapolicy のドキュメントを参照してください。