1. 64-bit Linux Mint Debian Edition 14
- Posted by K_D_R Mar 24, 2013
- 1536 views
Which version of gcc does require? I thought I'd give Linux Mint another try. No joy.
kenneth@dell /euphoria-4.1.0-Linux-ix86_64/bin $ ./eui
./eui: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.15' not found (required by ./eui)
./eui: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./eui)
Regards, Ken
2. Re: 64-bit Linux Mint Debian Edition 14
- Posted by jimcbrown (admin) Mar 25, 2013
- 1533 views
Which version of gcc does require? I thought I'd give Linux Mint another try. No joy.
kenneth@dell /euphoria-4.1.0-Linux-ix86_64/bin $ ./eui
./eui: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.15' not found (required by ./eui)
./eui: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./eui)
Regards, Ken
The issue isn't gcc but glibc - you need glibc 2.15
3. Re: "64-bit Linux Mint 201303 "Debian" Edition (LMDE 201303)"
- Posted by K_D_R Mar 25, 2013
- 1538 views
Which version of gcc does require? I thought I'd give Linux Mint another try. No joy.
kenneth@dell /euphoria-4.1.0-Linux-ix86_64/bin $ ./eui
./eui: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.15' not found (required by ./eui)
./eui: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./eui)
Regards, Ken
The issue isn't gcc but glibc - you need glibc 2.15
EDIT: The thread is mis-named. It should be something like "64-bit Linux Mint 201303 "Debian" Edition (LMDE 201303)"
JOY! Thanks, Jim.
I downloaded a binary glib 2.15 package and then copied all the lib64 *.so files to /lib/x86-64-linux/-gnu/ and then ran ldconfig. I am not sure if that is the proper way to install, but so far everything seems to work fine.
Thanks again, Ken