Find the answer to your Linux question:
Results 1 to 3 of 3
Hi there, Any one there to help. I followed all the steps in configuring and starting process of apache in SuSE Linux Enterprise server. after the following commands # make ...
  1. #1
    Just Joined!
    Join Date
    Nov 2007
    Posts
    3

    Apache failed to start

    Hi there,

    Any one there to help. I followed all the steps in configuring and starting process of apache in SuSE Linux Enterprise server. after the following commands

    # make
    # make install

    I receive a successfull message stating that apache is well configured.
    But when issuing the the following command to start it

    # ./bin/apachectl start

    I receive the error message "no such files or directory"
    Would you please assist me to solve this problem.

    Thanks in advance for your assistance.

    Olivier K. Mukadi
    olivierkm@yahoo.com

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Seems like you are trying to start it from the wrong path. What is the output of doing
    Code:
    #find / -name apachectl

  3. #3
    Just Joined!
    Join Date
    Nov 2007
    Posts
    3
    Quote Originally Posted by daark.child View Post
    Seems like you are trying to start it from the wrong path. What is the output of doing
    Code:
    #find / -name apachectl
    Yeah, thanks for your effort. Actually I am new to Linux and i just realize what you just mentioned. I issue the following command to start it.

    #chkconfig --add apache2
    #/etc/init.d/apache start

    It works fine.

    Thanks.

Posting Permissions

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