Results 1 to 6 of 6
Hi,
I am wondering how I get a tool that needs kernel=2.4.1 to work on Ubuntu?
Thanks...
- 09-28-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 6
kernel=2.4.1 on ubuntu 8.04
Hi,
I am wondering how I get a tool that needs kernel=2.4.1 to work on Ubuntu?
Thanks
- 09-28-2009 #2
what tool are you trying to use that requires a specific kernel? possibly there is an alternative available, usually user applications don't require a specific kernel, but I'm sure its not completely unheard of
- 09-28-2009 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 6
It's cadence assura. If I don't set the kernel I get this error:
"version GLIBC_2.0 not defined in file libc.so.6 with link time reference"
- 09-28-2009 #4
try this code
not sure if it will work or not thoughCode:LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
- 09-28-2009 #5Just Joined!
- Join Date
- Sep 2009
- Posts
- 6
that is what I did, but after setting that nothing worked, not even ls and vi commands.
- 09-28-2009 #6
I think you may be out of luck, glibc_2.0 is pretty old, I think it was used in 2.2 kernel and 2.4 kernel only. You could probably compile and install a 2.4 kernel provided you are using ext3 filesystems in order to run this application, but you might need to do something such as install a virtual machine with an older version of linux just to run it. I've never heard of the application, so I'm not sure if there is any alternatives to it.


Reply With Quote