LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-29-2006, 12:08 AM   #1
mmondragon
LQ Newbie
 
Registered: Apr 2006
Posts: 7

Rep: Reputation: 0
Qmail Installation Error: A must See


I am getting an error in installing qmail... pls. help!
============================================

[root@mail qmail-1.03]# make setup check
./compile qmail-remote.c
qmail-remote.c:36:25: error: openssl/ssl.h: No such file or directory
qmail-remote.c:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
qmail-remote.c: In function ‘ssl_timeoutread’:
qmail-remote.c:132: error: ‘ssl’ undeclared (first use in this function)
qmail-remote.c:132: error: (Each undeclared identifier is reported only once
qmail-remote.c:132: error: for each function it appears in.)
qmail-remote.c:134: error: ‘SSL_ERROR_WANT_READ’ undeclared (first use in this function)
qmail-remote.c:135: error: ‘SSL_ERROR_NONE’ undeclared (first use in this function)
qmail-remote.c: In function ‘ssl_timeoutwrite’:
qmail-remote.c:157: error: ‘ssl’ undeclared (first use in this function)
qmail-remote.c:159: error: ‘SSL_ERROR_WANT_WRITE’ undeclared (first use in this function)
qmail-remote.c:160: error: ‘SSL_ERROR_NONE’ undeclared (first use in this function)
qmail-remote.c: At top level:
qmail-remote.c:177: error: expected ‘)’ before ‘*’ token
qmail-remote.c:183: error: expected declaration specifiers or ‘...’ before ‘X509_STORE_CTX’
qmail-remote.c: In function ‘smtp’:
qmail-remote.c:346: error: ‘SSL_CTX’ undeclared (first use in this function)
qmail-remote.c:346: error: ‘ctx’ undeclared (first use in this function)
qmail-remote.c:400: error: ‘ssl’ undeclared (first use in this function)
qmail-remote.c:404: error: ‘SSL_FILETYPE_PEM’ undeclared (first use in this function)
qmail-remote.c:409: error: ‘client_cert_cb’ undeclared (first use in this function)
qmail-remote.c:418: error: ‘SSL_VERIFY_PEER’ undeclared (first use in this function)
qmail-remote.c:454: error: ‘X509_V_OK’ undeclared (first use in this function)
qmail-remote.c:462: error: ‘NID_commonName’ undeclared (first use in this function)
qmail-remote.c: In function ‘main’:
qmail-remote.c:590: warning: return type of ‘main’ is not ‘int’
make: *** [qmail-remote.o] Error 1
============================================
 
Old 04-29-2006, 12:45 AM   #2
mmondragon
LQ Newbie
 
Registered: Apr 2006
Posts: 7

Original Poster
Rep: Reputation: 0
sory i was able to get it by running the ff: (i´m using fedora 5):

[root# qmail-1.03] install penssl
[root# qmail-1.03] yum install openssl-devel

, but my problem seems to be diff. now... huh!
==================================================================
[root@mail qmail-1.03]# make setup check
./compile qmail-remote.c
qmail-remote.c: In function ‘main’:
qmail-remote.c:590: warning: return type of ‘main’ is not ‘int’
./compile control.c
./compile constmap.c
./compile timeoutread.c
./compile timeoutwrite.c
./compile timeoutconn.c
./compile tcpto.c
./compile dns.c
./compile ip.c
./compile ipalloc.c
./compile strsalloc.c
( ./compile trysalen.c >/dev/null 2>&1 \
&& echo \#define HASSALEN 1 || exit 0 ) > hassalen.h
rm -f trysalen.o
./compile ipme.c
./compile ndelay.c
./compile ndelay_off.c
./makelib ndelay.a ndelay.o ndelay_off.o
( ( ./compile tryrsolv.c && ./load tryrsolv dns.o \
ipalloc.o strsalloc.o ip.o stralloc.a alloc.a error.a fs.a str.a \
-lresolv `cat socket.lib` ) >/dev/null 2>&1 \
&& echo -lresolv || exit 0 ) > dns.lib
rm -f tryrsolv.o tryrsolv
./load qmail-remote control.o constmap.o timeoutread.o \
timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
ipalloc.o strsalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib` \
-lssl -lcrypto
./compile qmail-rspawn.c
./compile tcpto_clean.c
./load qmail-rspawn spawn.o tcpto_clean.o now.o coe.o \
sig.a open.a seek.a lock.a wait.a fd.a stralloc.a alloc.a \
substdio.a error.a str.a auto_qmail.o auto_uids.o \
auto_spawn.o
( ./compile trydrent.c >/dev/null 2>&1 \
&& cat direntry.h2 || cat direntry.h1 ) > direntry.h
rm -f trydrent.o
./compile qmail-clean.c
qmail-clean.c: In function ‘main’:
qmail-clean.c:53: warning: return type of ‘main’ is not ‘int’
./compile fmtqfn.c
./auto-int auto_split `head -1 conf-split` > auto_split.c
./compile auto_split.c
./load qmail-clean fmtqfn.o now.o getln.a sig.a stralloc.a \
alloc.a substdio.a error.a str.a fs.a auto_qmail.o \
auto_split.o
./compile qmail-send.c
In file included from qmail-send.c:29:
qsutil.h:5: warning: conflicting types for built-in function ‘log2’
qmail-send.c: In function ‘main’:
qmail-send.c:1516: warning: return type of ‘main’ is not ‘int’
./compile qsutil.c
In file included from qsutil.c:4:
qsutil.h:5: warning: conflicting types for built-in function ‘log2’
./compile newfield.c
./compile prioq.c
( ( ./compile trymkffo.c && ./load trymkffo ) >/dev/null \
2>&1 \
&& echo \#define HASMKFIFO 1 || exit 0 ) > hasmkffo.h
rm -f trymkffo.o trymkffo
./compile fifo.c
( ( ./compile trynpbg1.c \
&& ./load trynpbg1 fifo.o open.a && ./trynpbg1 ) \
>/dev/null 2>&1 \
&& echo \#define HASNAMEDPIPEBUG1 1 || exit 0 ) > \
hasnpbg1.h
rm -f trynpbg1.o trynpbg1
./compile trigger.c
./compile readsubdir.c
./compile date822fmt.c
./load qmail-send qsutil.o control.o constmap.o newfield.o \
prioq.o trigger.o fmtqfn.o quote.o now.o readsubdir.o \
qmail.o date822fmt.o datetime.a case.a ndelay.a getln.a \
wait.a seek.a fd.a sig.a open.a lock.a stralloc.a alloc.a \
substdio.a error.a str.a fs.a auto_qmail.o auto_split.o env.a
./compile qmail-start.c
qmail-start.c: In function ‘main’:
qmail-start.c:33: warning: return type of ‘main’ is not ‘int’
./load qmail-start prot.o fd.a auto_uids.o
./compile splogger.c
splogger.c: In function ‘main’:
splogger.c:51: warning: return type of ‘main’ is not ‘int’
( ( ./compile trysyslog.c && \
./load trysyslog -lgen ) >/dev/null 2>&1 \
&& echo -lgen || exit 0 ) > syslog.lib
rm -f trysyslog.o trysyslog
./load splogger substdio.a error.a str.a fs.a `cat \
syslog.lib` `cat socket.lib`
./compile qmail-queue.c
qmail-queue.c: In function ‘main’:
qmail-queue.c:155: warning: return type of ‘main’ is not ‘int’
./compile triggerpull.c
./load qmail-queue triggerpull.o fmtqfn.o now.o \
date822fmt.o datetime.a seek.a ndelay.a open.a sig.a \
alloc.a substdio.a error.a str.a fs.a auto_qmail.o \
auto_split.o auto_uids.o
./compile qmail-inject.c
qmail-inject.c:58: warning: conflicting types for built-in function ‘puts’
qmail-inject.c: In function ‘main’:
qmail-inject.c:688: warning: return type of ‘main’ is not ‘int’
./compile headerbody.c
./compile hfield.c
./compile token822.c
./load qmail-inject headerbody.o hfield.o newfield.o \
quote.o now.o control.o date822fmt.o constmap.o qmail.o \
case.a fd.a wait.a open.a getln.a sig.a getopt.a datetime.a \
token822.o env.a stralloc.a alloc.a substdio.a error.a \
str.a fs.a auto_qmail.o
./compile predate.c
predate.c: In function ‘main’:
predate.c:26: warning: return type of ‘main’ is not ‘int’
./load predate datetime.a strerr.a sig.a fd.a wait.a \
substdio.a error.a str.a fs.a
cat warn-auto.sh datemail.sh \
| sed s}QMAIL}"`head -1 conf-qmail`"}g \
| sed s}BREAK}"`head -1 conf-break`"}g \
| sed s}SPLIT}"`head -1 conf-split`"}g \
> datemail
chmod 755 datemail
cat warn-auto.sh mailsubj.sh \
| sed s}QMAIL}"`head -1 conf-qmail`"}g \
| sed s}BREAK}"`head -1 conf-break`"}g \
| sed s}SPLIT}"`head -1 conf-split`"}g \
> mailsubj
chmod 755 mailsubj
cat warn-auto.sh qmail-upq.sh \
| sed s}QMAIL}"`head -1 conf-qmail`"}g \
| sed s}BREAK}"`head -1 conf-break`"}g \
| sed s}SPLIT}"`head -1 conf-split`"}g \
> qmail-upq
chmod 755 qmail-upq
./compile qmail-showctl.c
qmail-showctl.c: In function ‘main’:
qmail-showctl.c:141: warning: return type of ‘main’ is not ‘int’
./load qmail-showctl auto_uids.o control.o open.a getln.a \
stralloc.a alloc.a substdio.a error.a str.a fs.a \
auto_qmail.o auto_break.o auto_patrn.o auto_spawn.o \
auto_split.o
./compile qmail-newu.c
qmail-newu.c: In function ‘main’:
qmail-newu.c:72: warning: return type of ‘main’ is not ‘int’
./compile cdbmss.c
./compile cdbmake_pack.c
./compile cdbmake_hash.c
./compile cdbmake_add.c
./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o \
cdbmake_add.o
./load qmail-newu cdbmss.o getln.a open.a seek.a cdbmake.a \
case.a stralloc.a alloc.a substdio.a error.a str.a \
auto_qmail.o
./compile qmail-pw2u.c
qmail-pw2u.c: In function ‘die_chdir’:
qmail-pw2u.c:23: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_nomem’:
qmail-pw2u.c:28: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_read’:
qmail-pw2u.c:33: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_write’:
qmail-pw2u.c:38: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_control’:
qmail-pw2u.c:43: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_alias’:
qmail-pw2u.c:51: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_home’:
qmail-pw2u.c:59: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_user’:
qmail-pw2u.c:67: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘main’:
qmail-pw2u.c:250: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c:311: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c:234: warning: return type of ‘main’ is not ‘int’
./load qmail-pw2u constmap.o control.o open.a getln.a \
case.a getopt.a stralloc.a alloc.a substdio.a error.a str.a \
fs.a auto_usera.o auto_break.o auto_qmail.o
./compile qmail-qread.c
qmail-qread.c: In function ‘main’:
qmail-qread.c:109: warning: return type of ‘main’ is not ‘int’
./load qmail-qread fmtqfn.o readsubdir.o date822fmt.o \
datetime.a open.a getln.a stralloc.a alloc.a substdio.a \
error.a str.a fs.a auto_qmail.o auto_split.o
cat warn-auto.sh qmail-qstat.sh \
| sed s}QMAIL}"`head -1 conf-qmail`"}g \
| sed s}BREAK}"`head -1 conf-break`"}g \
| sed s}SPLIT}"`head -1 conf-split`"}g \
> qmail-qstat
chmod 755 qmail-qstat
./compile qmail-tcpto.c
qmail-tcpto.c: In function ‘main’:
qmail-tcpto.c:36: warning: return type of ‘main’ is not ‘int’
./load qmail-tcpto ip.o now.o open.a lock.a substdio.a \
error.a str.a fs.a auto_qmail.o
./compile qmail-tcpok.c
qmail-tcpok.c: In function ‘main’:
qmail-tcpok.c:15: warning: return type of ‘main’ is not ‘int’
./load qmail-tcpok open.a lock.a strerr.a substdio.a \
error.a str.a auto_qmail.o
./compile qmail-pop3d.c
qmail-pop3d.c:48: warning: conflicting types for built-in function ‘puts’
qmail-pop3d.c: In function ‘main’:
qmail-pop3d.c:293: warning: return type of ‘main’ is not ‘int’
./compile commands.c
./compile maildir.c
./load qmail-pop3d commands.o case.a timeoutread.o \
timeoutwrite.o maildir.o prioq.o now.o env.a strerr.a sig.a \
open.a getln.a stralloc.a alloc.a substdio.a error.a str.a \
fs.a `cat socket.lib`
./compile qmail-popup.c
qmail-popup.c:41: warning: conflicting types for built-in function ‘puts’
qmail-popup.c: In function ‘main’:
qmail-popup.c:171: warning: return type of ‘main’ is not ‘int’
./load qmail-popup commands.o timeoutread.o timeoutwrite.o \
now.o case.a fd.a sig.a wait.a stralloc.a alloc.a \
substdio.a error.a str.a fs.a `cat socket.lib`
./compile qmail-qmqpc.c
./load qmail-qmqpc slurpclose.o timeoutread.o \
timeoutwrite.o timeoutconn.o ip.o control.o auto_qmail.o \
sig.a ndelay.a open.a getln.a substdio.a stralloc.a alloc.a \
error.a str.a fs.a `cat socket.lib`
./compile qmail-qmqpd.c
./compile received.c
./load qmail-qmqpd received.o now.o date822fmt.o qmail.o \
auto_qmail.o env.a substdio.a sig.a error.a wait.a fd.a \
str.a datetime.a fs.a
./compile qmail-qmtpd.c
qmail-qmtpd.c: In function ‘badproto’:
qmail-qmtpd.c:15: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-qmtpd.c: In function ‘resources’:
qmail-qmtpd.c:16: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-qmtpd.c: In function ‘safewrite’:
qmail-qmtpd.c:22: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-qmtpd.c: In function ‘saferead’:
qmail-qmtpd.c:34: warning: incompatible implicit declaration of built-in function ‘_exit’
./compile rcpthosts.c
./load qmail-qmtpd rcpthosts.o control.o constmap.o \
received.o date822fmt.o now.o qmail.o cdb.a fd.a wait.a \
datetime.a open.a getln.a sig.a case.a env.a stralloc.a \
alloc.a substdio.a error.a str.a fs.a auto_qmail.o
./compile qmail-smtpd.c
qmail-smtpd.c:351: error: redefinition of ‘mfcheck’
qmail-smtpd.c:332: error: previous definition of ‘mfcheck’ was here
qmail-smtpd.c:681: error: redefinition of ‘spfreceived’
qmail-smtpd.c:662: error: previous definition of ‘spfreceived’ was here
qmail-smtpd.c: In function ‘main’:
qmail-smtpd.c:1047: warning: return type of ‘main’ is not ‘int’
qmail-smtpd.c: At top level:
qmail-smtpd.c:1080: error: redefinition of ‘checkrcptcount’
qmail-smtpd.c:1074: error: previous definition of ‘checkrcptcount’ was here
make: *** [qmail-smtpd.o] Error 1
==================================================================

pls. help sir! tnx!
 
Old 04-29-2006, 03:32 AM   #3
mmondragon
LQ Newbie
 
Registered: Apr 2006
Posts: 7

Original Poster
Rep: Reputation: 0
now i tried to compile it again, got an error:

====================================================================
==================================================================
[root@mail qmail-1.03]# make setup check
./compile qmail-remote.c
qmail-remote.c: In function ‘main’:
qmail-remote.c:590: warning: return type of ‘main’ is not ‘int’
./compile control.c
./compile constmap.c
./compile timeoutread.c
./compile timeoutwrite.c
./compile timeoutconn.c
./compile tcpto.c
./compile dns.c
./compile ip.c
./compile ipalloc.c
./compile strsalloc.c
( ./compile trysalen.c >/dev/null 2>&1 \
&& echo \#define HASSALEN 1 || exit 0 ) > hassalen.h
rm -f trysalen.o
./compile ipme.c
./compile ndelay.c
./compile ndelay_off.c
./makelib ndelay.a ndelay.o ndelay_off.o
( ( ./compile tryrsolv.c && ./load tryrsolv dns.o \
ipalloc.o strsalloc.o ip.o stralloc.a alloc.a error.a fs.a str.a \
-lresolv `cat socket.lib` ) >/dev/null 2>&1 \
&& echo -lresolv || exit 0 ) > dns.lib
rm -f tryrsolv.o tryrsolv
./load qmail-remote control.o constmap.o timeoutread.o \
timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \
ipalloc.o strsalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \
lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \
str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib` \
-lssl -lcrypto
./compile qmail-rspawn.c
./compile tcpto_clean.c
./load qmail-rspawn spawn.o tcpto_clean.o now.o coe.o \
sig.a open.a seek.a lock.a wait.a fd.a stralloc.a alloc.a \
substdio.a error.a str.a auto_qmail.o auto_uids.o \
auto_spawn.o
( ./compile trydrent.c >/dev/null 2>&1 \
&& cat direntry.h2 || cat direntry.h1 ) > direntry.h
rm -f trydrent.o
./compile qmail-clean.c
qmail-clean.c: In function ‘main’:
qmail-clean.c:53: warning: return type of ‘main’ is not ‘int’
./compile fmtqfn.c
./auto-int auto_split `head -1 conf-split` > auto_split.c
./compile auto_split.c
./load qmail-clean fmtqfn.o now.o getln.a sig.a stralloc.a \
alloc.a substdio.a error.a str.a fs.a auto_qmail.o \
auto_split.o
./compile qmail-send.c
In file included from qmail-send.c:29:
qsutil.h:5: warning: conflicting types for built-in function ‘log2’
qmail-send.c: In function ‘main’:
qmail-send.c:1516: warning: return type of ‘main’ is not ‘int’
./compile qsutil.c
In file included from qsutil.c:4:
qsutil.h:5: warning: conflicting types for built-in function ‘log2’
./compile newfield.c
./compile prioq.c
( ( ./compile trymkffo.c && ./load trymkffo ) >/dev/null \
2>&1 \
&& echo \#define HASMKFIFO 1 || exit 0 ) > hasmkffo.h
rm -f trymkffo.o trymkffo
./compile fifo.c
( ( ./compile trynpbg1.c \
&& ./load trynpbg1 fifo.o open.a && ./trynpbg1 ) \
>/dev/null 2>&1 \
&& echo \#define HASNAMEDPIPEBUG1 1 || exit 0 ) > \
hasnpbg1.h
rm -f trynpbg1.o trynpbg1
./compile trigger.c
./compile readsubdir.c
./compile date822fmt.c
./load qmail-send qsutil.o control.o constmap.o newfield.o \
prioq.o trigger.o fmtqfn.o quote.o now.o readsubdir.o \
qmail.o date822fmt.o datetime.a case.a ndelay.a getln.a \
wait.a seek.a fd.a sig.a open.a lock.a stralloc.a alloc.a \
substdio.a error.a str.a fs.a auto_qmail.o auto_split.o env.a
./compile qmail-start.c
qmail-start.c: In function ‘main’:
qmail-start.c:33: warning: return type of ‘main’ is not ‘int’
./load qmail-start prot.o fd.a auto_uids.o
./compile splogger.c
splogger.c: In function ‘main’:
splogger.c:51: warning: return type of ‘main’ is not ‘int’
( ( ./compile trysyslog.c && \
./load trysyslog -lgen ) >/dev/null 2>&1 \
&& echo -lgen || exit 0 ) > syslog.lib
rm -f trysyslog.o trysyslog
./load splogger substdio.a error.a str.a fs.a `cat \
syslog.lib` `cat socket.lib`
./compile qmail-queue.c
qmail-queue.c: In function ‘main’:
qmail-queue.c:155: warning: return type of ‘main’ is not ‘int’
./compile triggerpull.c
./load qmail-queue triggerpull.o fmtqfn.o now.o \
date822fmt.o datetime.a seek.a ndelay.a open.a sig.a \
alloc.a substdio.a error.a str.a fs.a auto_qmail.o \
auto_split.o auto_uids.o
./compile qmail-inject.c
qmail-inject.c:58: warning: conflicting types for built-in function ‘puts’
qmail-inject.c: In function ‘main’:
qmail-inject.c:688: warning: return type of ‘main’ is not ‘int’
./compile headerbody.c
./compile hfield.c
./compile token822.c
./load qmail-inject headerbody.o hfield.o newfield.o \
quote.o now.o control.o date822fmt.o constmap.o qmail.o \
case.a fd.a wait.a open.a getln.a sig.a getopt.a datetime.a \
token822.o env.a stralloc.a alloc.a substdio.a error.a \
str.a fs.a auto_qmail.o
./compile predate.c
predate.c: In function ‘main’:
predate.c:26: warning: return type of ‘main’ is not ‘int’
./load predate datetime.a strerr.a sig.a fd.a wait.a \
substdio.a error.a str.a fs.a
cat warn-auto.sh datemail.sh \
| sed s}QMAIL}"`head -1 conf-qmail`"}g \
| sed s}BREAK}"`head -1 conf-break`"}g \
| sed s}SPLIT}"`head -1 conf-split`"}g \
> datemail
chmod 755 datemail
cat warn-auto.sh mailsubj.sh \
| sed s}QMAIL}"`head -1 conf-qmail`"}g \
| sed s}BREAK}"`head -1 conf-break`"}g \
| sed s}SPLIT}"`head -1 conf-split`"}g \
> mailsubj
chmod 755 mailsubj
cat warn-auto.sh qmail-upq.sh \
| sed s}QMAIL}"`head -1 conf-qmail`"}g \
| sed s}BREAK}"`head -1 conf-break`"}g \
| sed s}SPLIT}"`head -1 conf-split`"}g \
> qmail-upq
chmod 755 qmail-upq
./compile qmail-showctl.c
qmail-showctl.c: In function ‘main’:
qmail-showctl.c:141: warning: return type of ‘main’ is not ‘int’
./load qmail-showctl auto_uids.o control.o open.a getln.a \
stralloc.a alloc.a substdio.a error.a str.a fs.a \
auto_qmail.o auto_break.o auto_patrn.o auto_spawn.o \
auto_split.o
./compile qmail-newu.c
qmail-newu.c: In function ‘main’:
qmail-newu.c:72: warning: return type of ‘main’ is not ‘int’
./compile cdbmss.c
./compile cdbmake_pack.c
./compile cdbmake_hash.c
./compile cdbmake_add.c
./makelib cdbmake.a cdbmake_pack.o cdbmake_hash.o \
cdbmake_add.o
./load qmail-newu cdbmss.o getln.a open.a seek.a cdbmake.a \
case.a stralloc.a alloc.a substdio.a error.a str.a \
auto_qmail.o
./compile qmail-pw2u.c
qmail-pw2u.c: In function ‘die_chdir’:
qmail-pw2u.c:23: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_nomem’:
qmail-pw2u.c:28: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_read’:
qmail-pw2u.c:33: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_write’:
qmail-pw2u.c:38: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_control’:
qmail-pw2u.c:43: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_alias’:
qmail-pw2u.c:51: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_home’:
qmail-pw2u.c:59: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘die_user’:
qmail-pw2u.c:67: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c: In function ‘main’:
qmail-pw2u.c:250: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c:311: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-pw2u.c:234: warning: return type of ‘main’ is not ‘int’
./load qmail-pw2u constmap.o control.o open.a getln.a \
case.a getopt.a stralloc.a alloc.a substdio.a error.a str.a \
fs.a auto_usera.o auto_break.o auto_qmail.o
./compile qmail-qread.c
qmail-qread.c: In function ‘main’:
qmail-qread.c:109: warning: return type of ‘main’ is not ‘int’
./load qmail-qread fmtqfn.o readsubdir.o date822fmt.o \
datetime.a open.a getln.a stralloc.a alloc.a substdio.a \
error.a str.a fs.a auto_qmail.o auto_split.o
cat warn-auto.sh qmail-qstat.sh \
| sed s}QMAIL}"`head -1 conf-qmail`"}g \
| sed s}BREAK}"`head -1 conf-break`"}g \
| sed s}SPLIT}"`head -1 conf-split`"}g \
> qmail-qstat
chmod 755 qmail-qstat
./compile qmail-tcpto.c
qmail-tcpto.c: In function ‘main’:
qmail-tcpto.c:36: warning: return type of ‘main’ is not ‘int’
./load qmail-tcpto ip.o now.o open.a lock.a substdio.a \
error.a str.a fs.a auto_qmail.o
./compile qmail-tcpok.c
qmail-tcpok.c: In function ‘main’:
qmail-tcpok.c:15: warning: return type of ‘main’ is not ‘int’
./load qmail-tcpok open.a lock.a strerr.a substdio.a \
error.a str.a auto_qmail.o
./compile qmail-pop3d.c
qmail-pop3d.c:48: warning: conflicting types for built-in function ‘puts’
qmail-pop3d.c: In function ‘main’:
qmail-pop3d.c:293: warning: return type of ‘main’ is not ‘int’
./compile commands.c
./compile maildir.c
./load qmail-pop3d commands.o case.a timeoutread.o \
timeoutwrite.o maildir.o prioq.o now.o env.a strerr.a sig.a \
open.a getln.a stralloc.a alloc.a substdio.a error.a str.a \
fs.a `cat socket.lib`
./compile qmail-popup.c
qmail-popup.c:41: warning: conflicting types for built-in function ‘puts’
qmail-popup.c: In function ‘main’:
qmail-popup.c:171: warning: return type of ‘main’ is not ‘int’
./load qmail-popup commands.o timeoutread.o timeoutwrite.o \
now.o case.a fd.a sig.a wait.a stralloc.a alloc.a \
substdio.a error.a str.a fs.a `cat socket.lib`
./compile qmail-qmqpc.c
./load qmail-qmqpc slurpclose.o timeoutread.o \
timeoutwrite.o timeoutconn.o ip.o control.o auto_qmail.o \
sig.a ndelay.a open.a getln.a substdio.a stralloc.a alloc.a \
error.a str.a fs.a `cat socket.lib`
./compile qmail-qmqpd.c
./compile received.c
./load qmail-qmqpd received.o now.o date822fmt.o qmail.o \
auto_qmail.o env.a substdio.a sig.a error.a wait.a fd.a \
str.a datetime.a fs.a
./compile qmail-qmtpd.c
qmail-qmtpd.c: In function ‘badproto’:
qmail-qmtpd.c:15: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-qmtpd.c: In function ‘resources’:
qmail-qmtpd.c:16: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-qmtpd.c: In function ‘safewrite’:
qmail-qmtpd.c:22: warning: incompatible implicit declaration of built-in function ‘_exit’
qmail-qmtpd.c: In function ‘saferead’:
qmail-qmtpd.c:34: warning: incompatible implicit declaration of built-in function ‘_exit’
./compile rcpthosts.c
./load qmail-qmtpd rcpthosts.o control.o constmap.o \
received.o date822fmt.o now.o qmail.o cdb.a fd.a wait.a \
datetime.a open.a getln.a sig.a case.a env.a stralloc.a \
alloc.a substdio.a error.a str.a fs.a auto_qmail.o
./compile qmail-smtpd.c
qmail-smtpd.c:351: error: redefinition of ‘mfcheck’
qmail-smtpd.c:332: error: previous definition of ‘mfcheck’ was here
qmail-smtpd.c:681: error: redefinition of ‘spfreceived’
qmail-smtpd.c:662: error: previous definition of ‘spfreceived’ was here
qmail-smtpd.c: In function ‘main’:
qmail-smtpd.c:1047: warning: return type of ‘main’ is not ‘int’
qmail-smtpd.c: At top level:
qmail-smtpd.c:1080: error: redefinition of ‘checkrcptcount’
qmail-smtpd.c:1074: error: previous definition of ‘checkrcptcount’ was here
make: *** [qmail-smtpd.o] Error 1
===================================================================

whatś going on here? can anyone help me pls.? i tried to google the net but i didn find anything.... is there anyone who can explain what am i doing wrong? thanks!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Qmail Installation rr_rr_29 Linux - Networking 1 02-26-2006 07:25 AM
qmail (LWQ) installation error *spot the n00b* dannyboynslu2 Linux - Software 1 07-30-2005 11:00 AM
qmail Installation niranjan_mr Linux - Software 1 01-10-2005 06:44 PM
QMAIL error:554 Transaction failed: message format error mpk25 Linux - Software 1 10-15-2004 12:53 PM
qmail +qmail-qfilter + qmail-scanner-queue+qmail-user-masq.pl problem countcobolt Linux - Networking 0 07-08-2004 11:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration