Re: [qmailtoaster] perl module mail::domainkeys

2007-01-24 Thread Alexey Loukianov

[EMAIL PROTECTED] wrote:

Are you leaving the
toolchain on your servers (I guess I'm the paranoid type), or are you
compiling on one machine, and then installing the binaries on the
production server??  
Compile on one host, test on another, in case of success move to the one 
or two production hosts, wait a week or so to let it pass 'on-air test', 
then upgrade the rest of production hosts.


 I was thinking of a script to install/uninstall the

toolchain as needed to facilitate upgrades, yet remove the toolchain
after.
I suppose that's it is easier to setup your own private YUM repo with 
compiled and ready-to-deploy RPMS for QT. That is the way I used to do. 
No need for compilers and like on the production boxes, and easier to 
upgrade and administer.


--
Best regards,
Alexey Loukianov  mailto:[EMAIL PROTECTED]
System Engineer,
IT Department,
Lavtech Corp.

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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-23 Thread Alexey Loukianov

[EMAIL PROTECTED] wrote:

Not a big deal, hope you got what you needed to taken care of.  I just
performed a minimal install of Centos 4.4, downloaded the install scripts
from the QT site, and followed the installation instructions line-by-line.
 Only, I executed each script command by itself to watch, see and learn
from the results.


Got it. Well, in this case I'm isn't the best adviser you may find. I 
used to build and install QT RPMS myself, slightly modifying them to 
suit my needs. Installing using scripts it the thing implemented by 
Eric, and I suppose he can aid you to overcome problems.


As for perl modules and dependencies, all the CentOS 4.x servers I've 
got has this modules installed:


[EMAIL PROTECTED] DAG]# rpm -qa | grep perl-
perl-URI-1.30-4
perl-HTML-Tagset-3.03-30
perl-libxml-perl-0.07-30
perl-XML-Grove-0.46alpha-27
perl-XML-LibXML-Common-0.13-7
perl-Net-DNS-0.48-1
perl-Bit-Vector-6.3-3
perl-TimeDate-1.16-1.rf
perl-MIME-tools-5.419-1.rf
perl-IO-Zlib-1.04-1.2.el4.rf
perl-Filter-1.30-6
perl-HTML-Parser-3.35-6
perl-XML-Parser-2.34-5
perl-XML-Dumper-0.71-2
perl-XML-NamespaceSupport-1.08-6
perl-XML-SAX-0.12-7
perl-XML-Twig-3.13-6
perl-Crypt-SSLeay-0.51-5
perl-XML-LibXML-1.58-1
perl-DBI-1.40-8
perl-Digest-HMAC-1.01-13
perl-DBD-MySQL-2.9004-3.1
perl-Date-Calc-5.3-9
perl-Unicode-String-2.09-1.rf
perl-Convert-Cyrillic-1.05-1.lx2
perl-IO-stringy-2.110-1.rf
perl-MD5-2.03-1.rf
perl-5.8.5-36.RHEL4
perl-Archive-Tar-1.30-1.el4.rf
perl-libwww-perl-5.79-5
perl-XML-Encoding-1.01-26
perl-Convert-ASN1-0.18-3
perl-LDAP-0.31-5
perl-Digest-SHA1-2.07-5
perl-Time-HiRes-1.55-3
perl-Unicode-Map8-0.12-0.rf
perl-Convert-BinHex-1.119-2.rf
perl-MailTools-1.74-1.c4

Most of them are from rpmforge repository, you can learn more about it 
here: http://dag.wieers.com/home-made/apt/FAQ.php#B



However, the HTML-Parser issue is really perplexing me. I've looked over
the list, and cannot really find anyone else having this issue (or maybe
everyone just yum'ed it like I did and went on with the install).  Do you
think this is a Centos 4.4 issue?? I'm going to grab a copy of 4.3 and try
again to see if the same type things happen.
I don't thing that this issue is anyhow related with the CentOS 4.x 
release version. More likely cause is the minor differences in package 
selection during install of OS. But in any case, it seems to me that 
install scripts should be smarter and check for required dependencies 
before starting the build process. IMHO, of course :-),



--
Best regards,
Alexey Loukianov  mailto:[EMAIL PROTECTED]
System Engineer,
IT Department,
Lavtech Corp.

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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-23 Thread Eric \Shubes\
Alexey Loukianov wrote:
 [EMAIL PROTECTED] wrote:
 Not a big deal, hope you got what you needed to taken care of.  I just
 performed a minimal install of Centos 4.4, downloaded the install scripts
 from the QT site, and followed the installation instructions
 line-by-line.
  Only, I executed each script command by itself to watch, see and learn
 from the results.
 
 Got it. Well, in this case I'm isn't the best adviser you may find. I
 used to build and install QT RPMS myself, slightly modifying them to
 suit my needs. Installing using scripts it the thing implemented by
 Eric, and I suppose he can aid you to overcome problems.

I've done qtp-newmodel, but the installation scripts were there when I came
on board (I think Nick put them together). I'd like to consolidate the other
scripts at some point (so there isn't a separate script for each distro) and
incorporate them all into qtp-newmodel.

 As for perl modules and dependencies, all the CentOS 4.x servers I've
 got has this modules installed:
 
 [EMAIL PROTECTED] DAG]# rpm -qa | grep perl-
 perl-URI-1.30-4
 perl-HTML-Tagset-3.03-30
 perl-libxml-perl-0.07-30
 perl-XML-Grove-0.46alpha-27
 perl-XML-LibXML-Common-0.13-7
 perl-Net-DNS-0.48-1
 perl-Bit-Vector-6.3-3
 perl-TimeDate-1.16-1.rf
 perl-MIME-tools-5.419-1.rf
 perl-IO-Zlib-1.04-1.2.el4.rf
 perl-Filter-1.30-6
 perl-HTML-Parser-3.35-6
 perl-XML-Parser-2.34-5
 perl-XML-Dumper-0.71-2
 perl-XML-NamespaceSupport-1.08-6
 perl-XML-SAX-0.12-7
 perl-XML-Twig-3.13-6
 perl-Crypt-SSLeay-0.51-5
 perl-XML-LibXML-1.58-1
 perl-DBI-1.40-8
 perl-Digest-HMAC-1.01-13
 perl-DBD-MySQL-2.9004-3.1
 perl-Date-Calc-5.3-9
 perl-Unicode-String-2.09-1.rf
 perl-Convert-Cyrillic-1.05-1.lx2
 perl-IO-stringy-2.110-1.rf
 perl-MD5-2.03-1.rf
 perl-5.8.5-36.RHEL4
 perl-Archive-Tar-1.30-1.el4.rf
 perl-libwww-perl-5.79-5
 perl-XML-Encoding-1.01-26
 perl-Convert-ASN1-0.18-3
 perl-LDAP-0.31-5
 perl-Digest-SHA1-2.07-5
 perl-Time-HiRes-1.55-3
 perl-Unicode-Map8-0.12-0.rf
 perl-Convert-BinHex-1.119-2.rf
 perl-MailTools-1.74-1.c4

Thanks for the list, Alexey.
I'm not very knowledgable about perl. If some of these modules are already
installed using CPAN, what are the considerations of changing them to
rpm-based? Will it be ok to simply yum install them?

 Most of them are from rpmforge repository, you can learn more about it
 here: http://dag.wieers.com/home-made/apt/FAQ.php#B

Thanks for the link too!

 However, the HTML-Parser issue is really perplexing me. I've looked over
 the list, and cannot really find anyone else having this issue (or maybe
 everyone just yum'ed it like I did and went on with the install).  Do you
 think this is a Centos 4.4 issue?? I'm going to grab a copy of 4.3 and
 try
 again to see if the same type things happen.
 I don't thing that this issue is anyhow related with the CentOS 4.x
 release version. More likely cause is the minor differences in package
 selection during install of OS. But in any case, it seems to me that
 install scripts should be smarter and check for required dependencies
 before starting the build process. IMHO, of course :-),

I agree. A comprehensive minimal list of required rpms would be nice to
have. Easy to automate at that point.

(IMHO) It'd be great if everything was rpm based, so CPAN wouldn't be
necessary. I think EE might be working on that.

-- 
-Eric 'shubes'

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



Re[2]: [qmailtoaster] perl module mail::domainkeys

2007-01-23 Thread Alexey Loukianov
Greetings, Eric.

23 ?? 2007 ?., 18:34:30 you have wrote:
 As for perl modules and dependencies, all the CentOS 4.x servers I've
 got has this modules installed:
 Thanks for the list, Alexey.
 I'm not very knowledgable about perl. If some of these modules are already
 installed using CPAN, what are the considerations of changing them to
 rpm-based? Will it be ok to simply yum install them?
It's OK, but there might be troubles with RPM complaining about files
already existing on the system. In such case --replacefiles might be
required.

 (IMHO) It'd be great if everything was rpm based, so CPAN wouldn't be
 necessary. I think EE might be working on that.
Can't see any troubles with it. DAG's repo provides all the packages
needed for RHEL and derivates, for Fedora there's livna repo and some
parts of RPMFORGE repo available. Other distributions must be alike.
And, as I'd already stated, it was never a big deal to package CPAN
module into an RPM. There's even a special tool called CPAN2RPM, which
might be helpfull in achieving this task.

-- 
Best Regards,
 Alexey Loukianov  mailto:[EMAIL PROTECTED]

Software Development Department,
Lavtech Corp
http://mnogo.ru, http://lavtech.ru


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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-23 Thread qmailtech
 [EMAIL PROTECTED] wrote:
 Not a big deal, hope you got what you needed to taken care of.  I just
 performed a minimal install of Centos 4.4, downloaded the install
 scripts
 from the QT site, and followed the installation instructions
 line-by-line.
  Only, I executed each script command by itself to watch, see and learn
 from the results.

 Got it. Well, in this case I'm isn't the best adviser you may find. I
 used to build and install QT RPMS myself, slightly modifying them to
 suit my needs. Installing using scripts it the thing implemented by
 Eric, and I suppose he can aid you to overcome problems.

 As for perl modules and dependencies, all the CentOS 4.x servers I've
 got has this modules installed:

 [EMAIL PROTECTED] DAG]# rpm -qa | grep perl-
 perl-URI-1.30-4
 perl-HTML-Tagset-3.03-30
 perl-libxml-perl-0.07-30
 perl-XML-Grove-0.46alpha-27
 perl-XML-LibXML-Common-0.13-7
 perl-Net-DNS-0.48-1
 perl-Bit-Vector-6.3-3
 perl-TimeDate-1.16-1.rf
 perl-MIME-tools-5.419-1.rf
 perl-IO-Zlib-1.04-1.2.el4.rf
 perl-Filter-1.30-6
 perl-HTML-Parser-3.35-6
 perl-XML-Parser-2.34-5
 perl-XML-Dumper-0.71-2
 perl-XML-NamespaceSupport-1.08-6
 perl-XML-SAX-0.12-7
 perl-XML-Twig-3.13-6
 perl-Crypt-SSLeay-0.51-5
 perl-XML-LibXML-1.58-1
 perl-DBI-1.40-8
 perl-Digest-HMAC-1.01-13
 perl-DBD-MySQL-2.9004-3.1
 perl-Date-Calc-5.3-9
 perl-Unicode-String-2.09-1.rf
 perl-Convert-Cyrillic-1.05-1.lx2
 perl-IO-stringy-2.110-1.rf
 perl-MD5-2.03-1.rf
 perl-5.8.5-36.RHEL4
 perl-Archive-Tar-1.30-1.el4.rf
 perl-libwww-perl-5.79-5
 perl-XML-Encoding-1.01-26
 perl-Convert-ASN1-0.18-3
 perl-LDAP-0.31-5
 perl-Digest-SHA1-2.07-5
 perl-Time-HiRes-1.55-3
 perl-Unicode-Map8-0.12-0.rf
 perl-Convert-BinHex-1.119-2.rf
 perl-MailTools-1.74-1.c4

that's quite a list compared to what I have installed after the scripts. 
Here is the output of what I have:

[EMAIL PROTECTED] ~]# rpm -qa | grep perl-
perl-Filter-1.30-6
perl-Time-HiRes-1.55-3
perl-5.8.5-36.RHEL4
perl-Digest-SHA1-2.07-5
perl-URI-1.30-4
perl-Digest-HMAC-1.01-13
perl-HTML-Tagset-3.03-30
perl-DBI-1.40-8
perl-DBD-MySQL-2.9004-3.1
perl-Net-DNS-0.48-1
perl-HTML-Parser-3.35-6

I'm glad you've mentioned Dag, I usually set his repo up after most server
installs, LOTS of necessary rpm's available there.  The install is
really not a problem, I'm just trying to automate the install of a cool
mailserver so my tech's can implement one in a matter of minutes for
some of our customers.  I was planning on cutomizing some of the scripts,
and maybe some SPEC's anyway to suit our needs.  Are you leaving the
toolchain on your servers (I guess I'm the paranoid type), or are you
compiling on one machine, and then installing the binaries on the
production server??  I was thinking of a script to install/uninstall the
toolchain as needed to facilitate upgrades, yet remove the toolchain
after.
Sounds a little silly though :).

Thanks for the great insite,

Robert Van Dresar
Airplexus, Inc.





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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-23 Thread qmailtech
 Alexey Loukianov wrote:
 [EMAIL PROTECTED] wrote:
 Not a big deal, hope you got what you needed to taken care of.  I just
 performed a minimal install of Centos 4.4, downloaded the install
 scripts
 from the QT site, and followed the installation instructions
 line-by-line.
  Only, I executed each script command by itself to watch, see and learn
 from the results.

 Got it. Well, in this case I'm isn't the best adviser you may find. I
 used to build and install QT RPMS myself, slightly modifying them to
 suit my needs. Installing using scripts it the thing implemented by
 Eric, and I suppose he can aid you to overcome problems.

 I've done qtp-newmodel, but the installation scripts were there when I
 came
 on board (I think Nick put them together). I'd like to consolidate the
 other
 scripts at some point (so there isn't a separate script for each distro)
 and
 incorporate them all into qtp-newmodel.

Eric /Shubes/,  I have qtp-newmodel installed, and the scripts are great.

 Thanks for the list, Alexey.
 I'm not very knowledgable about perl. If some of these modules are already
 installed using CPAN, what are the considerations of changing them to
 rpm-based? Will it be ok to simply yum install them?

 Most of them are from rpmforge repository, you can learn more about it
 here: http://dag.wieers.com/home-made/apt/FAQ.php#B

 Thanks for the link too!

 However, the HTML-Parser issue is really perplexing me. I've looked
 over
 the list, and cannot really find anyone else having this issue (or
 maybe
 everyone just yum'ed it like I did and went on with the install).  Do
 you
 think this is a Centos 4.4 issue?? I'm going to grab a copy of 4.3 and
 try
 again to see if the same type things happen.
 I don't thing that this issue is anyhow related with the CentOS 4.x
 release version. More likely cause is the minor differences in package
 selection during install of OS. But in any case, it seems to me that
 install scripts should be smarter and check for required dependencies
 before starting the build process. IMHO, of course :-),

 I agree. A comprehensive minimal list of required rpms would be nice to
 have. Easy to automate at that point.

Certainly what I (think) we are after.  An install with minimal
intervention, sane defaults, yet a customizable kick butt mail server.
(IMHO) ;)

 (IMHO) It'd be great if everything was rpm based, so CPAN wouldn't be
 necessary. I think EE might be working on that.

Anything I can do to help, count me in.  Removing CPAN, or turning CPAN
mod's into rpms would be great.


Robert Van Dresar
Airplexus, Inc.





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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-23 Thread Erik Espinoza

 (IMHO) It'd be great if everything was rpm based, so CPAN wouldn't be
 necessary. I think EE might be working on that.


I don't think I have the time or energy to handle rpm's for every perl
module used by SpamAssassin for every distribution we support.

For those that can, use RPMForge, for those distros not covered you'll
have to use CPAN.

That said, if you are on CentOS4 + RPMForge you can run this command:

yum -y install autoconf automake automake17 bzip2 bzip2-devel
compat-gcc-32 compat-gcc-32-c++ curl curl-devel expect expect-devel
gcc gcc-c++ gdbm gdbm-devel gmp gmp-devel httpd httpd-devel krb5-devel
krb5-libs libidn libidn-devel libtool mysql mysql-devel mysql-server
mrtg openssh openssh-clients openssh-server openssl openssl-devel pcre
pcre-devel php-imap php-mysql redhat-rpm-config rpm-build rpm-devel
rpm-libs rpm-python sed setup stunnel which groff make diffutils
pam-devel procmail ntp perl-DBD-MySQL perl-URI perl-Digest-HMAC
perl-Net-DNS perl-Net-SSLeay perl-Net-Ident perl-Archive-Tar
perl-Net-CIDR-Lite perl-libwww-perl perl-Socket6 perl-Filter perl-DBI
perl-HTML-Tagset perl-Digest-SHA1 perl-HTML-Parser perl-Time-HiRes
perl-IO-Socket-SSL perl-IO-Zlib perl-Sys-Hostname-Long
perl-Mail-SPF-Query perl-LWP-UserAgent-Determined perl-IO-Socket-INET6
perl-Geography-Countries perl-IP-Country perl-Razor-Agent

For all dependencies on CentOS 4.x.

Thanks,
Erik

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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-23 Thread qmailtech
  (IMHO) It'd be great if everything was rpm based, so CPAN wouldn't be
  necessary. I think EE might be working on that.

 I don't think I have the time or energy to handle rpm's for every perl
 module used by SpamAssassin for every distribution we support.

 For those that can, use RPMForge, for those distros not covered you'll
 have to use CPAN.

 That said, if you are on CentOS4 + RPMForge you can run this command:

 yum -y install autoconf automake automake17 bzip2 bzip2-devel
 compat-gcc-32 compat-gcc-32-c++ curl curl-devel expect expect-devel
 gcc gcc-c++ gdbm gdbm-devel gmp gmp-devel httpd httpd-devel krb5-devel
 krb5-libs libidn libidn-devel libtool mysql mysql-devel mysql-server
 mrtg openssh openssh-clients openssh-server openssl openssl-devel pcre
 pcre-devel php-imap php-mysql redhat-rpm-config rpm-build rpm-devel
 rpm-libs rpm-python sed setup stunnel which groff make diffutils
 pam-devel procmail ntp perl-DBD-MySQL perl-URI perl-Digest-HMAC
 perl-Net-DNS perl-Net-SSLeay perl-Net-Ident perl-Archive-Tar
 perl-Net-CIDR-Lite perl-libwww-perl perl-Socket6 perl-Filter perl-DBI
 perl-HTML-Tagset perl-Digest-SHA1 perl-HTML-Parser perl-Time-HiRes
 perl-IO-Socket-SSL perl-IO-Zlib perl-Sys-Hostname-Long
 perl-Mail-SPF-Query perl-LWP-UserAgent-Determined perl-IO-Socket-INET6
 perl-Geography-Countries perl-IP-Country perl-Razor-Agent

 For all dependencies on CentOS 4.x.

 Thanks,
 Erik

Erik,
Thanks for the great list!!  Are you using RPMForge on your servers, and
do the packages seem compatible/stable/up-to-date, from a QT perspective?

Robert





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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-23 Thread George Sweetnam

#about adding perl modules from cpan or rpm (which isn't a bad idea on an 
rpm based system)
#we don't have to load through cpan necessarily.  You can load modules from 
the command line too:

perl -MCPAN -e 'install Net::DNS'#orperl -e 'use CPAN; install 
Net::DNS;'When i was installing spamassassin from source (which i still do 
on several systems) I scripted a bunch of modules to install in this 
way.George 


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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-22 Thread qmailtech
 [EMAIL PROTECTED] wrote:
 Why do you bother yourself with installation of Mail::Domainkeys?
 It is not needed by QT at all!
 Thanks for the info, should this installation be removed from the perl
 install scripts then??

 Sorry for long delay in answer, I've been off from list busy with some
 urgent duties. Could you please explain in details what methods do you
 use to install QT on a fresh CentOS4.x installation?

 --
Alexy,

Not a big deal, hope you got what you needed to taken care of.  I just
performed a minimal install of Centos 4.4, downloaded the install scripts
from the QT site, and followed the installation instructions line-by-line.
 Only, I executed each script command by itself to watch, see and learn
from the results.

It seems, at least on my install, that perl-HTML-Parser is never
installed, and the Spamassassin rpm fails without yum installing it first
(I noticed it is not in the deps script, and installing it from CPAN did
not resolve the issue).

What the original post concerned was during the execution of the perl
modules script, I had to force install Crypt::OpenSSL::RSA before I could
get Mail::Domainkeys to install.  Since you had stated the
Mail::Domainkeys is not needed by QT, I was just wondering if it could be
eliminated from the perl script.

However, the HTML-Parser issue is really perplexing me. I've looked over
the list, and cannot really find anyone else having this issue (or maybe
everyone just yum'ed it like I did and went on with the install).  Do you
think this is a Centos 4.4 issue?? I'm going to grab a copy of 4.3 and try
again to see if the same type things happen.

Everyone on this list is really great, and the feedback is excellent. 
Just give me your thoughts, and I'll post the results from the 4.3 test.

Robert Van Dresar
Airplexus, Inc.






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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-10 Thread qmailtech
 Greetings, qmailtech.

 7 ?? 2007 ?., 5:29:19 you have wrote:

 I'm trying my first install of QMT on CentOS 4.4.  I've installed
 minimal
 for OS Install and am following the CentOS install procedure.  I'm
 running
 each command in the scripts line by line to insure all is well, and when
 I
 try to install the perl module Mail::Domainkeys, I'm getting a failure
 when the tests run for Crypt::OpenSSL::RSA dependency.  Is this OK, or
 am
 I missing something.  The error is make test had returned bad status,
 won't install without force.  QMT consists of some wicked cool scripts,
 so I'm thinking I'm missing a depend or something.

 Why do you bother yourself with installation of Mail::Domainkeys?
 It is not needed by QT at all!

 --
 Best Regards,
  Alexey Loukianov  mailto:[EMAIL PROTECTED]

 Software Development Department,
 Lavtech Corp
 http://mnogo.ru, http://lavtech.ru


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


Alexey,

Thanks for the info, then should the installation of this perl module be
removed from the perl modules script???

Robert



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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-10 Thread qmailtech
 Greetings, qmailtech.

 7 ?? 2007 ?., 5:29:19 you have wrote:

 I'm trying my first install of QMT on CentOS 4.4.  I've installed
 minimal
 for OS Install and am following the CentOS install procedure.  I'm
 running
 each command in the scripts line by line to insure all is well, and when
 I
 try to install the perl module Mail::Domainkeys, I'm getting a failure
 when the tests run for Crypt::OpenSSL::RSA dependency.  Is this OK, or
 am
 I missing something.  The error is make test had returned bad status,
 won't install without force.  QMT consists of some wicked cool scripts,
 so I'm thinking I'm missing a depend or something.

 Why do you bother yourself with installation of Mail::Domainkeys?
 It is not needed by QT at all!

 --
 Best Regards,
  Alexey Loukianov  mailto:[EMAIL PROTECTED]

 Software Development Department,
 Lavtech Corp
 http://mnogo.ru, http://lavtech.ru


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



Alexey,

Thanks for the info, should this installation be removed from the perl
install scripts then??

Robert


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



Re: [qmailtoaster] perl module mail::domainkeys

2007-01-09 Thread Alexey Loukianov
Greetings, qmailtech.

7 ?? 2007 ?., 5:29:19 you have wrote:

 I'm trying my first install of QMT on CentOS 4.4.  I've installed minimal
 for OS Install and am following the CentOS install procedure.  I'm running
 each command in the scripts line by line to insure all is well, and when I
 try to install the perl module Mail::Domainkeys, I'm getting a failure
 when the tests run for Crypt::OpenSSL::RSA dependency.  Is this OK, or am
 I missing something.  The error is make test had returned bad status,
 won't install without force.  QMT consists of some wicked cool scripts,
 so I'm thinking I'm missing a depend or something.

Why do you bother yourself with installation of Mail::Domainkeys?
It is not needed by QT at all!

-- 
Best Regards,
 Alexey Loukianov  mailto:[EMAIL PROTECTED]

Software Development Department,
Lavtech Corp
http://mnogo.ru, http://lavtech.ru


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



[qmailtoaster] perl module mail::domainkeys

2007-01-06 Thread qmailtech
I'm trying my first install of QMT on CentOS 4.4.  I've installed minimal
for OS Install and am following the CentOS install procedure.  I'm running
each command in the scripts line by line to insure all is well, and when I
try to install the perl module Mail::Domainkeys, I'm getting a failure
when the tests run for Crypt::OpenSSL::RSA dependency.  Is this OK, or am
I missing something.  The error is make test had returned bad status,
won't install without force.  QMT consists of some wicked cool scripts,
so I'm thinking I'm missing a depend or something.

Any help would be appreciated.

Robert Van Dresar
Airplexus, Inc.



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