On Thu, 2003-02-13 at 19:06, Ulf Kister wrote:
> Did anyone else encounter this problem and, hopefully, solve it?

I guess it's the old Red Hat workaround. Look through the installer
shell script for the line LD_ASSUME_KERNEL=2.2.5 and replace the initial
L with a #. After that it should work.

Two things to note:
You may need to use sed to replace it, since some text editors can't
handle the ascii encoded data in those installers. vim, for example,
messed up one such file for me

Second, if this is a standard case, you will need to replace the L in LD
with a #. It's not enough to simply add it at the start of the line,
since the unpacking algorithm has the offset of the data hardcoded.

HTH
Anders


--
[EMAIL PROTECTED] mailing list

Reply via email to