https://bz.apache.org/bugzilla/show_bug.cgi?id=63307
Bug ID: 63307
Summary: apxs gives "use of uninitialized value in
concatenation" error
Product: Apache httpd-2
Version: 2.4.38
Hardware: PC
OS: AIX
Status: NEW
Severity: normal
Priority: P2
Component: All
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I am building httpd 2.4.38 on AIX 6.1.
Executing apxs(Apache extension tool) command on AIX 6.1 gives the following
warning
/opt/freeware/bin/apxs -q libexecdir
Use of uninitialized value in concatenation (.) or string at
/opt/freeware/bin/apxs line 222.
/opt/freeware/lib/httpd/module
The following line from apxs is causing the warning.
my $CFG_LDFLAGS = join ' ', map { get_vars($_) }
qw(LDFLAGS NOTEST_LDFLAGS SH_LDFLAGS);
The values these FLAGS hold are as follows
LDFLAGS = -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib:/usr/lib:/lib
-Wl,-bmaxdata:0x80000000
NOTEST_LDFLAGS =
SH_LDFLAGS = $(EXTRA_LDFLAGS)
EXTRA_LDFLAGS = -Wl,-brtl
--
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]