[Mod-security-developers] modsecurity - make check
Brought to you by:
victorhora,
zimmerletw
From: Peter V. <pv...@re...> - 2012-11-21 13:56:50
|
Hi Breno, I'd like to run make check but it doesn't work for me. I don't know what I do wrong. Could you help me please. libtool: link: gcc -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/libxml2 -DWITH_PCRE_STUDY -DMODSEC_PCRE_MATCH_LIMIT=1000000 -DMODSEC_PCRE_MATCH_LIMIT_RECURSION=1000000 -DREQUEST_EARLY -DWITH_LUA -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wl,-z -Wl,relro -o msc_test msc_test-msc_test.o msc_test-re.o msc_test-re_operators.o msc_test-re_actions.o msc_test-re_tfns.o msc_test-re_variables.o msc_test-msc_logging.o msc_test-msc_xml.o msc_test-msc_multipart.o msc_test-modsecurity.o msc_test-msc_parsers.o msc_test-msc_util.o msc_test-msc_pcre.o msc_test-msc_unicode.o msc_test-persist_dbm.o msc_test-msc_reqbody.o msc_test-msc_crypt.o msc_test-msc_tree.o msc_test-msc_geo.o msc_test-msc_gsb.o msc_test-acmp.o msc_test-msc_lua.o msc_test-msc_release.o -lpthread -lldap -llber -lexpat -ldb-4.8 /usr/lib64/libapr-1.so /usr/lib64/libaprutil-1.so -lpcre -lxml2 -lz -llua -lm -ldl -pthread msc_test-re.o: In function `update_rule_target_ex': /home/pvrabec/rpmbuild/BUILD/modsecurity-apache_2.7.1/tests/../apache2/re.c:366: undefined reference to `ap_log_error' ... ap_log_error() is build in /usr/sbin/httpd. $ nm -D /usr/sbin/httpd | grep ap_log_error 00000000002569a8 D ap_hack_ap_log_error 0000000000030760 T ap_log_error thnx., Peter. |