[Mod_gzip] Re: Problems with Install 1.3.26a symbol gzp_main: referenced symbol not found
Christian Kruse
mod_gzip@lists.over.net
Tue, 8 Oct 2002 15:57:25 +0200
Hello,
On Tue, Oct 08, 2002 at 06:46:16AM -0700, Carol Gontko wrote:
> No, I don't.
Just place it in the directory of mod_gzip and type
patch < mod_gzip_debug.path
> Do you just add the #ifndef statements
> at the beginning the file?
Yes, and the #define and #endif statements:
#ifndef __MOD_GZIP_DEBUG_H
#define __MOD_GZIP_DEBUG_H
/* file content */
#endif
Greetings,
CK