1

Red Hat Linux放射線データを分析するための一連のプログラムがあり、バージョン4.x-のパッケージをビルドしたいと考えています6.x。Red Hat Linux の単一バージョンを実行する単一のビルド サーバーでこれらのパッケージをビルドすることは可能ですか、またはバージョン 4.x を実行するサーバーでバージョン 4.x パッケージをビルドし、サーバーでバージョン 5.x パッケージをビルドする必要がありますか?バージョン 5.x を実行していますか?

1 台のサーバーで複数のバージョンのパッケージをビルドできる場合、そのサーバーは最新バージョンまたは最も古いバージョンの OS を実行している必要がありますか?

4

2 に答える 2

2
  1. You need to build toolchain for different OS environments (toolchain for Redhat 4.x and 5.x) and with in toolchain you can build packages for specific OS. toolchain is like a chroot environments.

  2. You can create multiple Virtual machine using KVM and build many version of packages using single node..

  3. You can use UML (User Mode Linux) which is quite interesting... Check out following Link http://uml.devloop.org.uk/howto.html

于 2013-01-29T18:07:56.673 に答える
0

chroot jail でパッケージをビルドできます。そのためにmachを使用できます。時代遅れかもしれませんが、参照できるmach を使用したパッケージのビルドに関するチュートリアルを次に示します。

于 2013-01-29T18:21:30.473 に答える