I believe it is pcre-8.44.tar.gz found on page https://ftp.pcre.org/pub/pcre/
I would prefer to install it this way sudo apt install apache2 sudo service apache2 start as shown on https://httpd.apache.org/docs/2.4/install.html. But this way I am not pulling the latest version. [email protected] -----Original Message----- From: Richard <[email protected]> To: [email protected] Sent: Wed, 28 Apr 2021 23:56 Subject: Re: [users@httpd] util_pcre.c:58:10: fatal error: pcre.h: No such file or directory > Date: Wednesday, April 28, 2021 22:44:41 +0000 > From: back Button <[email protected]> > >> From: Nick Folino <[email protected]> >> Sent: Wed, 28 Apr 2021 23:23 >> >> Install the correct libraries. > > I have installed the latest libraries with the latestᅠ Apache. > How am I supposed to knowᅠwhich library corresponds to Apache > 2.4.46 ? The package manager for your distribution (whatever it is) should have a way for you to search for packages (including which package includes a library or header file that you need) and install them from its repository. What is missing is the "pcre.h" header file, so that's what you need to find. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
