[Kolab-devel] [issue1809] Configuration/compilation fails on Solaris 10 Sparc for kolab 2.2.0beta1 db4 not found

Andrea kolab-issues at intevation.de
Sat Jun 23 08:31:01 CEST 2007


New submission from Andrea <soliva at comcept.ch>:

Compilation/Configuration fails on Solaris 10 Sparc. Same issue as with 2.1.0 
meaning even db-4.5 is successful installed php configure check for db4 fails:

checking for sys/types.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for strtoll... yes
checking for atoll... yes
checking for strftime... (cached) yes
checking whether to enable DBA... no
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for db4 major version... configure: error: Header contains different 
version
error: Bad exit status from /kolab/RPM/TMP/rpm-tmp.259 (%build)

WORKAROUND
**********

Same workaround can be used as shown on site:

http://www.comcept.ch/kolab2/solaris_10_kolab2_install.txt

with the exception that selfcompiled db can not be copied directly to:

/opt/kolab/include/db.h
/opt/kolab/lib/libdb.a_db

meaning as soon as apache2 is installed within the process:

Preparing...    	########################################### [100%]
   1:apache2                
			########################################### [100%]
:::: /kolabtmp/apache2-2.2.4-20070608.src.rpm = 0 ::::

selfcompiled db-4.1 and library can be copied at the place of kolab2 db-4.5 
files:

cp  /opt/kolab/include/db.h_db-4.1 /opt/kolab/include/db.h
cp  /opt/kolab/lib/libdb.a_db-4.1 /opt/kolab/lib/libdb.a

If db-4.1 files are copied befor apache2 is installed configuration/compilation 
process fails for apache2 because of not finding correct db-4.5 files.

Andrea

----------
messages: 11027
nosy: soliva
status: unread
title: Configuration/compilation fails on Solaris 10 Sparc for kolab 2.2.0beta1 db4 not found
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1809>
________________________________________________




More information about the devel mailing list