Gokul007
Technical User
- Oct 9, 2013
- 1
Hi All,
We planned to upgrade apache web server 2.2.22 to 2.4.6 on solaris 10 box.
Steps:
1)./config.nice ---> installed fine.
2)make ----> giving below error
9) ld: fatal: file processing errors. No output written to .libs/htpasswd
10) collect2: ld returned 1 exit status
11) *** Error code 1
12) make: Fatal error: Command failed for target `htpasswd'
13) Current working directory /home/cqdwcm/httpd-2.4.6/support
14) *** Error code 1
15) The following command caused the error:
16) otarget=`echo all-recursive|sed s/-recursive//`; 17) list=' '; 18) for i in $list; do 19) if test -d "$i"; then 20) target="$otarget"; 21) echo "Making $target in $i"; 22) if test "$i" = "."; then 23) made_local=yes; 24) target="local-$target"; 25) fi; 26) (cd $i && make $target) || exit 1; 27) fi; 28) done; 29) if test "$otarget" = "all" && test -z 'htpasswd htdigest htdbm ab logresolve httxt2dbm htcacheclean rotatelogs checkgid fcgistarter'; then 30) made_local=yes; 31) fi; 32) if test "$made_local" != "yes"; then 33) make "local-$otarget" || exit 1; 34) fi
35) make: Fatal error: Command failed for target `all-recursive'
36) Current working directory /home/cqdwcm/httpd-2.4.6/support
37) *** Error code 1
38) The following command caused the error:
39) otarget=`echo all-recursive|sed s/-recursive//`; 40) list=' srclib os server modules support'; 41) for i in $list; do 42) if test -d "$i"; then 43) target="$otarget"; 44) echo "Making $target in $i"; 45) if test "$i" = "."; then 46) made_local=yes; 47) target="local-$target"; 48) fi; 49) (cd $i && make $target) || exit 1; 50) fi; 51) done; 52) if test "$otarget" = "all" && test -z 'httpd shared-build '; then 53) made_local=yes; 54) fi; 55) if test "$made_local" != "yes"; then 56) make "local-$otarget" || exit 1; 57) fi
58) make: Fatal error: Command failed for target `all-recursive'
Please let us know how to resolve this issue?
We planned to upgrade apache web server 2.2.22 to 2.4.6 on solaris 10 box.
Steps:
1)./config.nice ---> installed fine.
2)make ----> giving below error
9) ld: fatal: file processing errors. No output written to .libs/htpasswd
10) collect2: ld returned 1 exit status
11) *** Error code 1
12) make: Fatal error: Command failed for target `htpasswd'
13) Current working directory /home/cqdwcm/httpd-2.4.6/support
14) *** Error code 1
15) The following command caused the error:
16) otarget=`echo all-recursive|sed s/-recursive//`; 17) list=' '; 18) for i in $list; do 19) if test -d "$i"; then 20) target="$otarget"; 21) echo "Making $target in $i"; 22) if test "$i" = "."; then 23) made_local=yes; 24) target="local-$target"; 25) fi; 26) (cd $i && make $target) || exit 1; 27) fi; 28) done; 29) if test "$otarget" = "all" && test -z 'htpasswd htdigest htdbm ab logresolve httxt2dbm htcacheclean rotatelogs checkgid fcgistarter'; then 30) made_local=yes; 31) fi; 32) if test "$made_local" != "yes"; then 33) make "local-$otarget" || exit 1; 34) fi
35) make: Fatal error: Command failed for target `all-recursive'
36) Current working directory /home/cqdwcm/httpd-2.4.6/support
37) *** Error code 1
38) The following command caused the error:
39) otarget=`echo all-recursive|sed s/-recursive//`; 40) list=' srclib os server modules support'; 41) for i in $list; do 42) if test -d "$i"; then 43) target="$otarget"; 44) echo "Making $target in $i"; 45) if test "$i" = "."; then 46) made_local=yes; 47) target="local-$target"; 48) fi; 49) (cd $i && make $target) || exit 1; 50) fi; 51) done; 52) if test "$otarget" = "all" && test -z 'httpd shared-build '; then 53) made_local=yes; 54) fi; 55) if test "$made_local" != "yes"; then 56) make "local-$otarget" || exit 1; 57) fi
58) make: Fatal error: Command failed for target `all-recursive'
Please let us know how to resolve this issue?