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?
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.