Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Errors Installing from Src |
|
Author |
|
talkinggoat
Joined: 24 Jan 2024 Posts: 2
|
Posted: Wed 24 Jan '24 21:00 Post subject: Errors Installing from Src |
|
|
Hello, I need to install Apache onto AIX from source. I can not install using an RPM. I'm trying to put it into a custom directory, but I'm getting these errors during make, when Bison tries to run. The paths have been sanitized with ... :
Code: | bison -pap_expr_yy --defines=...httpd-2.4.58/server/util_expr_parse.h -o ...httpd-2.4.58/server/util_expr_parse.c ...httpd-2.4.58/server/util_expr_parse.y
...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
...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. |
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
|
Back to top |
|
talkinggoat
Joined: 24 Jan 2024 Posts: 2
|
Posted: Wed 31 Jan '24 20:05 Post subject: |
|
|
I did not, because I'm installing to a custom location.
These are the .config parameters I used. I have sanitized the full path with ...:
Code: | ./configure \
--prefix=...apache/apache2458 \
--enable-rewrite \
--enable-so \
--with-ssl=...apache/openssl \
--enable-ssl \
--with-included-apr \
--enable-dav \
--enable-dave-fs \
--enable-auth-digest \
--enable-proxy \
--with-pcre=...apache/pcre2/bin/pcre2-config \
--with-expat=...apache/expat |
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Sat 17 Feb '24 0:04 Post subject: |
|
|
Did you compile pcre2 yourself? |
|
Back to top |
|
|
|
|
|
|