Title: Not A Bug, just want help... Post by: colonel_e on March 18, 2003, 03:12:29 am Fresh install of UQM 0.2, Linux Mandrake 8.2:
manifold7:~/install/uqm $ uqm /home/colonel_e/lib/uqm/uqm: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /home/colonel_e/lib/uqm/uqm) I'm pretty bad at this whole Linux thing, so could someone please tell me 1) what I did wrong and 2) why it won't run. Any help will be apreciated. Thanks in advance. Title: Re: Not A Bug, just want help... Post by: colonel_e on March 18, 2003, 03:15:32 am Oh, yeh. I think I have an up-to-date version of glibc installed. Any way for me to check?
Title: Re: Not A Bug, just want help... Post by: Nic. on March 18, 2003, 06:24:58 pm The problem is likely that you're using a different glibc than the box that built the UQM binary, so you've got two options: build your own from source, or install a glibc that matches what the program is expecting.
The former option is preferable to the latter in almost every case, and is much easier than it sounds. Mandrake uses RPMS, so you could try building yourself an RPM (http://uqm.stack.nl/cgi-bin/bugs/show_bug.cgi?id=244). If it works, you can share it with other Mandrake users! And if it falls flat on its face, well, at least you tried.. ;) |