From subsecret
Jump to: navigation, search
(Created page with "As root do the following: mkdir /tools chmod a+r+w /tools We also need to create dynamic linker file so glibc can be installed without error mkdir /tools/etc mkdir /too...")
 
No edit summary
 
Line 3: Line 3:
  chmod a+r+w /tools
  chmod a+r+w /tools
   
   
After this, we dont need to use root account anymore for now


We also need to create dynamic linker file so glibc can be installed without error
Now we need to create dynamic linker file so glibc can be installed without error
  mkdir /tools/etc
  mkdir /tools/etc
  mkdir /tools/lib
  mkdir /tools/lib
Line 10: Line 11:
  chmod a+r+w /tools/lib
  chmod a+r+w /tools/lib
  touch /tools/etc/ld.so.conf
  touch /tools/etc/ld.so.conf
After this, we dont need to use root account anymore for now

Latest revision as of 14:46, 5 May 2013

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