Results 1 to 3 of 3
I have installed apache2 pre-compiled with "apt-get install" with additional modules etc. and i want to add a third party module as well. I am trying to do that with ...
- 02-12-2008 #1Linux Newbie
- Join Date
- Apr 2007
- Posts
- 117
Apache apxs tool
I have installed apache2 pre-compiled with "apt-get install" with additional modules etc. and i want to add a third party module as well. I am trying to do that with the "apxs" tool but i can't find it anywhere.
Any ideas? I use ubuntu server 6.06.2.i386
Thanks,
-- GatekeeperUbuntu 8.04 [32bit] @ Gateway MX6453 Notebook
- 02-12-2008 #2Just Joined!
- Join Date
- Dec 2007
- Posts
- 9
apxs
Hello there:
In order for you to use apxs to add a module, install httpd-devel. I use CentOS and the way I installed it is by running as root/sudo:
yum install httpd-devel
This is why:
httpd-devel
The httpd-devel package contains the APXS binary and other files
that you need to build Dynamic Shared Objects (DSOs) for the
Apache HTTP Server.
If you are installing the Apache HTTP server and you want to be
able to compile or develop additional modules for Apache, you need
to install this package.
Thanks.
--Willie
- 02-12-2008 #3Linux Newbie
- Join Date
- Apr 2007
- Posts
- 117
Thank YOU! It worked
Ubuntu 8.04 [32bit] @ Gateway MX6453 Notebook


Reply With Quote