install


Forum: Other Help Topics
Topic: install
started by: samo1979

Posted by samo1979 on May 27 2005,19:27
ok....so I do/loads the gcc1.dsl and ran the ./configure
it seemed ok but when I entered the make command i got the following ;

make
===> src
make[1]: Entering directory `/home/dsl/apache_1.3.33'
make[2]: Entering directory `/home/dsl/apache_1.3.33/src'
Makefile:8: *** missing separator.  Stop.
make[2]: Leaving directory `/home/dsl/apache_1.3.33/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/dsl/apache_1.3.33'
make: *** [build] Error 2

what is the problem here?
thanks

Posted by Guest on May 27 2005,20:21
Missing separator means just that ... missing separator.  The ./configure command may have made a mistake when it constructed the Makefile inside the apache_1.3.33/src.  This is weird if ./configure did not give you any warning at all since this usually happens when ./configure terminated abnormally.

Another possibility is that there is a mistake inside one of the Makefile.in files.  This is usually the case when someone (who does not know what he's doing) tried to manipulate its contents manually, without using the autoconf/automake utilities.

Posted by samo1979 on May 27 2005,20:40
Given that I don't know what i'm doing (background in Music, Phd by Research) I have not altered the contents of any files.
I did notice the line;
awk: htconf.14538.4:21: Unexpected token
during the  ./configure, it didn't terminate abnormally.
thanks for your help.

Posted by cbagger01 on May 27 2005,22:28
Try installing the gnu-utils.dsl myDSL extension.

It contains the full versions of the GNU utilities like awk, instead of the limited busybox utilities that come with the DSL livecd.

Posted by samo1979 on May 27 2005,23:25
thanks very much, that worked a treat.
Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.