logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: make: Fatal error: Command failed for target `all-recursive'
Author
joeadmin



Joined: 14 Mar 2016
Posts: 6
Location: US,NC

PostPosted: Tue 25 Apr '17 15:30    Post subject: make: Fatal error: Command failed for target `all-recursive' Reply with quote

Oracle Solaris 11.1 SPARC
Apache 2.4.25
apr-1.5.2
apr-util-1.5.3
openssl-1.1.0e

Have not been able to compile not matter what compiler I use. Always receive "all-recursive error"

snip.....below

ld: fatal: symbol referencing errors. No output written to .libs/ab
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `ab'
Current working directory /usr/local/httpd-2.4.25/support
*** Error code 1
The following command caused the error:
otarget=`echo all-recursive|sed s/-recursive//`; \
list=' '; \
for i in $list; do \
if test -d "$i"; then \
target="$otarget"; \
echo "Making $target in $i"; \
if test "$i" = "."; then \
made_local=yes; \
target="local-$target"; \
fi; \
(cd $i && make $target) || exit 1; \
fi; \
done; \
if test "$otarget" = "all" && test -z 'htpasswd htdigest htdbm ab logresolve httxt2dbm htcacheclean rotatelogs checkgid fcgistarter'; then \
made_local=yes; \
fi; \
if test "$made_local" != "yes"; then \
make "local-$otarget" || exit 1; \
fi
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/httpd-2.4.25/support
*** Error code 1
The following command caused the error:
otarget=`echo all-recursive|sed s/-recursive//`; \
list=' srclib os server modules support'; \
for i in $list; do \
if test -d "$i"; then \
target="$otarget"; \
echo "Making $target in $i"; \
if test "$i" = "."; then \
made_local=yes; \
target="local-$target"; \
fi; \
(cd $i && make $target) || exit 1; \
fi; \
done; \
if test "$otarget" = "all" && test -z 'httpd shared-build '; then \
made_local=yes; \
fi; \
if test "$made_local" != "yes"; then \
make "local-$otarget" || exit 1; \
fi
make: Fatal error: Command failed for target `all-recursive'
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 25 Apr '17 18:35    Post subject: Reply with quote

You need Apache 2.4.26 and APR/APU 1.6, none of which have been released yet but you can export them in svn.
Back to top
mroofy



Joined: 19 Jun 2017
Posts: 2
Location: Cairo

PostPosted: Mon 19 Jun '17 17:15    Post subject: Still facing the same error make: Fatal error: Command faile Reply with quote

MOD EDIT: Post continues here https://www.apachelounge.com/viewtopic.php?t=7666
Back to top


Reply to topic   Topic: make: Fatal error: Command failed for target `all-recursive' View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads