* [Buildroot] [Bug 11576] Unable to start apache with event MPM on raspberry pi 3
[not found] <bug-11576-163@https.bugs.busybox.net/>
@ 2018-12-26 23:47 ` bugzilla at busybox.net
2019-01-05 18:27 ` bugzilla at busybox.net
2019-01-17 22:14 ` bugzilla at busybox.net
2 siblings, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2018-12-26 23:47 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11576
kurt <garnier.etienne@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |buildroot at uclibc.org
Product|Busybox |buildroot
Assignee|unassigned at busybox.net |unassigned at buildroot.uclibc
| |.org
Component|Networking |Other
Version|unspecified |2018.11.1
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 11576] Unable to start apache with event MPM on raspberry pi 3
[not found] <bug-11576-163@https.bugs.busybox.net/>
2018-12-26 23:47 ` [Buildroot] [Bug 11576] Unable to start apache with event MPM on raspberry pi 3 bugzilla at busybox.net
@ 2019-01-05 18:27 ` bugzilla at busybox.net
2019-01-17 22:14 ` bugzilla at busybox.net
2 siblings, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2019-01-05 18:27 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11576
--- Comment #1 from Peter Seiderer <ps.report@gmx.net> ---
Apache is based on apr and apr has some configure runtime checks for some
features, e.g. epoll, failing for the cross compile.
Quick test with the following (buildroot) patch enables successful apache
startup again:
diff --git a/package/apr/apr.mk b/package/apr/apr.mk
index 58b1d86b28..8f29e57c59 100644
--- a/package/apr/apr.mk
+++ b/package/apr/apr.mk
@@ -26,7 +26,12 @@ APR_CONF_ENV = \
ac_cv_sizeof_pid_t=4 \
ac_cv_struct_rlimit=yes \
ac_cv_o_nonblock_inherited=no \
- apr_cv_mutex_recursive=yes
+ apr_cv_mutex_recursive=yes \
+ apr_cv_epoll=yes \
+ apr_cv_epoll_create1=yes \
+ apr_cv_dup3=yes \
+ apr_cv_sock_cloexec=yes \
+ apr_cv_accept4=yes
APR_CONFIG_SCRIPTS = apr-1-config
# Doesn't even try to guess when cross compiling
Tested with raspberrypi3_qt5we_defconfig and the following two
additional config options:
BR2_PACKAGE_APACHE=y
BR2_PACKAGE_APACHE_MPM_EVENT=y
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [Bug 11576] Unable to start apache with event MPM on raspberry pi 3
[not found] <bug-11576-163@https.bugs.busybox.net/>
2018-12-26 23:47 ` [Buildroot] [Bug 11576] Unable to start apache with event MPM on raspberry pi 3 bugzilla at busybox.net
2019-01-05 18:27 ` bugzilla at busybox.net
@ 2019-01-17 22:14 ` bugzilla at busybox.net
2 siblings, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2019-01-17 22:14 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=11576
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Peter Korsgaard <jacmet@uclibc.org> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=7a3b44f445ff82acdc7524e401148b16bfdd24ff
- Thanks
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-01-17 22:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <bug-11576-163@https.bugs.busybox.net/>
2018-12-26 23:47 ` [Buildroot] [Bug 11576] Unable to start apache with event MPM on raspberry pi 3 bugzilla at busybox.net
2019-01-05 18:27 ` bugzilla at busybox.net
2019-01-17 22:14 ` bugzilla at busybox.net
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.