[mod_python] help installing DSO mod_python on Kubuntu 7.10

Graham Dumpleton graham.dumpleton at gmail.com
Fri Mar 7 05:17:44 EST 2008


On 07/03/2008, Jason Ward <nyad55 at gmail.com> wrote:
> ok I have mod_python installed. I installed apache2-threaded-dev but apxs
> does not exist when I type it into the commandline.
>
> what else has to be done for DSO to work?

Look for one of the following:

  /usr/sbin/apxs
  /usr/sbin/apxs2

Pass the path for the one that exists to --with-apxs option of configure script.

If not there, check the manifest of the package for where it was installed.

Graham


More information about the Mod_python mailing list