A NOTE has been added to this issue. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=1093 
====================================================================== 
Reported By:                Mujahid
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   1093
Category:                   installation scripts
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
target:                      
====================================================================== 
Date Submitted:             25-Mar-18 18:30 CEST
Last Modified:              21-May-18 14:19 CEST
====================================================================== 
Summary:                    Unable to install LibSieve and Hence proceed with
the make process
Description: 
[root@server src]# make all
make  all-recursive
make[1]: Entering directory `/root/libsieve-2.2.7/src'
Making all in sv_parser
make[2]: Entering directory `/root/libsieve-2.2.7/src/sv_parser'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
  -g -O2 -Wall -I../sv_util -I../sv_parser -I../sv_interface -I../sv_regex
-I../sv_include -g -MT addr.lo -MD -MP -MF .deps/addr.Tpo -c -o addr.lo
addr.c
../libtool: line 841: X--tag=CC: command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 841: X--mode=compile: command not found
../libtool: line 1008: *** Warning: inferring the mode of operation is
deprecated.: command not found
../libtool: line 1009: *** Future versions of Libtool will require
--mode=MODE be specified.: command not found
../libtool: line 1152: Xgcc: command not found
../libtool: line 1152: X-DHAVE_CONFIG_H: command not found
../libtool: line 1152: X-I.: command not found
../libtool: line 1152: X-I..: command not found
../libtool: line 1152: X-g: command not found
../libtool: line 1152: X-O2: command not found
../libtool: line 1152: X-Wall: command not found
../libtool: line 1152: X-I../sv_util: No such file or directory
../libtool: line 1152: X-I../sv_parser: No such file or directory
../libtool: line 1152: X-I../sv_interface: No such file or directory
../libtool: line 1152: X-I../sv_regex: No such file or directory
../libtool: line 1152: X-I../sv_include: No such file or directory
../libtool: line 1152: X-g: command not found
../libtool: line 1152: X-MT: command not found
../libtool: line 1152: Xaddr.lo: command not found
../libtool: line 1152: X-MD: command not found
../libtool: line 1152: X-MP: command not found
../libtool: line 1152: X-MF: command not found
../libtool: line 1152: X.deps/addr.Tpo: No such file or directory
../libtool: line 1152: X-c: command not found
../libtool: line 1205: Xaddr.lo: command not found
../libtool: line 1210: libtool: compile: cannot determine name of library
object from `': command not found
make[2]: *** [addr.lo] Error 1
make[2]: Leaving directory `/root/libsieve-2.2.7/src/sv_parser'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/libsieve-2.2.7/src'
make: *** [all] Error 2

====================================================================== 

---------------------------------------------------------------------- 
 (0003801) CozC (reporter) - 21-May-18 14:19
 http://www.dbmail.org/mantis/view.php?id=1093#c3801 
---------------------------------------------------------------------- 
Salve,

Did you installed all prerequisites ?

See bellow some info

You need to install all your dependencies one by one. Bellow you may
find some information (Centos 6.9)
% need to install rpmforge and epel releases
#yum install epel-release
 
%#wget
http://ftp.tu-chemnitz.de/pub/linux/dag/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
%#rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
 
%prerequisites
#yum install gcc
#yum install glibc-headers
#yum install gcc-c++
#yum install openssl-devel
#yum install postfix
#yum install mhash*
#yum install libevent2-devel 
 
#yum install glib-devel
#yum install glib2*
 
%install libsieve
#yum install flex
%install libsieve
#wget
https://sourceforge.net/projects/libsieve/files/libsieve/2.2.7/libsieve-2.2.7.tar.gz/download
#./configure --prefix=/usr --libdir=/usr/lib64
#make 
#make install

The above instructions/commands were used in a standard centos 6.9 build 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
25-Mar-18 18:30  Mujahid        New Issue                                    
21-May-18 14:19  CozC           Note Added: 0003801                          
======================================================================

_______________________________________________
Dbmail-dev mailing list
[email protected]
http://lists.nfg.nl/mailman/listinfo/dbmail-dev

Reply via email to