https://bz.apache.org/bugzilla/show_bug.cgi?id=62228

Norton Warner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED

--- Comment #15 from Norton Warner <[email protected]> ---
YES!!!!

Unreal, you guys were SPOT ON MAN!

Bottom line analysis:

-It didn't like APR 1.5.x headers, so needed to install APR 1.6.x, but that
wouldn't work because of the expat issue.

-Went to https://github.com/libexpat/libexpat/releases and got the latest expat
file 'expat-2.2.5.tar.bz2', installed it to /usr/local/expat

-Added line to -config.nice- file, looks like this:

#! /bin/sh
#
# Created by configure

"./configure" \
"--prefix=/usr/local/apache2" \
"--enable-load-all-modules" \
"--enable-so" \
"--with-expat=/usr/local/expat" \
"--with-included-apr" \
"--with-pcre=/usr/local/apache2/pcre" \
"--with-mpm=prefork" \
"--with-ssl=/usr/local/ssl" \
"$@"

-Then % ./config.nice; make; make install

-Checked version % /usr/local/apache2/bin/httpd -v
   Server version: Apache/2.4.33 (Unix)
   Server built:   Mar 29 2018 14:11:24

I can't thank you guys enough. I've been installing Apaches since v1.3.x on
original BSDI/3.1 boxes (1997). Never had a show-stopping problem...until now.

And I REALLY appreciate the prompt responses!!!!!! I can now get this off my
plate.

Thanks again!

Norton Warner.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to