You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/01/13 00:40:15 UTC

DO NOT REPLY [Bug 46517] issues while installing apache 2.2

https://issues.apache.org/bugzilla/show_bug.cgi?id=46517


Kiran S <s....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |s.prabhukiran@gmail.com




--- Comment #1 from Kiran S <s....@gmail.com>  2009-01-12 15:40:15 PST ---
Hi,

 I was able to configure but stuck up with make now !!

 It says - "make: Fatal error: Command failed for target `exports.c'" Pls
guide.


/usr/bin/awk -f /Application/bpa/Apache/httpd-2.2.10/build/make_exports.awk
`cat export_files` > exports.c
awk: syntax error near line 31
awk: illegal statement near line 31
awk: syntax error near line 45
awk: bailing out near line 45
*** Error code 2
make: Fatal error: Command failed for target `exports.c'
Current working directory /Application/bpa/Apache/httpd-2.2.10/server
*** Error code 1
The following command caused the error:
otarget=`echo all-recursive|sed s/-recursive//`; \
list='  mpm'; \
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 'delete-exports libmain.la  export_vars.h
httpd.exp'; 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 /Application/bpa/Apache/httpd-2.2.10/server
*** 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  '; 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'


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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