PDA

View Full Version : Install error.


rurbaniak
10th January 2007, 20:25
To start off, I used the How TO for Fedora Core 3 and ISPConfig.

Everything seemed to be going fine, but stopped after this during the ISPConfig install..

Installing PHP CLI binary: /root/ispconfig/php/bin/
Installing PHP CLI man page: /root/ispconfig/php/man/man1/
Installing build environment: /root/ispconfig/php/lib/php/build/
Installing header files: /root/ispconfig/php/include/php/
Installing helper programs: /root/ispconfig/php/bin/
program: phpize
program: php-config
Installing man pages: /root/ispconfig/php/man/man1/
page: phpize.1
page: php-config.1
Installing PDO headers: /root/ispconfig/php/include/php/ext/pdo/
tar: /root/ispconfig/install_ispconfig/compile_aps/../binaries/aps.tar.gz: Canno
t open: No such file or directory
tar: Error is not recoverable: exiting now
ERROR: Could not create aps.tar.gz
./compile: line 87: cd: /root/ispconfig/install_ispconfig/compile_aps: No such f
ile or directory
./setup2: line 838: cd: /root/ispconfig/install_ispconfig/compile_aps/../..: No
such file or directory
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 860: ispconfig_tmp/php/bin/php: No such file or directory
ERROR: The PHP binary coming with ISPConfig does not work properly on your syste
m! The installation routine stops here!


Any idea what's my next step?

till
11th January 2007, 09:26
Please check if there is a PHP compile error in the output above the line
"Installing PHP CLI binary: /root/ispconfig/php/bin/"

Please post the output of:

df -h

rurbaniak
11th January 2007, 15:56
Please check if there is a PHP compile error in the output above the line
"Installing PHP CLI binary: /root/ispconfig/php/bin/"

Please post the output of:

df -h

Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
24G 1.6G 22G 7% /
/dev/sda1 99M 8.9M 85M 10% /boot
none 126M 0 126M 0% /dev/shm

falko
11th January 2007, 20:45
tar: /root/ispconfig/install_ispconfig/compile_aps/../binaries/aps.tar.gz: Canno
t open: No such file or directoryYou're trying to install from the directory /root/ispconfig. You can install from any directory, e.g. /tmp, but not from /root/ispconfig and /home/admispconfig!