Hi,

That was my mistake.  It is fixed, sorry :(

Regards,

Nick

> I encountered the same problem with the libdomainkeys - I modified my
> installer script to look at the correct package name.  That's why my
> qmail-toaster install was erroring out because it wasn't finding
> domainkeys.h
>
> It looks like everything is working now (hopefully).  I need to start
> running some tests now.
>
> [EMAIL PROTECTED] www]# rpm -qa | grep toaster | sort
> autorespond-toaster-2.0.4-1.2.9
> control-panel-toaster-0.5-1.2.9
> courier-imap-toaster-3.0.8-1.2.10
> daemontools-toaster-0.76-1.2.11
> ezmlm-cgi-toaster-0.53.324-1.2.11
> ezmlm-toaster-0.53.324-1.2.11
> qmailadmin-toaster-1.2.9-1.2.13
> qmail-pop3d-toaster-1.03-1.3.2
> qmail-toaster-1.03-1.3.2
> ripmime-toaster-1.4.0.6-1.0.1
> send-emails-toaster-0.5-1.2.9
> spamassassin-toaster-3.1.1-1.2.14
> squirrelmail-toaster-1.4.6-1.2.15
> ucspi-tcp-toaster-0.88-1.2.11
> vpopmail-toaster-5.4.13-1.2.12
>
> [EMAIL PROTECTED] www]# qmailctl stat
> imap4: up (pid 2527) 2750 seconds
> imap4-ssl: up (pid 2540) 2750 seconds
> pop3: up (pid 32496) 36134 seconds
> pop3-ssl: up (pid 2530) 2750 seconds
> send: up (pid 2685) 2378 seconds
> smtp: up (pid 2688) 2378 seconds
> imap4/log: up (pid 2544) 2750 seconds
> imap4-ssl/log: up (pid 2543) 2750 seconds
> pop3/log: up (pid 32513) 36134 seconds
> pop3-ssl/log: up (pid 2536) 2750 seconds
> send/log: up (pid 32505) 36134 seconds
> smtp/log: up (pid 32512) 36134 seconds
>
> Thank you all for you all pushing me in the right direction - I'm fairly
> new
> to using CentOS and the rpm's - I'm use to using ports in FreeBSD.
>
> Jon
>
> -----Original Message-----
> From: Dewain Riddle [mailto:[EMAIL PROTECTED]
> Sent: Saturday, June 03, 2006 2:56 PM
> To: [email protected]
> Subject: Re: [qmailtoaster] Problem installing qmailtoaster on CentOS 4.2
>
> hey guys- i ran into this same problem earlier this week.  the download
> script is downloading libdomainkeys-x.x.x.  and the install script is
> looking for libdomainkeys-toaster-x.x.x.x, so the 2 packages aren't
> getting installed.  i did the rpm -- rebuild with the libdomainkeys and
> installed the 2 packages manually and continued with the install script
> where it errored.  i was going to write the list, but i thought someone
> was working on the rpm or the script  :)
>
> Dewain
>
>
> 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]
>
>
>
>
>
> ---------------------------------------------------------------------
>      QmailToaster hosted by: VR Hosted <http://www.vr.org>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
>      QmailToaster hosted by: VR Hosted <http://www.vr.org>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to