Which libc version you have depends on your Linux distribution and version. RedHat 5 uses glibc (aka libc.6). Earlier RedHat versions (4.x) use libc.5. If you have another Linux distribution, check your libc version.
To complicate matters further, another library that Blue uses has also been changed: libg++. If you have gcc version 2.7.x (which is the default for RedHat 5.0) then you need to get one version, if you have gcc version 2.8.x (which is the default for RedHat 5.1) you need another version.
Select the version you need from the following table.
System* | Libraries* | Download |
---|---|---|
RedHat 4.x | libc.5.x | full version:
blue.097.linux.libc5.tgz (1498551 bytes) update: bul097-5.tgz (984032 bytes) |
RedHat 5.0 | glibc (= libc.6.x) libg++.2.7.x | blue.097.linux.glibc.gcc27.tgz (1187008 bytes) |
RedHat 5.1 | glibc (= libc.6.x) libg++.2.8.x | blue.097.linux.glibc.tgz (1057120 bytes) |
* The systems listed are only examples. If you have a different Linux system, check you libraries and decide by the "Libraries" column. If you are unsure how, read How to check your libraries.
$ tar zxf blue.097.linux.tgz
This will create a directory with all blue files. Read the README file in
that directory and follow the instructions.In addition to blue, this installation also installs the packbp command in /usr/local/bin. This can be used to package blue projects (see Transferring Projects From Unix To Linux).
To improve the distribution, it would help me a lot if you would send me a short mail, telling me whether the installation was successful or not, what problems you encountered, and if so, how you solved them. Thanks!