Re: Problems compiling on suse 9.1

Edward Rudd <[email protected]> Mon, 05 Jul 2004 11:09:51 -0500
Newsgroups gmane.comp.apache.mod-log-sql
Organization OutOfOrder.cc
Message-ID <[email protected]>
On Mon, 2004-07-05 at 04:53, mark.ridley-TxSU/[email protected] wrote:
> Hello,
> 
> I am having trouble compiling on suse 9.1.  Configure is fine - i ran with 
> the following: 

> Any suggestions?

First, what version of mod_log_sql are you using?
2nd, is this a custom build of apache or the distribution provided?

This is an error when using an apache build with debug info on, I did
fix this in mod_log_sql 1.98. (but only tested on apache 2.0.49)

Your build has debug mode enabled ( which is much slower for a
production server). Debug mode compiles in several functions that can be
traced into while debugging instead of using faster Macros. I'd suggest
you recompile apache w/o the AP_DEBUG macro defined. (pass
--disable-debug to ./configure of Apache's build)

You can edit the Makefile.in file and remove the -Wc,-Werror parameter
on CFLAGS at the top and re-run ./config.status
then make and things will compile  (still the warnings, but it won't
error out on the warnings)

> Thanks in advance,
> 
-- 
Edward Rudd <[email protected]>
Website http://www.outoforder.cc/

_______________________________________________
Download the latest version at http://www.outoforder.cc/projects/apache/mod_log_sql/

To unsubscribe send an e-mail to 
mod_log_sql-unsubscribe-7qY7E20V6GW73k+5HYS8LQqVMODqnSLI@public.gmane.org
signature.asc (application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQBA6X1OvwMxRUUct20RAgLnAJ9NemBxtsBtEZe1ML699gMV3sEw/wCdEksf
FshZ9y8oQHFAncVsrd3edoA=
=dZVq
-----END PGP SIGNATURE-----