PDA

View Full Version : Can't Install RoundCube Via CustomBuild - Receiving Error



duzap
05-08-2010, 12:58 AM
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:

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

nobaloney
05-08-2010, 12:29 PM
It appears you don't have the roundcube tarball in your custombuild directory.

Jeff

duzap
05-14-2010, 09:59 AM
Yes I have.

[root@server ~]# ls /usr/local/directadmin/custombuild|grep round
roundcubemail-0.3.1.tar.gz

scsi
05-14-2010, 12:39 PM
Almost sounds like your roundcube tar is screwed up. You might want to delete it then do:

./build update

to get new copy.

duzap
05-25-2010, 09:30 AM
It seems like you were right.
Problem solved.
Thanks.