Page 1 of 1

SCRATCH_INSTALL issues

PostPosted: Tue Aug 08, 2006 1:01 pm
by kchung
Let's consolidate all 'issues' we have with the SCRATCH_INSTALL into one master post. Can we stickie this?

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.

PostPosted: Mon Aug 14, 2006 3:34 am
by jlodvo
any work around the atftp_0.7 ?

PostPosted: Mon Aug 14, 2006 6:07 am
by mflorell
I was actually considering removing atftp from the SCRATCH_INSTALL since it really has nothing to do with VICIDIAL.

PostPosted: Mon Aug 14, 2006 11:47 am
by kchung
jlodvo wrote:any work around the atftp_0.7 ?


My solution in the original post IS the workaround.