Re: Installing Euphoria 4.0.5 .deb package on Debian 6.0.6 (Squeeze) x64 problems with libc6-i386
- Posted by dosfreak622 Feb 26, 2013
- 1682 views
I had the same problem on CentOS 5. For some reason the 4.0.5 packages are built against newer version of libc than the 4.0.4 ones. Not the only way, but one way is to install from the pre-translated source, which seemed to work OK on my copy of Debian.
If you haven't already got a C build environment installed you will need to run
apt-get install build-essential apt-get install libc6-dev-i386
Then, you will want to uninstall any previous versions of Euphoria (if present).
Finally, download the file euphoria-LINUX-4.0.5-src.tar.gz and untar it. cd into the source folder. Run
./configure make make installas per the instructions.
Hopefully, you should then have a working installation.