Page 1 of 1
Export wont work
Posted: Sat Jan 09, 2010 11:30 pm
by killervette
Ok, so i am running Ubuntu 9.04 server. Everything seems to be working except for export. I checked /var/www/temp and it creates 2 files. zmExport.tar.gz and zmFileList. The files are empty though. What should i do?
Posted: Sun Jan 10, 2010 3:12 am
by kingofkya
do you have the libs for zip and tar files.
try this
sudo apt-get install libzip
that might be wrong
Also go browse around the log files it will help. There in. /var/log/
Posted: Sun Jan 10, 2010 2:02 pm
by killervette
kingofkya wrote:do you have the libs for zip and tar files.
try this
sudo apt-get install libzip
that might be wrong
Also go browse around the log files it will help. There in. /var/log/
It says couldnt find package libzip
Posted: Sun Jan 10, 2010 3:58 pm
by curtishall
killervette wrote:kingofkya wrote:do you have the libs for zip and tar files.
try this
sudo apt-get install libzip
that might be wrong
Also go browse around the log files it will help. There in. /var/log/
It says couldnt find package libzip
try libarchive1:
libarchive1 - Single library to read/write tar, cpio, pax, zip, iso9660, etc.
ubuntu's libzip is apparently only for reading
Posted: Sun Jan 10, 2010 9:51 pm
by killervette
installed it...no dice. still doesnt do anything. what log should i look at?
Posted: Sun Jan 10, 2010 10:16 pm
by kingofkya
look at the logs.
The next guss is where ever then temp folder is zm dosen't have permission. Post some of your logs for more help.