Installing apxs2 on Ubuntu Warty

#5 of 93 marked pages on the trail linux.ubuntu by enjoylife
enjoylife's comments

Installing apxs2 on Ubuntu Warty

I need to install an apache module from source, but apxs2 is nowhere to be seen on the system.

apt-cache search apxs2 doesn’t help, where can it be?

A quick question on irc.freenode.net #ubuntu, and the answer is there: install apache2-prefork-dev.


Use “apt-file” to look for specific files to be installed.

$ apt-file search apxs

May need to do this if you have never used apt-file:
$ sudo apt-file update


Other comments
There are no comments on this mark.