Usually, rpm's are divided into base and -devel, that -devel package is
generally your headers, libs and any build support files.

$ yum list httpd\*
Installed Packages
httpd.i386                               2.2.9-1.fc8            installed
httpd-devel.i386                         2.2.9-1.fc8            installed
httpd-manual.i386                        2.2.9-1.fc8            installed
httpd-tools.i386                         2.2.9-1.fc8            installed

In this case, you may or may not need -tools, it depends on where redhat
packagers parked the apxs script.  If you find it in -devel, great(!).

$ man apxs

for more info.

karim Bendadda wrote:
C compilator (like gcc)
Apache http server
Perhaps some libraries depending on your module...



On Thu, Aug 14, 2008 at 4:18 PM, John Hosie <[EMAIL PROTECTED]> wrote:

What packages do I need to install on a Red Hat Linux server to do C
development and create an Apache module?

Reply via email to