I am trying to install >> mod_limitipconn with static httpd with proxy tracking<< on CentOS4 on Apache 2.0.52.
This is an example install instuction:
But when I do make, I get the following error with libtool.
I removed the RPM libtools and libs and downloaded and compiled from source. But, still get the same error.
Error:
Questions from relatively new linux user point of view :
1. How do I fix this config.lo not being valid libtool object?
2. If this cannot be fixed, how do I undo the effect of the steps that I already did prior to doing make. . Does this mean I cannot even configure apache in future? How do I even undo the changes made by
? in httpd folder?
This is an example install instuction:
tar xzvf httpd-2.0.39.tar.gz
tar xzvf mod_limitipconn-0.22.tar.gz
cd httpd-2.0.39
patch -p1 < ../mod_limitipconn-0.22/apachesrc.diff
./buildconf
./configure --enable-forward --with-module=aaa:../mod_limitipconn-0.22/mod_limitipconn.c
make
make install
But when I do make, I get the following error with libtool.
I removed the RPM libtools and libs and downloaded and compiled from source. But, still get the same error.
Error:
Code:
lo util_filter.lo exports.lo buildmark.lo scoreboard.lo error_bucket.lo protocol.lo core.lo request.lo provider.lo eoc_bucket.lo
libtool: link: `config.lo' is not a valid libtool object
make[2]: *** [libmain.la] Error 1
make[2]: Leaving directory `/usr/local/directadmin/customapache/httpd-2.0.52/server'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/directadmin/customapache/httpd-2.0.52/server'
make: *** [install-recursive] Error 1
Questions from relatively new linux user point of view :
1. How do I fix this config.lo not being valid libtool object?
2. If this cannot be fixed, how do I undo the effect of the steps that I already did prior to doing make. . Does this mean I cannot even configure apache in future? How do I even undo the changes made by
Code:
patch -p1 < ../mod_limitipconn-0.22/apachesrc.diff
Last edited: