|
You must install the bzip2-devel RPM. Here is what I have on my RH9 system:
florida:~$ rpm -qa | grep bzip
bzip2-libs-1.0.2-8
bzip2-devel-1.0.2-8
bzip2-1.0.2-8
You can set LD_ASSUME_KERNEL in .bashrc by simply adding a line like this in this file:
export LD_ASSUME_KERNEL=2.4.1
You must set this in the .bashrc of the user who executes Ice programs.
|