ERROR: The PHP binary coming with ISPConfig does not work properly on your system! Th

Discussion in 'Installation/Configuration' started by goldberg.elijah, Aug 2, 2007.

  1. goldberg.elijah

    goldberg.elijah New Member

    I am very new to ISPConfig, and I am trying to install it on Ubuntu 7.04. I followed all the directions in the Perfect Setup. I've looked at other users posts about this, and tried all the suggestions, but so far nothing has worked for me.

    Here is the error code:

    ./configure:Error: APACI failed
    ERROR: Could not configure Apache
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ./setup2: line 873: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!

    Thanks in advance!

    Elijah
     
  2. falko

    falko Super Moderator Howtoforge Staff

    From which directory are you trying to install ISPConfig? What's the output of
    Code:
    uname -a
    ?
     
  3. goldberg.elijah

    goldberg.elijah New Member

    I believe I'm trying to install it form /install_ispconfig

    The output of uname -a is:

    Linux GOLDBERGSERVER 2.6.20-15-server #2 SMP Sun Apr 15 07:41:34 UTC 2007 i686 GNU/Linux
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Are there any errors before the line "./configure:Error: APACI failed"?
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Can you try from /tmp, for example?
     
  6. goldberg.elijah

    goldberg.elijah New Member

    I've gotten it to work...

    I've finally gotten it to work. I had to try to reinstall it two times, and I got it working the second time eventually. Thank you so much for all your help. Anyway, now I have one other question, that I haven't been able to figure out. I installed the server from the guide on this website, and when I finished I set up email on a couple of websites, and when I sent test emails they delivered all right, but the said they came from "[email protected]" not "[email protected]". I guess I forgot to change some of the code when I was copying it from the tutorial for the third time, so would you happen to know what I need to do to make it come from the correct addres?

    Thanks,

    Elijah
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Please search for example.com in the file /etc/postfix/main.cf and /etc/mailname and replace them with your domain name. If you used a webmail program to send the mails, make sure that you entered a correct sender address under options in the webmail program.
     

Share This Page