Let's try to follow this format:
SCRATCH_INSTALL Rev: 2006-06-22
Section:
SUBPHASE 3.2, step 7: atftp
Problem:
URL listed (ftp://ftp.mamalinux.com/pub/atftp) is dead. Compile problems depending on the platform.
Solution:
atftp can be found at http://ftp.debian.org/debian/pool/main/a/atftp/ with the original file being atftp_0.7.orig.tar.gz.
There's also a diff file to patch you to 0.7-7 that seems to get rid of compile errors on CentOS 4.3. It may also get rid of THROW errors in Slackware, but I haven't had a chance to try it.
Please correct me if I'm wrong, but to use the diff file, enter into the original atftp dir and enter in:
- Code: Select all
patch -Np1 -i path/to/diff_file
and then compile as instructed.