Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I'm new to linux, and I am trying to set up a web server with mod_python installed with apache. When I run the ./configure for mod_python it gives me ...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    1

    Can't get apxs

    Hi, I'm new to linux, and I am trying to set up a web server with mod_python installed with apache. When I run the ./configure for mod_python it gives me an error saying that can't find apxs. I have Ubuntu server addition and Apache2.

    I could really use the help, thanks.

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,102
    No need to go the harder route via compilation.
    Code:
    apt-get install libapache2-mod-python
    and that's about it.

    In general it is recommended to use the package manager wherever possible.
    If a software is not available as .deb/rpm, then building a package yourself is the next best thing.
    Imho, just compiling via ./configure; make; make install clutters the server and leads inevitably to different versions and setups as the number of machines increases.
    You must always face the curtain with a bow.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...