aboutsummaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/apache2/files
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-09-06 06:38:38 +0800
committerArmin Kuster <akuster808@gmail.com>2019-10-05 07:45:32 -0700
commit8bb6955cf8b3127ec519bc0796be06a8d473f0d8 (patch)
tree60a3ccb0deef3d9d1ff84c5f8ad77c1729821bf0 /meta-webserver/recipes-httpd/apache2/files
parentb3a244153414fa627b247dd29f95197fdaae69e1 (diff)
downloadmeta-openembedded-8bb6955cf8b3127ec519bc0796be06a8d473f0d8.tar.gz
apache2: fix multilib file conflicts
There are errors of apache2 about files conflicts when multilib enabled: | Error: Transaction check error: | file /etc/apache2/extra/httpd-ssl.conf conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64 | file /etc/apache2/httpd.conf conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64 | file /usr/sbin/envvars conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64 | file /usr/sbin/envvars-std conflicts between attempted installs of lib32-apache2-2.4.41-r0.core2_32 and apache2-2.4.41-r0.core2_64 It makes libexecdir point to ${libdir}. Reset to ${libexecdir} which could eliminate file conflicts of the conf files. And remove /usr/sbin/envvars and /usr/sbin/envvars-std which only used by apachectl. They only add standard library path ${libdir} to LD_LIBRARY_PATH, so remove them to avoid multilib file conflicts. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8d4d608b4e937bb3b8e3b260bd75338c3ff7e8fd) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/files')
0 files changed, 0 insertions, 0 deletions