ISPConfig 2.2.21 PHP issue during installation

Discussion in 'Installation/Configuration' started by Foxer, Feb 21, 2008.

  1. Foxer

    Foxer New Member

    I get this error during the installation.

    virtual memory exhausted: cannot allocate memory
    make: *** [ext/openssl/openssl.lo] Error 1
    ERROR: Could not make PHP

    I am trying to install ISPConfig on a VPS with 512 mb of memory with Ubuntu 7.10, could this have anything to do with it?
     
  2. greatman

    greatman New Member

    Its say that you have no more virtual memory so you can restart your computer for clean it.
     
  3. Becks

    Becks New Member

    I've resolved this issue!
    It is a problem if your vServer is 32-Bit and your Hoster runs 64-Bit.
    If so, uname -a tells make the wrong system version, so i faked the output of uname to replace x86_64 with i386 and now it works.
     
    Last edited: Feb 23, 2008

Share This Page