I gave up on installing using Turnkey Zimbra package. Not able to get the certificates for SSL updated... as posted here:
Turnkey Zimbra installation
And following the instructions here:
GNR on Debian Lenny - Zimbra :: Wiki
But I have a problem in the "Installing dependencies" section. When running the following command:
aptitude install sun-java6-jdk sun-java6-jre sun-java5-jdk sun-java5-jre
I get this result:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done
Couldn't find any package whose name or description matched "sun-java6-jdk"
No candidate version found for sun-java6-jre
Couldn't find any package whose name or description matched "sun-java5-jdk"
No candidate version found for sun-java5-jre
Couldn't find any package whose name or description matched "sun-java6-jdk"
No candidate version found for sun-java6-jre
Couldn't find any package whose name or description matched "sun-java5-jdk"
No candidate version found for sun-java5-jre
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
So I went to the Synaptic Package Manager of Debian and looked for the string "java" and found the following packages:
- openjdk-6-jdk
- openjdk-6-jre
- openjdk-6-jre-headless
- openjdk-6-jre-lib
which I installed.
Everything else in the "Install dependencies" ran through with no errors.
Now the next section in the instructions is to create a tarball of Java... I went to the directory:
cd /usr/lib/jvm
But ls reports this:
drwxr-xr-x 5 root root 4096 2010-04-21 22:11 java-1.5.0-gcj-4.3-1.5.0.0
drwxr-xr-x 7 root root 4096 2010-04-22 07:46 java-6-openjdk
lrwxrwxrwx 1 root root 26 2010-04-21 22:11 java-gcj -> java-1.5.0-gcj-4.3-1.5.0.0
So I cannot reproduce the same stuff...
Questions:
- Does it matter? should I go ahead and create a tarball with openjdk-6-jdk and not worry about the fact that it's not the same package?
- Should I forget about creating a tarball and proceed with the installation of Zimbra?
I've downloaded both the GNR605 and GNR606 locally...