That's exactly what mine did. It started to load and then just died (didn't hang like you said). Did you install any other software besides that kernel from the last time you knew it worked? For instance, the thing that screwed mine up was installing "Cinelerra" because it required the "libstdc++3". OO doesn't like that library. Do a:
$ rpm -qa | grep libstdc++3
and see if you have it installed. If you do that is probably causing your problem. OO requires "libstdc++-3.2". Check and make sure that one is installed:
$ rpm -qa | grep libstdc++-3
Now if you need both libraries I can tell you a way to make it work but lets wait and see what you have.
[ December 13, 2002: Message edited by: void main ]