> On 17 Aug 2020, at 16:16, Nick Folino <[email protected]> wrote:
> 
> I've been building and installing Apache httpd on RHEL 6 for years now.  My 
> normal method is to configure and make in my development environment, then 
> tar up the build directory, copy it to test, production etc.. untar it and 
> run make install.

You mean, deploy as binaries without using RH's packaged version?

> This has always worked fine for me.  Now with RHEL 7 I get an error:
>    libtool:  error: error: relink 'libaprutil-1.la' with the above command 
> before installing it

At a guess, the RHEL7 has a different APR version to what you built against: 
probably APR 2.
Either switch the APR version within the package manager, or include APR in 
what you
build yourself rather than use RH packages.

-- 
Nick Kew
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to