Hi,
Trying to install the mod_cloudflare module but although it appears to install OK we get a syntax error when restarting Apache.
Server is Centos 5 64 bit Apache 2.4.6 and building fron source file has same problem.
Note, this works fine on a Centos 5 32 bit Apache 2.4.6
Trying to install the mod_cloudflare module but although it appears to install OK we get a syntax error when restarting Apache.
Server is Centos 5 64 bit Apache 2.4.6 and building fron source file has same problem.
Note, this works fine on a Centos 5 32 bit Apache 2.4.6
Full build info:httpd: Syntax error on line 36 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/lib64/httpd/modules/mod_cloudflare.so into server: /usr/lib64/httpd/modules/mod_cloudflare.so: undefined symbol: ap_log_rerror
Code:
apxs -a -i -c mod_cloudflare.c
/usr/lib64/apr-1/build/libtool --silent --mode=compile gcc -prefer-pic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/httpd -I/usr/include/apr-1 -I/usr/include/apr-1 -c -o mod_cloudflare.lo mod_cloudflare.c && touch mod_cloudflare.slo
/usr/lib64/apr-1/build/libtool --silent --mode=link gcc -o mod_cloudflare.la -rpath /usr/lib64/httpd/modules -module -avoid-version mod_cloudflare.lo
/usr/lib64/httpd/build/instdso.sh SH_LIBTOOL='/usr/lib64/apr-1/build/libtool' mod_cloudflare.la /usr/lib64/httpd/modules
/usr/lib64/apr-1/build/libtool --mode=install cp mod_cloudflare.la /usr/lib64/httpd/modules/
cp .libs/mod_cloudflare.so /usr/lib64/httpd/modules/mod_cloudflare.so
cp .libs/mod_cloudflare.lai /usr/lib64/httpd/modules/mod_cloudflare.la
cp .libs/mod_cloudflare.a /usr/lib64/httpd/modules/mod_cloudflare.a
chmod 644 /usr/lib64/httpd/modules/mod_cloudflare.a
ranlib /usr/lib64/httpd/modules/mod_cloudflare.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib64/httpd/modules
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib64/httpd/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
chmod 755 /usr/lib64/httpd/modules/mod_cloudflare.so
[activating module `cloudflare' in /etc/httpd/conf/httpd.conf]
Last edited: