Looks like you're building the packages, but not installing them.
Perhaps you should use one of the various scripts to take care of the
install for you.
You can simply type "rpm -e `rpm -qa | grep toaster`" to remove the
existing packages.
On 6/3/06, Jon M. Ernster <[EMAIL PROTECTED]> wrote:
Ok so I've been messing with this a bit more and have finally gotten qmail
to start up and all
[EMAIL PROTECTED] log]# qmailctl stat
pop3: up (pid 32496) 182 seconds
send: up (pid 32499) 182 seconds
smtp: up (pid 32509) 182 seconds
pop3/log: up (pid 32513) 182 seconds
send/log: up (pid 32505) 182 seconds
smtp/log: up (pid 32512) 182 seconds
I'm been messing around trying to get courier-imap to work. I ran rpmbuild
--rebuild --with cnt40
courier-imap-toaster-3.0.8-1.2.10.src.rpm and it seemed to
build just fine but now what? I am trying to find a service to start or
something but can't find anything…tried restarting qmail to see if it would
recognize it and then start it up but apparently not. I got squirrelmail
installed and the webmail works, but it says it can't connect to imap.
Another problem I'm running into is trying to install qmailadmin – it keeps
saying that it depends on ezmlm yet after I rpmbuild ezmlm-toaster and then
try qmailadmin again, it still says the same thing.
+ cd /usr/src/redhat/BUILD
+ cd ezmlm-0.53
+ '[' -n /var/tmp/ezmlm-toaster-0.53.324 -a /var/tmp/ezmlm-toaster-0.53.324
'!=' / ']'
+ rm -rf /var/tmp/ezmlm-toaster-0.53.324
+ '[' -d /usr/src/redhat/BUILD/ezmlm-0.53 ']'
+ rm -rf /usr/src/redhat/BUILD/ezmlm-0.53
+ '[' -f /var/tmp/ezmlm-0.53.324-gcc ']'
+ rm -f /var/tmp/ezmlm-0.53.324-gcc
+ '[' -f /var/tmp/ezmlm-0.53.324-gcc32 ']'
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.85818
+ umask 022
+ cd /usr/src/redhat/BUILD
+ rm -rf ezmlm-0.53
+ exit 0
[EMAIL PROTECTED] qtms-install]# rpmbuild --rebuild --with cnt40
qmailadmin-toaster-1.2.9-1.2.13.src.rpm
Installing qmailadmin-toaster-1.2.9-1.2.13.src.rpm
error: Failed build dependencies:
ezmlm-toaster >= 0.53.324 is needed by
qmailadmin-toaster-1.2.9-1.2.13.i386
[EMAIL PROTECTED] qtms-install]#
Thanks for any help.
Jon
________________________________
From: Jon M. Ernster [mailto:[EMAIL PROTECTED]
Sent: Friday, June 02, 2006 10:06 PM
To: [email protected]
Subject: [qmailtoaster] Problem installing qmailtoaster on CentOS 4.2
I'm getting errors when trying to run through the install.
I'm following the link here:
http://www.qmailtoaster.com/info/EZ-QmailToaster-Install.txt
I've followed the install all the way through without noting any errors to
see what happened. When I ran back through these are the things I was
getting hung up on:
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.67766
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd vpopmail-5.4.13
+ LANG=C
+ export LANG
+ unset DISPLAY
+ '[' -f /var/qmail/bin/vpopfake ']'
+ '[' -f /var/qmail/bin/qmail-newu ']'
+ mkdir /var/qmail
mkdir: cannot create directory `/var/qmail': File exists
error: Bad exit status from /var/tmp/rpm-tmp.67766 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.67766 (%build)
error: File not found by glob:
/usr/src/redhat/RPMS/i386/vpopmail-toaster*.rpm
Installing libdomainkeys-toaster . . .
Shall we continue? (yes, skip, quit) [y]/s/q:
error: cannot open libdomainkeys-toaster-*.src.rpm: No such
file or directory
error: File not found by glob:
/usr/src/redhat/RPMS/i386/libdomainkeys-toaster*.rpm
Installing qmail-toaster . . .
Shall we continue? (yes, skip, quit) [y]/s/q:
./compile qmail-dk.c
qmail-dk.c:23:24: domainkeys.h: No such file or directory
qmail-dk.c:46: error: syntax error before "DK_STAT"
qmail-dk.c:46: warning: data definition has no type or storage class
qmail-dk.c:105: error: syntax error before '*' token
qmail-dk.c:105: warning: data definition has no type or storage class
qmail-dk.c:106: error: syntax error before '*' token
qmail-dk.c:106: warning: data definition has no type or storage class
qmail-dk.c:107: error: syntax error before "st"
qmail-dk.c:107: warning: data definition has no type or storage class
qmail-dk.c:109: error: syntax error before '*' token
qmail-dk.c: In function `write_signature':
qmail-dk.c:117: warning: assignment makes pointer from integer without a
cast
qmail-dk.c:118: error: `keyfn' undeclared (first use in this function)
qmail-dk.c:118: error: (Each undeclared identifier is reported only once
qmail-dk.c:118: error: for each function it appears in.)
qmail-dk.c: In function `main':
qmail-dk.c:189: warning: assignment makes pointer from integer without a
cast
qmail-dk.c:193: error: `DK_CANON_NOFWS' undeclared (first use in this
function)
qmail-dk.c:193: warning: assignment makes pointer from integer without a
cast
qmail-dk.c:196: warning: assignment makes pointer from integer without a
cast
qmail-dk.c:249: error: `DK_STAT_OK' undeclared (first use in this function)
qmail-dk.c:250: error: `DK_STAT_BADSIG' undeclared (first use in this
function)
qmail-dk.c:251: error: `DK_STAT_NOSIG' undeclared (first use in this
function)
qmail-dk.c:252: error: `DK_STAT_NOKEY' undeclared (first use in this
function)
qmail-dk.c:253: error: `DK_STAT_CANTVRFY' undeclared (first use in this
function)
qmail-dk.c:254: error: `DK_STAT_BADKEY' undeclared (first use in this
function)
qmail-dk.c:255: error: `DK_STAT_INTERNAL' undeclared (first use in this
function)
qmail-dk.c:256: error: `DK_STAT_ARGS' undeclared (first use in this
function)
qmail-dk.c:257: error: `DK_STAT_SYNTAX' undeclared (first use in this
function)
qmail-dk.c:258: error: `DK_STAT_NORESOURCE' undeclared (first use in this
function)
qmail-dk.c:259: error: `DK_STAT_REVOKED' undeclared (first use in this
function)
qmail-dk.c:164: warning: return type of 'main' is not `int'
make: *** [qmail-dk.o] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.48227 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.48227 (%build)
error: File not found by glob:
/usr/src/redhat/RPMS/i386/qmail-toaster*.rpm
error: File not found by glob:
/usr/src/redhat/RPMS/i386/qmail-pop3d*.rpm
All of these files however, are located in the /usr/src/qtms-install folder
After the install completed I did skip steps 8 and 9 (though I did reboot)
But when I run the command qmailctl stat it says command not found.
Any help would be appreciated.
Thank you,
Jon
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]