Return to BSD News archive
Newsgroups: comp.unix.bsd.freebsd.misc Path: sserve!newshost.anu.edu.au!munnari.oz.au!spool.mu.edu!howland.reston.ans.net!swrinde!emory!metro.atlanta.com!news.sprintlink.net!dorite!not-for-mail From: root@dyson.iquest.net (Charlie Root) Subject: Re: NCSA under 2.0.5 ? Message-ID: <3s0oq8$bln@dyson.iquest.net> Keywords: NCSA httpd Web WWW server Lines: 37 Sender: news@dorite.use.com (News Admin) Organization: John S. Dyson's Machine References: <3rvtpm$m0f@stang.netspace.net.au> Date: Sun, 18 Jun 1995 08:40:40 GMT In article <3rvtpm$m0f@stang.netspace.net.au>, Anthony Hill <ahill@stang.netspace.net.au> wrote: >Hello all, > >I'm having problems getting NCSA's httpd to compile under 2.0.5 - I got >it to go under 2.0 with no problems at all (using the netbsd option), >however now I just get this :- > >myname# make >Please choose a system type. >Valid types are ibm, sunos, sgi, decmips, decaxp, hp-cc, >hp-gcc, solaris, netbsd, svr4, linux, aux >If you do not have one of these systems, you must edit >src/Makefile, cgi-src/Makefile, and support/Makefile >myname# make netbsd >cd src ; make netbsd ; cd ../cgi-src ; make netbsd ; cd ../support ; make >netbsd >"Makefile", line 90: Need an operator >Fatal errors encountered -- cannot continue >*** Error code 1 ^^^ This is a common error with using the "make" on FreeBSD -- there is an unintended space in the makefile, and FreeBSD's make is very picky about this. The make in -current (and on my machine) is not so picky :-). !!! > >Anyone got it working under 2.0.5 ? > Yep -- remove the space at the end of the line. (I think that it is actually just before line 90 -- I could be wrong.) I think that I am going to try out the apache server too -- just for grins. John dyson@root.com