I copied the mod_gzip.so into my modules dir and
added the appropriate entries into my httpd.conf..
then i ran apachectl configtest and this is my result:
# apachectl configtest
Syntax error on line 203 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/mod_gzip.so into
server: /etc/httpd/modules/mod_gzip.so: undefined
symbol: top_module
]# httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
# cat httpd.conf |grep mod_gzip
LoadModule gzip_module modules/mod_gzip.so
thanks for the help
Logged In: YES
user_id=664231
i meet the same problem seems very like yours,but the error
messengers are:Cannot
load /path/to/apache/libexec/mod_gzip.so into
server:/path/to/apache/libexec/mod_gzip.so:undefined
symbol:gzip_main
in fact,mod_gzip.c complied successfully,it versions
1.3.26.1a,and my OS is redhat8,apache versions
1.3.27,compiled with DSO.
ths for the help
Logged In: NO
Download the source. You'll probably need to modify your
Makefile to point to /usr/sbin/apxs (points to /usr/local/sbin
by default), then type make && make install. That should fix
your problem.
Logged In: NO
I am Red Hat 8.0 with apache 2.0.40 and apxs no its
installed, i am search this program and not exist, this module
not work with apache 2.0 ?
regards
Logged In: NO
install the httpd-devel package. It contains the apxs and
other useful programs that the packagers left out in the server
package.
Logged In: NO
I get the same error...
Logged In: YES
user_id=211909
You shouldn't need APXS to use a *.so file, that's why we
offer these files for download at all.
Are you all sure you don't use a damaged file? Did you
transfer it in binary mode? Any conversion that by chance
would replace CD by CD-LF or so would surely make a binary
file totally unusable, thus expaining the reported error.