hi all iam trying to post log of problems in ragard to vpopmail+ oracle
till now i did not find any expert give some comments on this
here are the my scripts iam running help will appricaite.
 
even i added table and removed but no change still iam getting same error.
 
i tried several options past 20 days, there is no result, iam not a c programmer,
 
you can my make give some problem and it goes succesfully, is this cause problem
 
what are this fiunctions exact do, they do really require.
 
 
vauth.c:110: warning: type defaults to `int' in declaration of `sqlcxt'        
vauth.c:112: warning: type defaults to `int' in declaration of `sqlcx2t'       
vauth.c:113: warning: type defaults to `int' in declaration of `sqlbuft'       
vauth.c:114: warning: type defaults to `int' in declaration of `sqlgs2t'       
vauth.c:115: warning: type defaults to `int' in declaration of `sqlorat'       
vauth.c:106: warning: `sqlstm' defined but not used                            
vauth.c:118: warning: `IAPSUCC' defined but not used                           
vauth.c:119: warning: `IAPFAIL' defined but not used                           
vauth.c:120: warning: `IAPFTL' defined but not used                            
 
./configure \
--enable-admin-email=webmaster@domain.net \
--enable-tcprules-prog=/usr/local/bin/tcprules \
--enable-relay-clear-minutes=180 \
--enable-logging=y \
--enable-sqwebmail-pass=n \
--enable-log-name=vpopmail \
--enable-vpopuser=vpopmail \
--enable-vpopgroup=vchkpw  \
--enable-default-domain=domain.net \
--enable-large-site=y \
--enable-oracle=y \
--enable-roaming-users=y \
--enable-deliver-filter=y \
--enable-ip-alias-domains=y \
--enable-apop=n \
--enable-passwd=n \
--enable-hardquota=5000000 \
--enable-tcpserver-file=/etc/tcp.smtp
 
[root@dns1 vpopmail-4.9.6-1]# make                                             
make  all-recursive                                                            
make[1]: Entering directory `/root/qm/vpopmail-4.9.6-1'                        
Making all in cdb                                                              
make[2]: Entering directory `/root/qm/vpopmail-4.9.6-1/cdb'                    
( cat warn-auto.sh; \                                                          
echo CC=\'`head -1 conf-cc`\'; \                                               
echo LD=\'`head -1 conf-ld`\'; \                                               
cat find-systype.sh; \                                                         
) | sh > systype                                                               
( cat warn-auto.sh; \                                                          
echo 'main="$1"; shift'; \                                                     
echo 'rm -f "$main"'; \                                                        
echo 'ar cr "$main" ${1+"$@"}'; \                                              
case "`cat systype`" in \                                                      
sunos-5.*) ;; \                                                                
unix_sv*) ;; \                                                                 
irix64-*) ;; \                                                                 
irix-*) ;; \                                                                   
dgux-*) ;; \                                                                   
hp-ux-*) ;; \                                                                  
sco*) ;; \                                                                     
*) echo 'ranlib "$main"' ;; \                                                  
esac \                                                                         
) > makelib                                                                    
chmod 755 makelib                                                              
( ( ./compile tryulong32.c && ./load tryulong32 && \                           
./tryulong32 ) >/dev/null 2>&1 \                                               
&& cat uint32.h2 || cat uint32.h1 ) > uint32.h                                 
rm -f tryulong32.o tryulong32                                                  
./compile cdb_hash.c                                                           
./compile cdb_unpack.c                                                         
./compile cdb_seek.c                                                           
./makelib cdb.a cdb_hash.o cdb_unpack.o cdb_seek.o                             
./compile cdbmake_pack.c                                                       
./compile cdbmake_hash.c                                                       
./compile cdbmake_add.c                                                        
./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o \                            
cdbmake_add.o                                                                  
make[2]: Leaving directory `/root/qm/vpopmail-4.9.6-1/cdb'                     
make[2]: Entering directory `/root/qm/vpopmail-4.9.6-1'                        
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c s
afestring.c                                                                    
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
popmail.c                                                                      
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c m
d5.c                                                                           
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c b
igdir.c                                                                        
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
auth.c                                                                         
vauth.c:110: warning: type defaults to `int' in declaration of `sqlcxt'        
vauth.c:112: warning: type defaults to `int' in declaration of `sqlcx2t'       
vauth.c:113: warning: type defaults to `int' in declaration of `sqlbuft'       
vauth.c:114: warning: type defaults to `int' in declaration of `sqlgs2t'       
vauth.c:115: warning: type defaults to `int' in declaration of `sqlorat'       
vauth.c:106: warning: `sqlstm' defined but not used                            
vauth.c:118: warning: `IAPSUCC' defined but not used                           
vauth.c:119: warning: `IAPFAIL' defined but not used                           
vauth.c:120: warning: `IAPFTL' defined but not used                            
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c f
ile_lock.c                                                                     
rm -f libvpopmail.a                                                            
ar cru libvpopmail.a safestring.o vpopmail.o md5.o bigdir.o vauth.o file_lock.o
cdb/*.o                                                                        
ranlib libvpopmail.a                                                           
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
chkpw.c                                                                        
gcc  -g -O2 -Wall  -o vchkpw  vchkpw.o libvpopmail.a -L/oraeng/app/oracle/produc
t/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                                   
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
delivermail.c                                                                  
gcc  -g -O2 -Wall  -o vdelivermail  vdelivermail.o libvpopmail.a -L/oraeng/app/o
racle/product/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                       
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c c
learopensmtp.c                                                                 
gcc  -g -O2 -Wall  -o clearopensmtp  clearopensmtp.o libvpopmail.a -L/oraeng/app
/oracle/product/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                     
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
adddomain.c                                                                    
gcc  -g -O2 -Wall  -o vadddomain  vadddomain.o libvpopmail.a -L/oraeng/app/oracl
e/product/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                           
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
deldomain.c                                                                    
gcc  -g -O2 -Wall  -o vdeldomain  vdeldomain.o libvpopmail.a -L/oraeng/app/oracl
e/product/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                           
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
passwd.c                                                                       
gcc  -g -O2 -Wall  -o vpasswd  vpasswd.o libvpopmail.a -L/oraeng/app/oracle/prod
uct/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                                 
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
adduser.c                                                                      
gcc  -g -O2 -Wall  -o vadduser  vadduser.o libvpopmail.a  -L/oraeng/app/oracle/p
roduct/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                              
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
deluser.c                                                                      
gcc  -g -O2 -Wall  -o vdeluser  vdeluser.o libvpopmail.a -L/oraeng/app/oracle/pr
oduct/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                               
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
addaliasdomain.c                                                               
gcc  -g -O2 -Wall  -o vaddaliasdomain  vaddaliasdomain.o libvpopmail.a -L/oraeng
/app/oracle/product/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                 
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
setuserquota.c                                                                 
gcc  -g -O2 -Wall  -o vsetuserquota  vsetuserquota.o libvpopmail.a -L/oraeng/app
/oracle/product/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                     
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
popbull.c                                                                      
gcc  -g -O2 -Wall  -o vpopbull  vpopbull.o libvpopmail.a -L/oraeng/app/oracle/pr
oduct/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                               
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
convert.c                                                                      
gcc  -g -O2 -Wall  -o vconvert  vconvert.o libvpopmail.a  -L/oraeng/app/oracle/p
roduct/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                              
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
moduser.c                                                                      
gcc  -g -O2 -Wall  -o vmoduser  vmoduser.o libvpopmail.a  -L/oraeng/app/oracle/p
roduct/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                              
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
userinfo.c                                                                     
gcc  -g -O2 -Wall  -o vuserinfo  vuserinfo.o libvpopmail.a -L/oraeng/app/oracle/
product/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                             
gcc -I. -I/oraeng/app/oracle/product/8.1.6/precomp/public      -g -O2 -Wall -c v
mkpasswd.c                                                                     
gcc  -g -O2 -Wall  -o vmkpasswd  vmkpasswd.o libvpopmail.a  -L/oraeng/app/oracle
/product/8.1.6/lib -lclntsh -lclient8 -lnsl -lcrypt                            
make[2]: Leaving directory `/root/qm/vpopmail-4.9.6-1'                         
make[1]: Leaving directory `/root/qm/vpopmail-4.9.6-1
 
 
 
 
--------

Reply via email to