Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    4

    Default /scripts/easyapache not working

    Im trying to recompile php but it wont bring me to the screen to do so.

    root@host [~]# ./scripts/easyapache
    -bash: ./scripts/easyapache: No such file or directory
    root@host [~]# /scripts/easyapache
    buildapache.sea: buildapache.sea: No such file or directory
    Waiting for httpd to restart..............finished.

    root 18670 1.2 0.7 12472 7396 ? S 00:49 0:00 /usr/local/apache/bin/httpd -DSSL

    httpd started ok



    Any suggestions?????

  2. #2
    Member cyrus's Avatar
    Join Date
    Mar 2005
    Posts
    16

    Default

    Try this :

    Code:
    cd /home/cpapachebuild/
    /scripts/easyapache

  3. #3
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    That may not be a good idea since easyapache deletes /home/cpbuildapache and you might get cwd errors. Better to:

    cd /root
    /scripts/easyapache
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  4. #4
    Member celliott's Avatar
    Join Date
    Jan 2006
    Location
    United Kingdom
    Posts
    460

    Default

    I am currently having the same problem, and its also affecting Apache Update in WHM.

    Tell it to recompile apache, 5 seconds You get a series of dots and "Build Complete". There is no way the apache compile was done. I can also check the apache build date and see that nothing happened.

    The server is running Release-113

  5. #5
    Member celliott's Avatar
    Join Date
    Jan 2006
    Location
    United Kingdom
    Posts
    460

    Default

    Enabling verbose mode made no difference at all.

    You see the below screen, and then get a page cannot be displayed error.

    I managed to get a screenshot before it happened:



    It also seems like the forum's server time is wrong. Apparently this reply was posted before your post chirpy.

  6. #6
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Enable Verbose mode to see what's going on.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  7. #7
    cPanel Partner NOC cPanel Partner NOC Badge AndyReed's Avatar
    Join Date
    May 2004
    Location
    Minneapolis, MN
    Posts
    2,223

    Default

    Quote Originally Posted by celliott
    root@eclipse [~]# /scripts/easyapache
    sh: buildapache.sea: No such file or directory
    Waiting for httpd to restart..............finished.

    root 10164 4.3 1.2 20636 12852 ? Ss 15:13 0:00 /usr/local/apache/bin/httpd -DSSL

    httpd started ok
    Plan (A), at the prompt, do the following:
    rm -rf /home/cpapachebuild/
    /scripts/upcp --force
    /scripts/easyapache

    If Plan (A) failed, do

    Plan (B), try:
    rm -rf /home/cpapachebuild/
    mkdir /home/cpapachebuild/
    cd /home/cpapachebuild/
    wget http://layer1.cpanel.net/buildapache.sea
    chmod 700 buildapache.sea
    ./buildapache.sea

    Make sure that /etc/resolv.conf is configured propelry. Run this command to check on the DNS record of your server:
    dig @127.0.0.1 host.domain.com
    You should see your DNS record

    Hope this helps!
    Andy Reed
    RHCE and CCNA
    ServerTune.com

  8. #8
    cPanel Partner NOC cPanel Partner NOC Badge AndyReed's Avatar
    Join Date
    May 2004
    Location
    Minneapolis, MN
    Posts
    2,223

    Default

    Quote Originally Posted by celliott
    Method B worked. Thanks Andy
    Very happy it worked for you :-) CHEERS
    Andy Reed
    RHCE and CCNA
    ServerTune.com

  9. #9
    Member celliott's Avatar
    Join Date
    Jan 2006
    Location
    United Kingdom
    Posts
    460

    Default

    Same on current also

    root@eclipse [~]# /scripts/easyapache
    sh: buildapache.sea: No such file or directory
    Waiting for httpd to restart..............finished.

    root 10164 4.3 1.2 20636 12852 ? Ss 15:13 0:00 /usr/local/apache/bin/httpd -DSSL

    httpd started ok
    root@eclipse [~]#

  10. #10
    Member celliott's Avatar
    Join Date
    Jan 2006
    Location
    United Kingdom
    Posts
    460

    Default

    Since the support form is not working on the site, I have added this to BugZilla. Nothing has been changed on this server except from regular cPanel updates.

    Can anyone with this problem please vote to get it looked at:

    http://bugzilla.cpanel.net/show_bug.cgi?id=4050

  11. #11
    Member celliott's Avatar
    Join Date
    Jan 2006
    Location
    United Kingdom
    Posts
    460

    Default

    Method B worked. Thanks Andy

  12. #12
    Registered User
    Join Date
    Dec 2003
    Posts
    4

    Default Buildapache.sea was missing

    Buildapache.sea was missing and it can be downloaded at
    http://layer1.cpanel.net/buildapache.sea. Once that has been
    downloaded, /scripts/easyapache should work without any problems.

  13. #13
    Member celliott's Avatar
    Join Date
    Jan 2006
    Location
    United Kingdom
    Posts
    460

    Default

    Quote Originally Posted by AndyReed
    Plan (A), at the prompt, do the following:
    rm -rf /home/cpapachebuild/
    /scripts/upcp --force
    /scripts/easyapache

    If Plan (A) failed, do

    Plan (B), try:
    rm -rf /home/cpapachebuild/
    mkdir /home/cpapachebuild/
    cd /home/cpapachebuild/
    wget http://layer1.cpanel.net/buildapache.sea
    chmod 700 buildapache.sea
    ./buildapache.sea

    Make sure that /etc/resolv.conf is configured propelry. Run this command to check on the DNS record of your server:
    dig @127.0.0.1 host.domain.com
    You should see your DNS record

    Hope this helps!
    Netbrink you pretty much copied what was said here

  14. #14
    Registered User
    Join Date
    Dec 2003
    Posts
    4

    Default

    Celliott I guess I did. Sorry overlooked your post. Great job finding the remedy.

    Brian

Similar Threads & Tags
Similar threads

  1. easyapache not so easy? PHP scripts not working
    By Final-Solution in forum cPanel and WHM Discussions
    Replies: 11
    Last Post: 07-07-2008, 11:04 AM
  2. Apache Update & /scripts/easyapache with GD not working
    By chmod in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 09-08-2006, 12:27 PM
  3. /scripts/easyapache not working
    By JoeB in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 02-23-2006, 02:27 PM
  4. /scripts/runweblogs not working? try /scripts/fixwebalizer
    By MediaHound in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 03-28-2005, 10:43 AM
  5. Replies: 1
    Last Post: 06-10-2004, 08:27 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube