apache_1.3.x_mod_gzip_sample_config
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| apache_1.3.x_mod_gzip_sample_config [2010/01/01 02:10] – k2patel | apache_1.3.x_mod_gzip_sample_config [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 60: | Line 60: | ||
| ==== Common Errors ==== | ==== Common Errors ==== | ||
| - | If you receive following error. | + | == Error No.1 == |
| <code bash> | <code bash> | ||
| Line 70: | Line 71: | ||
| </ | </ | ||
| - | RESOLUTION : | + | **RESOLUTION :** |
| Add following line to your settings. | Add following line to your settings. | ||
| Line 78: | Line 79: | ||
| </ | </ | ||
| + | == Error No.2 == | ||
| + | <code bash> | ||
| + | apxs -Wc, | ||
| + | gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -DNO_DBM_REWRITEMAP -DMOD_SSL=208131 -DMOD_PERL -DUSE_PERL_SSI -D_REENTRANT | ||
| + | cc1: error: unrecognized command line option " | ||
| + | | ||
| + | make: *** [build] Erreur 1 | ||
| + | </ | ||
| + | |||
| + | **RESOLUTION :** | ||
| + | |||
| + | change from : | ||
| + | <code bash | Makefile> | ||
| + | $(APXS) -Wc, | ||
| + | </ | ||
| + | |||
| + | to | ||
| + | <code bash | Makefile> | ||
| + | $(APXS) -Wc "-Wall -O3 -fomit-frame-pointer -pipe" -c mod_gzip.c mod_gzip_debug.c mod_gzip_compress.c -o mod_gzip.so | ||
| + | </ | ||
apache_1.3.x_mod_gzip_sample_config.1262311834.txt.gz · Last modified: 2020/08/10 02:28 (external edit)
