Hi, I'm installing flex on solaris 8. According instruction:
3. Untar the distribution file
Copy the decompressed tar file into a suitable source directory and untar it:
# mkdir -p /opt/source/flex
# cp /opt/temp/flex* /opt/source/flex
# cd /opt/source/flex
# tar xvf flex*
When I type tar xvf flex* and following error occurs.
# tar xvf flex*
tar: directory checksum error
Please help, Thanks. -wolf
3. Untar the distribution file
Copy the decompressed tar file into a suitable source directory and untar it:
# mkdir -p /opt/source/flex
# cp /opt/temp/flex* /opt/source/flex
# cd /opt/source/flex
# tar xvf flex*
When I type tar xvf flex* and following error occurs.
# tar xvf flex*
tar: directory checksum error
Please help, Thanks. -wolf