On Thu, Sep 23, 1999 at 05:01:38AM -0500, [EMAIL PROTECTED] wrote:
> I am trying to install openssl-0.9.4
> and When I type ./config
> I get the following message at the end.
> -----------start message----------------
> " Reconfigure the source tree (via './config' or 'perl Configure'), Please.
> make: *** [Makefile.ssl] Error 1
> -----------end message----------------
What platform? This cannot really happen :-)
That message is printed when Makefile.org has a more recent
modification date than Makefile.ssl (the final "Makefile" is just a
link to the latter, I have no idea why the actual file is called
differently [does anyone know the rationale for that?]) and make is
run on target "all" (which has target "Makefile.ssl" listed as a
dependency). But "config" starts "Configure", which just runs "make
-f Makefile.ssl PERL=... links", and "make links" does not involve the
"Makefile.ssl" target; so it's not quite clear why you'd get that
message. And even if the Makefile.ssl target was in one of the
dependencies, file Makefile.ssl should be newer than Makefile.org.
Something fundamental seems to be going wrong at your system,
but it's hard to tell what.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]