Re: Hosting package that supports EUPHORIA?
- Posted by jimcbrown (admin) Jun 08, 2014
- 1496 views
jimcbrown said...
SDPringle said...
The math library used and expected by the interpreter is different from what they have over there. It says:
/lib/libm.so.6: version `GLIBC_2.15' not found (required by /home/canadaho/euphoria/bin/eui)
What version of libm do they have?
ls /lib/libm-* -d
If you are using 32bit and it's libm 2.7 or later, I can provide you with a binary eui that should just work.
I'm looking at http://www.tldp.org/HOWTO/Glibc2-HOWTO-6.html and http://www.trevorpounds.com/blog/?tag=symbol-versioning and will get back to you on how to set up a bulid system that builds for the oldest possible glibc.