View Single Post
  #2 (permalink)  
Old 08-03-2003
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
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.
Reply With Quote