https://bz.apache.org/bugzilla/show_bug.cgi?id=63307

--- Comment #3 from Reshma V Kumar <resku...@in.ibm.com> ---
Once the build is successful and the package is installed, executing the
following command gives the 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/modules

Following are the values from /var/www/build/config_vars.mk file 
LDFLAGS = -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib:/usr/lib:/lib
-Wl,-bmaxdata:0x80000000
SH_LDFLAGS = $(EXTRA_LDFLAGS) $(EXTRA_LIBS)
EXTRA_LDFLAGS = -Wl,-brtl
EXTRA_LIBS =

The warning is removed if SH_LDFLAGS in /var/www/build/config_vars.mk is empty
SH_LDFLAGS =

# /opt/freeware/bin/apxs -q libexecdir
/opt/freeware/lib/httpd/modules

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to