Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 1995 15:45:18 +0000
From:      "Tracy Snell" <tjs@enteract.com>
To:        freebsd-questions@FreeBSD.org
Subject:   Re: help compiling Apache-SSL
Message-ID:  <199512071541.PAA14892@enteract.com>

next in thread | raw e-mail | index | archive | help

> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512071541.PAA14892>