mod_throttle problem
Hi everybody!I have some problems with mod_throttle.
I have changed APXS in Makefile to /usr/local/apache/apxs
After that I did make install
Now I have mod_throttle in apache libexec dir and also I have
LoadModule throttle_module libexec/mod_throttle.so
in httpd.conf
But when I try to start apache it says:
Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/mod_throttle.so into server: /usr/local/apache/libexec/mod_throttle.so: undefined symbol: shm_unlink
/usr/local/apache/bin/apachectl start: httpd could not be started
Does anybody have any ideas how can I fix this?
Thank you