[Kolab-devel] [Partial SUMMARY] Installation of Kolab2 2.1.0Final on Solaris 10 11/06 Sparc

ComCept Net GmbH Andrea Soliva soliva at comcept.ch
Thu May 24 12:52:24 CEST 2007


Hi all

I was able to successful compile kolab2 Final V 2.1.0:

--> I have 100% confirmation that something with the db4 check of php is not
working fine or the successful compiled and installed db4 is not ok because
of following:

I compiled db4 V 4.1.25 in a separeted dir on the same system as following:


	# mkdir /root/db
	# cd /root/db
	# mv /export/sysop/db-4.1.25.NC.tar.gz /root/db/
	# gzip -dc db-4.1.25.NC.tar.gz | tar xvf -
	# cd db-4.1.25.NC
	# cd dist

	# env CC=gcc ../dist/configure \
	--prefix=/opt/db-4.1.25 \
	--exec-prefix=/opt/db-4.1.25 \
	--enable-compat185 \
	--enable-shared=yes \
	--enable-static=yes \
	--enable-fast-install=yes

	# make

	# make install

After that I run kolab2 install process and had following result:


INSTALL: openpkg-2.5.4-2.5.4 make-3.80-2.5.0 binutils-2.16.1-2.5.1
gcc-4.0.2-2.5.0 fsl-1.7.0-2.20070303 mm-1.4.0-2.5.0 perl-5.8.7-2.5.1
perl-openpkg-5.8.7-2.5.0 perl-conv-5.8.7-2.5.0 lzo-2.01-2.5.0
readline-5.0.5-2.5.0 sharutils-4.5.1-2.5.0 ncurses-5.5.20051015-2.5.0
bzip2-1.0.3-2.5.0 pcre-6.4-2.5.0 grep-2.5.1a-2.5.0 texinfo-4.8-2.5.1
diffutils-2.8.7-2.5.0 gzip-1.3.5-2.5.1 zlib-1.2.3-2.5.0 expat-1.95.8-2.5.0
perl-term-5.8.7-2.5.0 perl-ds-5.8.7-2.5.0 perl-stats-5.8.7-2.5.0
perl-time-5.8.7-2.5.0 perl-util-5.8.7-2.5.0 perl-parse-5.8.7-2.5.0
perl-sys-5.8.7-2.5.0 openssl-0.9.8a-2.5.4 perl-mail-5.8.7-2.5.0
perl-crypto-5.8.7-2.5.0 perl-xml-5.8.7-2.5.0 perl-net-5.8.7-2.5.0
perl-comp-5.8.7-2.5.0 perl-ssl-5.8.7-2.5.0 perl-www-5.8.7-2.5.1
perl-dns-5.8.7-2.5.0 imap-2004g-2.5.0_kolab procmail-3.22-2.5.0
db-4.3.29.0-2.5.0 openldap-2.3.29-2.20061110_kolab m4-1.4.3-2.5.0
bison-2.1-2.5.0 flex-2.5.31-2.5.0 groff-1.19.2-2.5.0 sasl-2.1.21-2.5.0
getopt-20051005-2.5.0 proftpd-1.3.0rc2-2.5.0 postfix-2.2.5-2.5.0_kolab
perl-ldap-5.8.7-2.5.0 perl-db-5.8.7-2.5.1 config-20051002-2.5.0
imapd-2.2.12-2.5.0_kolab2 libiconv-1.10-2.5.0 autoconf-2.59-2.5.0
automake-1.9.6-2.5.0 gettext-0.14.5-2.5.0 file-4.15-2.5.0_kolab2
openpkg-tools-0.8.47-2.5.0 patch-2.5.9-2.5.0 sed-4.1.4-2.5.0
libxml-2.6.22-2.5.0 libxslt-1.1.15-2.5.1 gmp-4.1.4-2.5.0
spamassassin-3.1.0-2.5.1_kolab amavisd-2.3.3-2.5.0_kolab curl-7.15.0-2.5.2
bc-1.06-2.5.0 pkgconfig-0.19-2.5.0 clamav-0.90.2-20070413_kolab
perl-kolab-5.8.7-20070420 kolabd-2.1.0-20070510
kolab-webadmin-2.1.0-20070510
MISSSRC: none
MISSPKG: apache-1.3.33-2.5.6_kolab2 php-4.4.0-2.5.2_kolab2
php-smarty-2.6.10-20051003 kolab-horde-framework-2.1.0-20070420
kolab-resource-handlers-2.1.0-20070510 kolab-horde-fbview-2.1.0-20070420
MISSING: apache-1.3.33-2.5.6_kolab2 php-4.4.0-2.5.2_kolab2
php-smarty-2.6.10-20051003 kolab-horde-framework-2.1.0-20070420
kolab-resource-handlers-2.1.0-20070510 kolab-horde-fbview-2.1.0-20070420
SURPLUS: none
SUMMARY: NODE=dev; CMD=kolab; DATE=2007-05-18/23:50:58; HASX11=; DONE


After that I replaced the libdb and db.h from /kolab witht the files from
the seperated compiled 4.1.2 version meaing:


 cp  /opt/db-4.1.25/include/db.h /opt/kolab/include/db.h
 cp  /opt/db-4.1.25/lib/libdb.a /opt/kolab/lib/libdb.a

After that I controlled rights of the files in this way that it reflects the
existing old ones. Now I started kolab2 installation process again meaning
proceeded witht the failed one and the result is now:

INSTALL: openpkg-2.5.4-2.5.4 make-3.80-2.5.0 binutils-2.16.1-2.5.1
gcc-4.0.2-2.5.0 fsl-1.7.0-2.20070303 mm-1.4.0-2.5.0 perl-5.8.7-2.5.1
perl-openpkg-5.8.7-2.5.0 perl-conv-5.8.7-2.5.0 lzo-2.01-2.5.0
readline-5.0.5-2.5.0 sharutils-4.5.1-2.5.0 ncurses-5.5.20051015-2.5.0
bzip2-1.0.3-2.5.0 pcre-6.4-2.5.0 grep-2.5.1a-2.5.0 texinfo-4.8-2.5.1
diffutils-2.8.7-2.5.0 gzip-1.3.5-2.5.1 zlib-1.2.3-2.5.0 expat-1.95.8-2.5.0
perl-term-5.8.7-2.5.0 perl-ds-5.8.7-2.5.0 perl-stats-5.8.7-2.5.0
perl-time-5.8.7-2.5.0 perl-util-5.8.7-2.5.0 perl-parse-5.8.7-2.5.0
perl-sys-5.8.7-2.5.0 openssl-0.9.8a-2.5.4 perl-mail-5.8.7-2.5.0
perl-crypto-5.8.7-2.5.0 perl-xml-5.8.7-2.5.0 perl-net-5.8.7-2.5.0
perl-comp-5.8.7-2.5.0 perl-ssl-5.8.7-2.5.0 perl-www-5.8.7-2.5.1
perl-dns-5.8.7-2.5.0 imap-2004g-2.5.0_kolab procmail-3.22-2.5.0
db-4.3.29.0-2.5.0 openldap-2.3.29-2.20061110_kolab m4-1.4.3-2.5.0
bison-2.1-2.5.0 flex-2.5.31-2.5.0 groff-1.19.2-2.5.0 sasl-2.1.21-2.5.0
getopt-20051005-2.5.0 proftpd-1.3.0rc2-2.5.0 postfix-2.2.5-2.5.0_kolab
perl-ldap-5.8.7-2.5.0 perl-db-5.8.7-2.5.1 config-20051002-2.5.0
imapd-2.2.12-2.5.0_kolab2 libiconv-1.10-2.5.0 autoconf-2.59-2.5.0
automake-1.9.6-2.5.0 gettext-0.14.5-2.5.0 file-4.15-2.5.0_kolab2
openpkg-tools-0.8.47-2.5.0 patch-2.5.9-2.5.0 sed-4.1.4-2.5.0
libxml-2.6.22-2.5.0 libxslt-1.1.15-2.5.1 apache-1.3.33-2.5.6_kolab2
php-4.4.0-2.5.2_kolab2 php-smarty-2.6.10-20051003 gmp-4.1.4-2.5.0
spamassassin-3.1.0-2.5.1_kolab amavisd-2.3.3-2.5.0_kolab curl-7.15.0-2.5.2
bc-1.06-2.5.0 pkgconfig-0.19-2.5.0 clamav-0.90.2-20070413_kolab
perl-kolab-5.8.7-20070420 kolabd-2.1.0-20070510
kolab-webadmin-2.1.0-20070510 kolab-horde-framework-2.1.0-20070420
kolab-resource-handlers-2.1.0-20070510 kolab-horde-fbview-2.1.0-20070420
MISSSRC: none
MISSPKG: none
MISSING: none
SURPLUS: none
SUMMARY: NODE=dev; CMD=kolab; DATE=2007-05-24/12:09:25; HASX11=; DONE

You see all successful. This is the confirmation that something is wrong
witht the successful compiled db or something is wrong with the php4 check.
I will now proceed with the installation and look how the system is
reacting. I will copy the original libdb.a and db.h again to the original
place and proceed with bootstrap etc. if this fails I will link to my db and
look what happens. 

Keep you up to date.....

Andrea




More information about the devel mailing list