Re: [mod-security-users] Apache2 Install Error
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2004-07-22 08:34:11
|
Rudi Starcevic wrote: > Hi, > > I'm trying to install mod_security-1.8.3 into httpd-2.0.50. > Error's are occuring which have me stumped. > If you could please help that would be awesome. What system are you running on and what was the configure line you used to compile Apache? My guess is that you cannot compile Apache modules at all. It seems other people have similar problems. This is how one guy described the solution: ------------------------------------------------------------------------ [2003-12-30 16:22:36] eldy at users dot sourceforge dot net I got the same problem, this is how i solved it: When running the ./configure, the "libtool" script built contained the line deplibs_check_method="unknown" instead of deplibs_check_method="pass_all" Since i use a linux os and on linux the check for lib dependencies is not required, the value should be "pass_all". I don't know why the script ./configure put the wrong value because after removing the config.cache file and runing again the ./configure, the libtools script was edited correctly... and make compiled correctly the libphp4.so ------------------------------- -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |