From subsecret
Jump to: navigation, search

As root do the following:

mkdir /tools
chmod a+r+w /tools

After this, we dont need to use root account anymore for now

Now we need to create dynamic linker file so glibc can be installed without error

mkdir /tools/etc
mkdir /tools/lib
chmod a+r+w /tools/etc
chmod a+r+w /tools/lib
touch /tools/etc/ld.so.conf