[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Problems adding Apache libproxy.so



I am adding the libproxy module.
1) I have copied libproxy.so to /usr/lib/apache.
2) I have added the lines to httpd.conf as shown...

    # Extra Modules
    #LoadModule php_module         modules/mod_php.so
    #LoadModule php3_module        modules/libphp3.so
    LoadModule proxy_module        /usr/lib/apache/libproxy.so

    #  Reconstruction of the complete module list from all available
modules
    #  (static and shared ones) to achieve correct module execution
order.
    #  [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS,
TOO]
    #ClearModuleList

    # Extra Modules
    #AddModule mod_php.c
    #AddModule mod_php3.c
    #AddModule mod_perl.c
    AddModule mod_proxy.c

3) ...and when I start Apache I get the following error...

    Setting up Web Service: Syntax error on line 33 of
    /etc/httpd/conf/httpd.conf:
    Cannot load /usr/lib/apache/libproxy.so into server:
    /usr/lib/apache/libproxy.so: undefined symbol: ap_pbase64decode
    /usr/sbin/httpd

Can anyone tell me what's going on and how to fix it?

Regards,
Simon b.