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 ...
- 10-18-2010 #1Just 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.
- 10-18-2010 #2
No need to go the harder route via compilation.
and that's about it.Code:apt-get install libapache2-mod-python
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.


Reply With Quote