Can't Install RoundCube Via CustomBuild - Receiving Error

duzap

Verified User
Joined
Nov 14, 2008
Messages
41
Hello,
I am receiving error when I am trying to install RoundCube.
I had some errors with roundcube so I wanted to reinstall then I removed in the following way:
rm -rf /var/lib/mysql/da_roundcube
rm -rf /var/www/html/roundcube*

Then I tried:
Code:
[root@server custombuild]# ./build roundcube

gzip: stdin: unexpected end of file
/bin/tar: Unexpected EOF in archive
/bin/tar: Unexpected EOF in archive
/bin/tar: Error is not recoverable: exiting now
cp: `/var/www/html/roundcube/logs' and `/var/www/html/roundcubemail-0.3.1/logs' are the same file
Cannot find SQL directory in roundcubemail-0.3.1

How do I fix this?
 
It appears you don't have the roundcube tarball in your custombuild directory.

Jeff
 
Yes I have.

[root@server ~]# ls /usr/local/directadmin/custombuild|grep round
roundcubemail-0.3.1.tar.gz
 
Almost sounds like your roundcube tar is screwed up. You might want to delete it then do:

./build update

to get new copy.
 
Back
Top