Mailing List Archive

bison error installing httpd/apache from tar on AIX
I need to install Apache from tar, on AIX 7.2, using make, in a custom
location. I can't use a packet manager for this process.

When I go to "make" apache, I get this error:

bison -pap_expr_yy
--defines=/myfolder/httpd-2.4.58/server/util_expr_parse.h -o
/myfolder/httpd-2.4.58/server/util_expr_parse.c
/myfolder/httpd-2.4.58/server/util_expr_parse.y

/myfolder/httpd-2.4.58/server/util_expr_parse.y:25.1-12: warning:
deprecated directive: '%pure-parser', use '%define api.pure'
[-Wdeprecated]
25 | %pure-parser
| ^~~~~~~~~~~~
| %define api.pure
/myfolder/httpd-2.4.58/server/util_expr_parse.y:26.1-14: warning:
deprecated directive: '%error-verbose', use '%define parse.error
verbose' [-Wdeprecated]
26 | %error-verbose
| ^~~~~~~~~~~~~~
| %define parse.error verbose
make: 1254-059 The signal code from the last command is 13.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.


When I changed the two lines, it just drops to the error 13 code and
nothing else


bison -pap_expr_yy
--defines=/myfolder/httpd-2.4.58/server/util_expr_parse.h -o
/myfolder/httpd-2.4.58/server/util_expr_parse.c
/myfolder/httpd-2.4.58/server/util_expr_parse.y
make: 1254-059 The signal code from the last command is 13.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.


Settings and configure being used:

export CFLAGS="-m64"
export OBJECT_MODE=64

./configure \
--prefix=/myfolder/apache/apache2458 \
--enable-rewrite \
--enable-so \
--with-ssl=/myfolder/apache/openssl \
--enable-ssl \
--with-included-apr \
--enable-dav \
--enable-dav-fs \
--enable-auth-digest \
--enable-proxy \
--with-pcre=/myfolder/apache/pcre2/bin/pcre2-config \
--with-expat=/myfolder/apache/expat \
--cache-file=/dev/null \
--exec-prefix=/myfolder/apache/apache2458 \
--libdir=/myfolder/apache2458/lib \
--includedir=/myfolder/apache/apache2458/include \
--bindir=/myfolder/apache/apache2458/bin



I have not tried running the build/aix script, because I've never run
that, before.


Please advise.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org