Hello, does anyone know where the best place to ask for help with modwaklog is other than the semi-inactive modwaklog-devel mailing list? I'm trying to get Filedrawers working, and I'm having issues getting modwaklog to compile on 64-bit RHEL 5.2. I'm using OpenAFS 1.4.7, apr 1.2.7-11, and Apache 2.2.3-11.el5_1.3. My error is essentially the following:
[EMAIL PROTECTED]:~/filedrawers/modwaklog] $ export CFLAGS="-fPIC -I/usr/include/apr-1" ; ./configure --with-afs-libs=/usr/lib64/afs --with-afs-headers=/usr/include/afs --with-apache-headers=/usr/include/httpd --with-apxs=/usr/sbin/apxs [EMAIL PROTECTED]:~/filedrawers/modwaklog] $ make *** Warning: Linking the shared library mod_waklog.la against the non-libtool *** objects mod_waklog.o lifetime.o version.o is not portable! /usr/bin/ld: mod_waklog.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC mod_waklog.o: could not read symbols: Bad value collect2: ld returned 1 exit status apxs:Error: Command failed with rc=65536 . make: *** [mod_waklog.so] Error 1 [EMAIL PROTECTED]:~/filedrawers/modwaklog] $ It works fine on 32 bit, but I get this error when trying to get it going with 64 bit. Any pointers would be greatly appreciated. Thanks, Earl
