Re: [users@httpd] Error in APR files

2023-05-07 Thread Eric Covener
On Sun, May 7, 2023 at 9:55 AM John Iliffe wrote: > > Thanks Frank. > > What I did was: > wget https://apr.apache.org/download.cgi/apr-1.7.4.tar.bz2 Maybe this redirected to a download mirror URL in the past, but it doesn't now and this URL isn't on the website. The website links to https://dl

Re: [users@httpd] Error in APR files

2023-05-07 Thread John Iliffe
Thanks Frank. What I did was: wget https://apr.apache.org/download.cgi/apr-1.7.4.tar.bz2 which is more or less how I got the Apache source. But I will use the package that comes with the distro. Seems to be the normal way to get it from the responses I got. thanks for your help. John ==

Re: [users@httpd] Error in APR files

2023-05-06 Thread Frank Gingras
Compiling from source isn't the best path, if you're referencing the other users@ post, no. You should use your distro's packages, unless you need a very specific version. That being said, the files from the main link are fine. It sounds like you saved the web page: https://apr.apache.org/downloa

[users@httpd] Error in APR files

2023-05-06 Thread John Iliffe
I decided to install Apache by compiling from source since this is the way I have always done it in the past and as noted in one response, it is nice to know exactly what you are running. I ran into the rather odd result that the Apache APR files are not valid. Specifically, I downloaded the apr