LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Give me Apache binary files ??! (https://www.linuxquestions.org/questions/linux-newbie-8/give-me-apache-binary-files-197515/)

my-unix-dream 06-25-2004 04:31 AM

Give me Apache binary files ??!
 
Right now I am using knoppix 3.4 (knoppix-installer)hard disk loaded..

but, I need apache http server for my needed in purpose.It seems to be only available in source version.I don't know how to compile and install these files.
therefore,please anyone could you send me apache binery version for knoopix deb!! I would greatly thank u for your assistance !!!

:newbie: :newbie: :newbie: :Pengy: :Pengy:

rylan76 06-25-2004 06:21 AM

Hi

Compiling is relatively ease:

1. Download apache.
2. tar zxvf apache.download.archive.name.tar.gz <enter>
3. cd apache.directory.name/ <enter>
4. ./configure <enter>
5. make <enter>
6. su <enter>
7. put in your root password <enter>
8. make install <enter>
9. /sbin/ldconfig <enter>
10. exit <enter>

You have now compiled Apache and have your own binary version.

jeffreybluml 06-25-2004 06:24 AM

Just download the following:

http://apache.swift-networks.com/htt...-2.0.49.tar.gz

Now, follow the EASY instructions here to get it installed...

http://httpd.apache.org/docs-2.0/install.html

It goes smoothly, so don't worry.


Good luck!


All times are GMT -5. The time now is 03:40 PM.