Results 1 to 7 of 7
Hi Linux Gurus,
I am getting this message below when installing Apache 2.2.16 on my machine running Debian 5.0.5 can someone point me to the right direction with instructions for ...
- 08-05-2010 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 26
Need help with Apache2 install
Hi Linux Gurus,
I am getting this message below when installing Apache 2.2.16 on my machine running Debian 5.0.5 can someone point me to the right direction with instructions for a Linux noob?
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
/bin/sh: /home/tactic/Desktop/downloads/apache: No such file or directory
configure failed for srclib/apr
- 08-05-2010 #2
You are trying to build from source? What's wrong with binary Apache provided by Debian?
Building from source is OK indeed, but then, why Debian?!
- 08-06-2010 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 26
The reason is because I don't really know what the heck I am doing... I am just trying to install an asset management program call Tactic and part of the instruction says:
"Tactic is best installed behind an Apache web server. You can download Apache software at Welcome! - The Apache Software Foundation. The Tactic application server is able to serve up static content such as images, PDF files, Quicktime files, and so on, but it is not the most efficient at this because it is written in Python. This is what Apache is designed for. By running Tactic behind Apache, it relieves Tactic from having to serve up this static content, so Tactic can focus on the dynamic content. For production use, it is highly recommended that Tactic run behind the Apache server. This has many scalability advantages. When running behind Apache, Apache uses a reverse proxy and mod_rewrite module to forward requests to communicate with Tactic"
- 08-06-2010 #4
Have no clue what this Tactic is. Can you provide a link?
As for installing Apache and it's modules just use Debian repositories.
- 08-06-2010 #5Just Joined!
- Join Date
- Sep 2008
- Posts
- 26
Link for Tactic Tactic Southpaw Technology
So are you saying I shouldn't need to do anything as far as Apache goes and just proceed with my installation of Tactic?
- 08-06-2010 #6Linux Newbie
- Join Date
- Jul 2005
- Location
- Australia (Down Under)
- Posts
- 141
If you want to install apache onto debian the best way would be to use the following command as root user:
Code:apt-get install apache2
Linux is the OS of tomorrow, Here today!!
- 08-06-2010 #7


Reply With Quote

