Hey, running on debian i get this error.. Any ideas? Code: Configured for linux-elf. making all in crypto... make[1]: Entering directory `/root/install_ispconfig/compile_aps/openssl-0.9.8a/crypto' ( echo "#ifndef MK1MF_BUILD"; \ echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ echo ' #define CFLAGS "gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM"'; \ echo ' #define PLATFORM "linux-elf"'; \ echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ echo '#endif' ) >buildinf.h gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c -o cryptlib.o cryptlib.c make[1]: execvp: gcc: Permission denied make[1]: *** [cryptlib.o] Error 127 make[1]: Leaving directory `/root/install_ispconfig/compile_aps/openssl-0.9.8a/crypto' make: *** [build_crypto] Error 1 ERROR: Could not make OpenSSL cd: could not get current directory: getcwd: cannot access parent directories: No such file or directory cd: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/aps.tar.gz': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/clamav.tar.gz': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/cronolog': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/cronosplit': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/zip': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `binaries/unzip': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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 job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `spamassassin': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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 job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `uudeview': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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 job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory mv: cannot stat `clamav': No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: 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 job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory ./setup2: line 794: ispconfig_tmp/php/bin/php: No such file or directory job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here! job-working-directory: could not get current directory: getcwd: cannot access parent directories: No such file or directory
Have you run the setup script as root user? Do not use sudo for installing ISPConfig. Did you follow one of the perfect setup howtos?
Hey, Yea i am root user. I have also followed the setup for debian perfectly.. Flex etc is all installed :S Mysql php apache etc etc is all running Don't know whats wrong :S
You're installing from the directory /root/ispconfig. You can use any other directory, but not that one because that's the directory where the installer tries to install ISPconfig. Delete /root/ispconfig and install from another directory (e.g. /tmp).