Janet
04-18-2001, 11:57 PM
Here is what Ive done I get to the rpm part then I get the the below error. I do the force command and same error again. What next ?? I ok`d the licience that part went OK. Just the force part. Any suggestions ??
**
Run the rpm command to install the packages:
rpm -iv j2re-1_3_0_02-linux.rpm
This will install the packages comprising the Java 2 Runtime Environment.
Note: It can happen that your installation may fail with a message such as "glibc*>=*2.1.2-11*is*needed*by*jre-1.3" even though glibc 2.1.2 (or greater) is on your system. This can happen when your glibc was not installed as part of an rpm package and is therefore not on the rpm file list. In that case, this J2RE rpm installation package won't recognize that glibc is installed. To force the J2RE installation to proceed, use the --force option:
rpm -iv --force j2re-1_3_0_02-linux.rpm
**
**
Run the rpm command to install the packages:
rpm -iv j2re-1_3_0_02-linux.rpm
This will install the packages comprising the Java 2 Runtime Environment.
Note: It can happen that your installation may fail with a message such as "glibc*>=*2.1.2-11*is*needed*by*jre-1.3" even though glibc 2.1.2 (or greater) is on your system. This can happen when your glibc was not installed as part of an rpm package and is therefore not on the rpm file list. In that case, this J2RE rpm installation package won't recognize that glibc is installed. To force the J2RE installation to proceed, use the --force option:
rpm -iv --force j2re-1_3_0_02-linux.rpm
**