You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jeff Burns <jb...@jeffburns.org> on 2002/01/08 03:48:27 UTC

Mod_throttle

Hi All:

I'm trying to install mod_throttle as a DSO and am running into an issue
right away that i'm hoping someone can help with.

When i unpack the gz, and try a "make install", i get the following:
[root@www mod_throttle-3.1.2]# make install
apxs -c    mod_throttle.c
make: apxs: Command not found
make: *** [mod_throttle.so] Error 127
[root@www mod_throttle-3.1.2]#

In all of the searching i did, the two problems were that apxs was not in
the PATH, however, I can not seem to find it anywhere on my system at all or
that mod_so.c was not compiled in at install time, however the results of
httpd -l show that it is.

the result of httpd -l was:
[root@www mod_throttle-3.1.2]# httpd -l
Compiled-in modules:
  http_core.c
  mod_so.c
suexec: enabled; valid wrapper /usr/sbin/suexec

i'm using apache-1.3.19-5.  if it makes a difference, i'm using apache
installed from RPM, not compiled manually.

Thank you for any and all assistance!

Thanx, jef


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Mod_throttle

Posted by Daniel Lopez <da...@rawbyte.com>.
You need to install an additional apache-devel rpm from redhat

Daniel

On Mon, Jan 07, 2002 at 07:48:27PM -0700, Jeff Burns wrote:
> Hi All:
> 
> I'm trying to install mod_throttle as a DSO and am running into an issue
> right away that i'm hoping someone can help with.
> 
> When i unpack the gz, and try a "make install", i get the following:
> [root@www mod_throttle-3.1.2]# make install
> apxs -c    mod_throttle.c
> make: apxs: Command not found
> make: *** [mod_throttle.so] Error 127
> [root@www mod_throttle-3.1.2]#
> 
> In all of the searching i did, the two problems were that apxs was not in
> the PATH, however, I can not seem to find it anywhere on my system at all or
> that mod_so.c was not compiled in at install time, however the results of
> httpd -l show that it is.
> 
> the result of httpd -l was:
> [root@www mod_throttle-3.1.2]# httpd -l
> Compiled-in modules:
>   http_core.c
>   mod_so.c
> suexec: enabled; valid wrapper /usr/sbin/suexec
> 
> i'm using apache-1.3.19-5.  if it makes a difference, i'm using apache
> installed from RPM, not compiled manually.
> 
> Thank you for any and all assistance!
> 
> Thanx, jef
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org