https://bz.apache.org/bugzilla/show_bug.cgi?id=61944
Bug ID: 61944
Summary: apxs interpolates "@" in arguments
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: support
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
While attempting to install a module via apxs using the example command[1], a
warning is output [2] and the module is not installed properly. The passed
LIBEXECDIR directory override has a character that gets interpolated by perl.
Those passed strings should probably not go through any interpolation at.
Suggested fix is at https://github.com/apache/httpd/pull/45
[1] apxs -S LIBEXECDIR='/usr/local/Cellar/[email protected]/7.1.12/lib/httpd/modules' -S
SYSCONFDIR='/usr/local/etc/httpd' -i -n php7 libs/libphp7.so
[2] Possible unintended interpolation of @7 in string at (eval 27) line 1.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]