We don't use any packages. It's all built from source. We download the latest apr and apr-util and add them to the source when we build.
I got it installed by removing the relink in libaprutil-1.la Seems to work fine. Is that a valid workaround? Nick On Mon, Aug 17, 2020 at 1:32 PM Nick Kew <n...@apache.org> wrote: > > > > On 17 Aug 2020, at 16:16, Nick Folino <n...@folino.us> 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: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >