PDA

View Full Version : installation problems


Bert_2
14th December 2007, 15:54
Okey, so I'm kind of new to real server administration, I have some experience with webserver but not with administrating my own mails, dns, etc.
So I wanted to try installing a server at home and put ISPconfig on it as an ACP-like thing.

Now the installation went quite well until I got the following while auto-compilling:

./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!

Can someone tell me what I did wrong ?

falko
15th December 2007, 17:04
Which distribution are you using?

Bert_2
15th December 2007, 19:25
I'm using JeOS, ubuntu 7.10 but for virtualization (though it doesn't run virtually but physically with a generic kernel).

But I got it working, I googled around again today and after installing lots of (probably un-useful) packages, I found out that you had to change the link that /bin/sh points to, seems that is a standard operation when installing servers according to some people :P

Now, I have thing setup now here in the local network, I just hope that the rest works now ;)