Date: Wed, 6 Dec 1995 09:20:18 -0500 (EST) From: Charles Owens <owensc@enc.edu> To: Brian Litzinger <brian@MediaCity.com> Subject: Re: help compiling Apache-SSL Message-ID: <Pine.BSF.3.91.951206091311.23230A-100000@itsdsv1.enc.edu> Resent-Message-ID: <Pine.BSF.3.91.951206092323.23230C@itsdsv1.enc.edu> In-Reply-To: <199512060610.WAA15333@MediaCity.com>
next in thread | previous 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 > > > > 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, --- ------------------------------------------------------------------------- Charles Owens Email: owensc@enc.edu "I read somewhere to learn is to Information Technology Services remember... and I've learned that Eastern Nazarene College we've all forgot..." - King's X -------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951206091311.23230A-100000>