Installation of latest stable kolab_2.3.2 on ubuntu 10.10 ix386

Paul Klos kolab at klos2day.nl
Fri Aug 19 21:49:19 CEST 2011


Op vrijdag 19 augustus 2011 11:53:38 schreef borisb:
> Hi,
> every one!
> 
> I just discovered that there is a new stable release and as we are in a
> process of testing installation for a new replacement server for our old
> kolab I decided to give it a try.
> 
> I am using OpenPKG sources from
> http://files.kolab.org/server/release/kolab-server-2.3.2/sources/ on a
> completely new ubuntu 10.10 server installation. The build fails and
> that's the extract of the last lines from the log.
> 
> ...................................................
> checking for gmtime_r... yes
> checking for localtime_s... no
> checking for tclsh8.4... no
> checking for tclsh... no
> Warning: can't find tclsh - defaulting to non-amalgamation build.
> ./configure: line 12318: tclsh: command not found
> configure: Version set to 3.6
> configure: Release set to 3.6.22
> configure: Version number set to 3006022
> checking whether to support threadsafe operation... no
> checking whether to allow connections to be shared across threads... no
> checking whether threads can override each others locks... no
> checking whether to support shared library linked as release mode or
> not... no
> checking whether to use an in-ram database for temporary tables... no
> checking if executables have the .exe suffix... unknown
> checking host system type... (cached) i686-pc-linux-gnu
> checking for library containing fdatasync... none required
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating sqlite3.pc
> config.status: creating config.h
> config.status: executing libtool commands
> + MFLAGS=
> + /kolab/bin/make --no-print-directory -j8
> tclsh ./tool/mksqlite3h.tcl . >sqlite3.h
> /bin/sh: /kolab/bin/cc  -O2 -pipe -o lemon ./tool/lemon.c
> tclsh: not found
> make: *** [sqlite3.h] Error 127
> make: *** Waiting for unfinished jobs....
> cp ./src/lempar.c .
> error: Bad exit status from /kolab/RPM/TMP/rpm-tmp.7814 (%build)
> 
> 
> RPM build errors:
>     Bad exit status from /kolab/RPM/TMP/rpm-tmp.7814 (%build)
> Installation completed.
> /kolab/RPM/PKG now contains the installed packages.
> Previous contents were moved to /kolab/RPM/PKG....9634
> ...................................................
> 
> If I use the 2.2.4 Build compiling and installation goes smoothly.
> 
> I am not sure what is wrong and why i cant install the 2.3.2 version.
> 
> Would it be unmet dependancy on Tcl (the Tool Command Language)?
> 
> Did anybody run in to similar issues?
> 
> 
> Thanks for sharing 
> Regards
> 
> BorisB
> 
> _______________________________________________
> Kolab-users mailing list
> Kolab-users at kolab.org
> https://kolab.org/mailman/listinfo/kolab-users

I think you are right about the unmet dependency. Do you have tclsh installed on the machine where you're installing kolab? If not, you can 
try

sudo apt-get install tcl8.5

This is the command on my Debian machine, so I'm not 100% sure this is correct, but I'm sure you'll need to run something similar.

Cheers,

Paul





More information about the users mailing list