https://issues.apache.org/bugzilla/show_bug.cgi?id=51778
Bug #: 51778
Summary: while buliding(make) a unix source
"httpd-2.2.20.tar.gz" geeting "make: Fatal error:
Command failed for target `htpasswd'"
Product: Apache httpd-2
Version: 2.2.2
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: critical
Priority: P2
Component: support
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Hi Support team,
We are trying build the source code "httpd-2.2.20.tar.gz" on unix machine
having solaris 10 as operating system.
Description of error is as follows:
un10/httpd-2.2.20/modules/proxy/../generators
-I/home/epgsun10/httpd-2.2.20/modules/ssl
-I/home/epgsun10/httpd-2.2.20/modules/dav/main -prefer-non-pic -static -c
htpasswd.c && touch htpasswd.lo
/home/epgsun10/httpd-2.2.20/srclib/apr/libtool --silent --mode=link /usr/bin/cc
-g -L/usr/local/lib -o htpasswd htpasswd.lo -lm
/home/epgsun10/httpd-2.2.20/srclib/pcre/libpcre.la
/home/epgsun10/httpd-2.2.20/srclib/apr-util/libaprutil-1.la -lexpat
/home/epgsun10/httpd-2.2.20/srclib/apr/libapr-1.la -luuid -lsendfile -lrt
-lsocket -lnsl -lpthread
Undefined first referenced
symbol in file
libiconv_close
/home/epgsun10/httpd-2.2.20/srclib/apr-util/.libs/libaprutil-1.so
libiconv_open
/home/epgsun10/httpd-2.2.20/srclib/apr-util/.libs/libaprutil-1.so
libiconv
/home/epgsun10/httpd-2.2.20/srclib/apr-util/.libs/libaprutil-1.so
ld: fatal: Symbol referencing errors. No output written to .libs/htpasswd
*** Error code 1
make: Fatal error: Command failed for target `htpasswd'
Current working directory /home/epgsun10/httpd-2.2.20/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 \ sdfsdf
made_local=yes; \
target="local-$target"; \
fi; \
(cd $i && make $target) || exit 1; \
fi; \
done; \
if test "$otarget" = "all" && test -z 'htpasswd htdigest rotatelogs logresolve
ab htdbm htcacheclean httxt2dbm checkgid'; 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 /home/epgsun10/httpd-2.2.20/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 '; 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'
Please help us to relsolve the issue.
earliest reply will be appreciated.
--
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: [email protected]
For additional commands, e-mail: [email protected]