I've been struggling with installing Kolab Server 2.1 for several days now, and I've finally hit a breakthrough. After several unexplained errors I believe that I'm getting close to having Kolab 2.1 completely operational which means a completely free licensed Exchange server! (Minus the $15 for outlook connection managers) After I complete it I will compile all the steps into a howto for Kolab on Kubuntu, but I'll start with what I have done so far - If anyone has any suggestions I'd really appreciate them!
It's really simple! According to Kolab, all I have to do is
1 - Download the sources
2 - Use OpenPKG by running ./obmtool kolab
And it will install to /kolab!
Additionally I have so far done the following
1 - Downloaded the sources
2 - Changed obmtool to executable (chmod +x obmtool or Properties - Permissions - Make executable)
3 - ./obmtool kolab
4 - After obmtool runs for an extended amount of time it begins to return permission errors and file not found errors - CONTINUE TO LET IT RUN ALL THE WAY THROUGH - it's copying files but it doesn't know it
5 - Open the directory /kolab/RPM/PKG/ and make every rpm package (with the exception of the openpkg rpm package) chmod 777 (or use Properties - Permissions to Can Read & Write for every user)
6 - Run ./obmtool kolab again
This is taking a long time and I'm going to go to bed and see what messages await me in the morning.
If you can offer any help or tell me I'm doing something terribly wrong please let me know, I'd be happy to be wrong as long as someone out there is right. I've read things that said that permissions errors were caused by problems with gcc and cc permissions, and could be solved by chmod 666 /usr/bin/gcc but I tried this (and cc) and that did not work.
Also, the Kolab source comes in a series of RPM packages which then get installed with openpkg. Would I also be able to just install these RPM packages using alien to make them into deb compatible packages or does openpkg need to do all the work?
It's really simple! According to Kolab, all I have to do is
1 - Download the sources
2 - Use OpenPKG by running ./obmtool kolab
And it will install to /kolab!
Additionally I have so far done the following
1 - Downloaded the sources
2 - Changed obmtool to executable (chmod +x obmtool or Properties - Permissions - Make executable)
3 - ./obmtool kolab
4 - After obmtool runs for an extended amount of time it begins to return permission errors and file not found errors - CONTINUE TO LET IT RUN ALL THE WAY THROUGH - it's copying files but it doesn't know it
5 - Open the directory /kolab/RPM/PKG/ and make every rpm package (with the exception of the openpkg rpm package) chmod 777 (or use Properties - Permissions to Can Read & Write for every user)
6 - Run ./obmtool kolab again
This is taking a long time and I'm going to go to bed and see what messages await me in the morning.
If you can offer any help or tell me I'm doing something terribly wrong please let me know, I'd be happy to be wrong as long as someone out there is right. I've read things that said that permissions errors were caused by problems with gcc and cc permissions, and could be solved by chmod 666 /usr/bin/gcc but I tried this (and cc) and that did not work.
Also, the Kolab source comes in a series of RPM packages which then get installed with openpkg. Would I also be able to just install these RPM packages using alien to make them into deb compatible packages or does openpkg need to do all the work?
Comment