You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2018/04/16 15:09:28 UTC

[Bug 61417] apr-util MUST NOT use buildflags of installed apr

https://bz.apache.org/bugzilla/show_bug.cgi?id=61417

--- Comment #9 from Reindl Harald <h....@thelounge.net> ---
bundle apr/apr-util with httpd don't work because other than modules or
bundeled stuff in case of PHP they are own files which would collide with the
system packages (there is other software which would use them)

taken from "If prefer to not use the system-provided versions, download the
latest versions of both APR and APR-Util from Apache APR unpack them into
"srclib/apr" and "srclib/apr-util" and be sure the directory names do not have 
version numbers"

%global apr_version 1.6.3
%global apr_util_version 1.6.1

# prepare build with '--with-included-apr' to fix
https://bz.apache.org/bugzilla/show_bug.cgi?id=61417 for native builds
tar xfj /rpmbuild/SOURCES/apr-%{apr_version}.tar.bz2
mv apr-%{apr_version} ./srclib/apr
tar xfj /rpmbuild/SOURCES/apr-util-%{apr_util_version}.tar.bz2
mv apr-util-%{apr_util_version} ./srclib/apr-util


build httpd with "--with-included-apr" ends with the follwoing messages which
clearly shows that these files are not builtin like "--enable-mods-static"

error: Installed (but unpackaged) file(s) found:
   /usr/lib64/httpd/build/apr_common.m4
   /usr/lib64/httpd/build/find_apr.m4
   /usr/lib64/httpd/build/libtool
   /usr/lib64/httpd/build/make_exports.awk
   /usr/lib64/httpd/build/make_var_export.awk
   /usr/lib64/libapr-1.a
   /usr/lib64/libapr-1.la
   /usr/lib64/libapr-1.so
   /usr/lib64/libapr-1.so.0
   /usr/lib64/libapr-1.so.0.6.3
   /usr/lib64/libaprutil-1.a
   /usr/lib64/libaprutil-1.la
   /usr/lib64/libaprutil-1.so
   /usr/lib64/libaprutil-1.so.0
   /usr/lib64/libaprutil-1.so.0.6.1
   /usr/lib64/pkgconfig/apr-1.pc
   /usr/lib64/pkgconfig/apr-util-1.pc

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org