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.
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
Is there any way I can still build this on a dev server and then copy and make install in other RHEL 7 environments? All servers are identical.
Thank you for any help you can provide.
Nick