View Single Post
  #4 (permalink)  
Old 05-11-2009, 01:45 AM
jmhe jmhe is offline
Zimbra Employee
 
Posts: 831
Default

what's the md5 sum of the installer you downloaded?

Quote:
Originally Posted by amugabi View Post
I downloaded zdesktop for linux a shell script (zdesktop_1_0_build_1537_linux_i686.sh) from the zimbra site.I tried to run it from the terminal as below:

bash zdesktop_1_0_build_1537_linux_i686.sh

but i got the following errors:
'desktop_1_0_build_1537_linux_i686.sh:line 7:syntax error near unexpected token '{
'desktop_1_0_build_1537_linux_i686.sh:'read_db_ent ry() {

The part of the script where this error is coming from is as below:

#! /bin/sh

# Uncomment the following line to override the JVM search sequence
# INSTALL4J_JAVA_HOME_OVERRIDE=
# Uncomment the following line to add additional VM parameters
# INSTALL4J_ADD_VM_PARAMS=

read_db_entry() {
if [ -n "$INSTALL4J_NO_DB" ]; then
return 1
fi
db_file=$HOME/.install4j
if [ ! -f "$db_file" ]; then
return 1
fi
if [ ! -x "$java_exc" ]; then
return 1


Your help will be appreciated, thank you.
Arthur
Reply With Quote