You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by renee ko <ko...@gmail.com> on 2018/02/02 20:50:17 UTC

[users@httpd] apache httpd2.4.29 error when running make command

Hello group,

I am getting following error when running the make command for httpd2.4.28
on RHEL6

Please advice.


















*make[2]: Entering directory
`/app/apache/httpd-2.4.29/support'/app/apache/httpd-2.4.29/srclib/apr/libtool
--silent --mode=link gcc -std=gnu99  -g -O2 -pthread         -o htpasswd
htpasswd.lo passwd_common.lo
/app/apache/httpd-2.4.29/srclib/apr-util/libaprutil-1.la
<http://libaprutil-1.la> /app/apache/httpd-2.4.29/srclib/apr/libapr-1.la
<http://libapr-1.la> -lrt -lcrypt -lpthread
-lcrypt/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_ParserCreate'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_GetErrorCode'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_SetUserData'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_ErrorString'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_SetEntityDeclHandler'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_ParserFree'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_SetElementHandler'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_StopParser'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to
`XML_Parse'/app/apache/httpd-2.4.29/srclib/apr-util/.libs/libaprutil-1.so:
undefined reference to `XML_SetCharacterDataHandler'collect2: ld returned 1
exit statusmake[2]: *** [htpasswd] Error 1make[2]: Leaving directory
`/app/apache/httpd-2.4.29/support'make[1]: *** [all-recursive] Error
1make[1]: Leaving directory `/app/apache/httpd-2.4.29/support'make: ***
[all-recursive] Error 1*