Date: Sun, 21 Sep 2014 04:28:10 +0000 From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 191471] [patch] www/mod_perl2 does not build against apache24 Message-ID: <bug-191471-16115-qPK4leLv0w@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191471-16115@https.bugs.freebsd.org/bugzilla/> References: <bug-191471-16115@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191471 --- Comment #23 from kovert@omniscient.com --- Once built, it seems to work fine on FreeBSD 10 STABLE/amd64 against: apache24-2.4.10_1 Version 2.4.x of Apache web server perl5-5.20.0_3 Practical Extraction and Report Language I did notice that when building it, Mk/bsd.apache.mk around line 281 has: .if exists(${HTTPD}) _APACHE_VERSION!= ${HTTPD} -V | ${SED} -ne 's/^Server version: Apache\/\([ 0-9]\)\.\([0-9]*\).*/\1\2/p' .elif defined(APACHE_PORT) _APACHE_VERSION!= ${ECHO_CMD} ${APACHE_PORT} | ${SED} -ne 's,.*/apache\([0 -9]*\).*,\1,p' .endif On a machine that would normally have mod_perl installed but does not because I am rebuilding it, httpd fails to run due to configuration syntax errors and thus the build fails. A quick test shows that httpd -v will work regardless of if the server will start, where -V requires it, so I would suggest switching to -v. Please let me know if that should be in another bugzilla ticket. -Todd -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191471-16115-qPK4leLv0w>