Hello,
I am trying to build Zimbra from the main branch on Slackware-current, source downloaded today with perforce, as per
Building Zimbra using Perforce - Zimbra :: Wiki
I have downloaded jdk 1.5, put it in /usr/local, and symlinked it to java, as requested by the by the build script, but it still can't see jdk 1.5. Here is my /usr/local dir:
Code:
drwxr-xr-x 2 root root 4.0K 2010-04-26 13:55 bin
drwxr-xr-x 2 root root 4.0K 2010-03-07 17:27 etc
drwxr-xr-x 2 root root 4.0K 1993-11-24 12:32 games
drwxr-xr-x 4 root root 4.0K 2010-04-08 00:26 include
drwxr-xr-x 2 root root 4.0K 1993-11-24 12:32 info
lrwxrwxrwx 1 root root 12 2010-05-13 20:38 java -> jdk1.5.0_22/
drwxr-xr-x 9 root root 4.0K 2009-10-09 06:40 jdk1.5.0_22
drwxr-xr-x 5 root root 4.0K 2010-04-26 13:55 lib
drwxr-xr-x 3 root root 4.0K 2010-03-07 17:26 libexec
drwxr-xr-x 22 root root 4.0K 2010-04-08 00:26 man
drwxr-xr-x 22 root root 4.0K 2010-03-03 16:55 netbeans-6.8
drwxr-xr-x 2 root root 4.0K 2010-03-07 17:27 sbin
drwxr-xr-x 8 root root 4.0K 2010-02-02 17:27 sges-v3
drwxr-xr-x 9 root root 4.0K 2010-04-26 13:55 share
drwxr-xr-x 7 mtkoan users 12K 2010-05-13 21:22 src
and the error from buildZCS.sh:
Code:
Checking for prerequisite binaries
Checking ant
./buildZCS.sh: line 79: [: too many arguments
Checking java
Error: java not found
Please obtain JDK 1.5 from:
http://java.sun.com/javase/downloads/index_jdk5.jsp
And install it in /usr/local
Then symlink it to /usr/local/java
Can anyone help?