Menu

#5 redhat 8.0 install problem

open
nobody
3
2004-10-11
2003-02-19
jason koon
No

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

Discussion

  • abc

    abc - 2003-02-22

    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

     
  • Nobody/Anonymous

    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.

     
  • Nobody/Anonymous

    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

     
  • Nobody/Anonymous

    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.

     
  • Nobody/Anonymous

    Logged In: NO

    I get the same error...

     
  • Michael Schröpl

    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.

     
  • Michael Schröpl

    • priority: 5 --> 3
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.