From owner-freebsd-questions Thu Dec 7 13:45:30 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24549 for questions-outgoing; Thu, 7 Dec 1995 13:45:30 -0800 (PST) Received: from enteract.com (adam.enteract.com [206.54.252.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA24535 for ; Thu, 7 Dec 1995 13:45:21 -0800 (PST) Received: from waz.enteract.com (waz.enteract.com [206.54.252.16]) by enteract.com (8.6.11/8.6.9) with SMTP id PAA14892 for ; Thu, 7 Dec 1995 15:41:16 GMT Message-Id: <199512071541.PAA14892@enteract.com> Comments: Authenticated sender is From: "Tracy Snell" Organization: EnterAct, L.L.C. To: freebsd-questions@FreeBSD.org Date: Thu, 7 Dec 1995 15:45:18 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: help compiling Apache-SSL Priority: normal X-mailer: Pegasus Mail for Windows (v2.23) Sender: owner-questions@FreeBSD.org Precedence: bulk > On Tue, 5 Dec 1995, Brian Litzinger wrote: > > [I said:] > > > Editing the master Makefile and changing the makefile specified for the > > > ssl/lib/des/libdes.a section from 'Makefile.uni' to 'Makefile' seemed to > > > fix this one. > > > > > > Now when I do a make, I get this: > > > > > > making rsaref/install/rsaref.a > > > "makefile", line 57: Need an operator > > > Fatal errors encountered -- cannot continue > > > *** Error code 1 > > > This happens in several places during the build. If you look in the appropriate makefile you will see that line 57 is empty except for a space. Get rid of the space and all will be well. > > > Stop. > > > > Probably just need a tab or something on line 57 of the makefile. > > Or you may need to get gmake which I believe is available in the > > FreeBSD ports. > > I'd already checked for the tab idea, but gmake has been a help! > The source of the trouble seems to be the file > [Apacheroot]/ssl/apps/Makefile. The above error resulted from the section > > $(LIBRSAREF): > (cd ../../rsaref/install; make) > (cd ../../libdes; make) > > Changing that first make to a gmake (per your advise) solved the > problem. Unfortunately, on the very next line, I got into trouble again. > It's trying to cd into [Apacheroot]/libdes , which doesn't exist! > Should that have been included in the Apache-ssl tar file? Or do I need > to point it at the existing /usr/lib/libdescrypt.a ? > > Thanks for the help, > --- > > > -- Tracy Snell EnterAct, L.L.C. tsnell@enteract.com W - 312-248-8511 H - 312-325-9665