Cappy
January 14th, 2008, 07:11 PM
First, make sure the libc6 libraries are installed to avoid problems.
sudo apt-get install ia32-libs libc6 libc6-i386
This guide will help if you get messages such as Unable to find file /bin/Linux/x86/glibc-2.0/installer
or
This installation doesn't support glibc-2.0 on Linux / unknown
The setup program seems to have failed on unknown/glibc-2.0
----
Solution 1:
Try SETUP_LIBC=glibc-2.1
linux32 ./loki_installer.run first. If that fails continue on:
Solution 2:
./loki_installer.run --target new_loki_dir
cd new_loki_dir
mv setup.sh setupold.sh
sed 's/`DetectLIBC`/"glibc-2.1"/' setupold.sh | sed 's/`DetectARCH`/"x86"/' > setup.sh
chmod +x setup.sh
./setup.sh
Replace "glibc-2.1" with whatever glibc it wants. You will still get the same errors during the extraction but it will extract.
You can use ./loki_installer.run --help on a loki installer to see the correct syntax for extracting it without installing it.
sudo apt-get install ia32-libs libc6 libc6-i386
This guide will help if you get messages such as Unable to find file /bin/Linux/x86/glibc-2.0/installer
or
This installation doesn't support glibc-2.0 on Linux / unknown
The setup program seems to have failed on unknown/glibc-2.0
----
Solution 1:
Try SETUP_LIBC=glibc-2.1
linux32 ./loki_installer.run first. If that fails continue on:
Solution 2:
./loki_installer.run --target new_loki_dir
cd new_loki_dir
mv setup.sh setupold.sh
sed 's/`DetectLIBC`/"glibc-2.1"/' setupold.sh | sed 's/`DetectARCH`/"x86"/' > setup.sh
chmod +x setup.sh
./setup.sh
Replace "glibc-2.1" with whatever glibc it wants. You will still get the same errors during the extraction but it will extract.
You can use ./loki_installer.run --help on a loki installer to see the correct syntax for extracting it without installing it.