Stephen:

Following these directions "If you kept the source tree from your last installation, 
upgrading is even easier. The file config.nice in the root of the old source tree 
contains the exact configure command line that you used to configure the source tree. 
Then to upgrade from one version to the next, you need only copy the config.nice file 
to the source tree of the new version, edit it to make any desired changes, and then 
run:

$ ./config.nice
$ make
$ make install
$ PREFIX/bin/apachectl stop
$ PREFIX/bin/apachectl start


To the letter, but when I got to step two here are the errors I received.  Trying to 
debug now, any ideas what to do to resolve this problem?  This is the tail end of the 

# make

poll/unix/poll.lo poll/unix/pollacc.lo support/unix/waitio.lo dso/unix/dso.lo
/usr/local/src/httpd-2.0.48/srclib/apr/libtool: ar: command not found
make[3]: *** [libapr-0.la] Error 127
make[3]: Leaving directory `/usr/local/src/httpd-2.0.48/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/httpd-2.0.48/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/httpd-2.0.48/srclib'
make: *** [all-recursive] Error 1
#


> 
> From: "Dr. Stephen Henson" <[EMAIL PROTECTED]>
> Date: 2004/02/26 Thu AM 01:36:13 GMT
> To: [EMAIL PROTECTED]
> Subject: Re: Re: how-to upgrade to openssl-0.9.7c and compile w/gcc/apache
> 
> On Thu, Feb 26, 2004, [EMAIL PROTECTED] wrote:
> 
> > Stephen:
> > 
> > Thanks for getting back so quickly.  I'm really a novice when it comes to
> > apache, ssl, php, etc.  
> > 
> > Can you tell me how I can determine what version of openssl I'm running what
> > files, specifically I should look to make copies of and backup?
> > 
> > I'm running 2.00.44 on port 80 and 1.3.27 on por 443, but I'm not able to
> > determine what version of openssl I'm running.
> > 
> 
> openssl version 
> 
> will tell you the version. You should back up the server private key and
> certificate files, these will be pointed to by the SSLCertificateFile and
> SSLCertificateKeyFile directives. If in doubt back up all the files: its
> better to back up too much than too little...
> 
> Steve.
> --
> Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
> OpenSSL project core developer and freelance consultant.
> Funding needed! Details on homepage.
> Homepage: http://www.drh-consultancy.demon.co.uk
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to