That appears to be the case. I'm at a loss as to why the rpm command shows
the same packages twice. You might google a bit to see if you can find
something on it.

Luis Lopez wrote:
> PS. This is only happening with that Zlib package as far as i can tell.
> 
> Sincerely,
> Luis Lopez
> 
> 
> 
> 
> Eric Shubert wrote:
>> The rpm command shouldn't be listing zlib twice. I wonder if your rpm
>> database is a bit corrupt. You might try
>> # rpm --rebuilddb
>> Does that fix it?
>>
>> Luis Lopez wrote:
>>   
>>> This is what I got:
>>>
>>> # rpm -qa |grep zlib
>>> zlib-1.2.3-3
>>> zlib-devel-1.2.3-3
>>> zlib-1.2.3-3
>>> zlib-devel-1.2.3-3
>>>
>>> Sincerely,
>>> Luis Lopez
>>>
>>>
>>>
>>> Eric Shubert wrote:
>>>     
>>>> Looks like it's not parsing your zlib package version correctly.
>>>> What does your system return for:
>>>> # rpm -qa | grep zlib
>>>> ?
>>>>
>>>> P.S. Glad you're up to date!
>>>> Luis Lopez wrote:
>>>>   
>>>>       
>>>>> Yoohoo all My packages are up-to-date.
>>>>>
>>>>> I do get one little error on:
>>>>>
>>>>> # ./qtp-ami-up2date
>>>>> */usr/sbin/qtp-config: line 117: 3-3
>>>>> zlib-1: syntax error in expression (error token is "zlib-1")*
>>>>>
>>>>> No New Qmail-Toaster Packages Available
>>>>>
>>>>> That line has this little if statement which is gibberish to me:
>>>>> if [ $((updt_v1)) -gt $((inst_v1)) ] \
>>>>>       || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>>>>>            && [ $((updt_v2)) -gt $((inst_v2)) ] ) \
>>>>>       || ( [ $((updt_v1)) -eq $((inst_v1)) ] \
>>>>>            && [ $((updt_v2)) -eq $((inst_v2)) ] \
>>>>>            && [ $((updt_v3)) -gt $((inst_v3)) ] ); then
>>>>>
>>>>> But as long as it works, it should be ok.
>>>>>
>>>>> Thanks Guys.
>>>>>
>>>>> Sincerely,
>>>>> Luis Lopez
>>>>>
>>>>> *
>>>>>
>>>>> * *
>>>>>
>>>>> *
>>>>>
>>>>>
>>>>>
>>>>> Luis Lopez wrote:
>>>>>     
>>>>>         
>>>>>> Just a quick note on how I installed this.
>>>>>>
>>>>>> 1. yum --enablerepo=rpmforge install perl-Archive-Tar
>>>>>> if for some reason it tries all the repos and errors out with bad
>>>>>> checksum go:
>>>>>>  /yum clean up
>>>>>> yum check-update
>>>>>> /
>>>>>> 2. yum --enablerepo=rpmforge install perl-LWP-UserAgent-Determined
>>>>>> This will install the last two dependencies, resolving this error:
>>>>>>         perl(Archive::Tar) >= 1.23 is needed by
>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>>>>>         perl(HTTP::Date) is needed by
>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>>>>>         perl(IO::Zlib) >= 1.04 is needed by
>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>>>>>         perl(LWP::UserAgent) is needed by
>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>>>>>
>>>>>> Eric Shubert wrote:
>>>>>>       
>>>>>>           
>>>>>>> Install the rpmforge-release package from dag wieers, then install the 
>>>>>>> perl
>>>>>>> packages using yum.
>>>>>>>
>>>>>>> If you've installed the latest qmailtoaster-plus package, you can 
>>>>>>> simply:
>>>>>>> # qtp-install-rpmforge
>>>>>>> # yum --enablerepo=rpmforge install perl-Archive-Tar ...
>>>>>>>
>>>>>>> Otherwise, check the list archives for the hard way. ;)
>>>>>>>
>>>>>>> Luis Lopez wrote:
>>>>>>>   
>>>>>>>         
>>>>>>>             
>>>>>>>> Hi There,
>>>>>>>>
>>>>>>>> I know that a couple of people had dependencies problems installing 
>>>>>>>> that
>>>>>>>> spamassassin-toaster package. I /yum update /the server and rebooted 
>>>>>>>> and
>>>>>>>> still had the same issue. No CPAN is used to update the perl modules.
>>>>>>>>
>>>>>>>> I'm not using the qtp-newmodel script, going the manual way:
>>>>>>>> wget http://www.qmailtoaster.org/download/develop/[package]
>>>>>>>>
>>>>>>>> rpmbuild --rebuild --with cnt5064 [package source]
>>>>>>>>
>>>>>>>> cd /usr/src/redhat/RPMS/i386
>>>>>>>>
>>>>>>>> rpm -Uvh [package]
>>>>>>>>
>>>>>>>> This is the way I've installed the updates so far and it has worked
>>>>>>>> perfectly. But  spamassassin-toaster-3.2.5-1.3.14  seems a bit tricky.
>>>>>>>>
>>>>>>>> Here is the output when trying to /rpm -Uvh/:
>>>>>>>> -------------------------
>>>>>>>> [EMAIL PROTECTED] x86_64]# rpm -Uvh 
>>>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64.rpm
>>>>>>>> error: Failed dependencies:
>>>>>>>>         perl(Archive::Tar) >= 1.23 is needed by
>>>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>>>>>>>         perl(HTTP::Date) is needed by
>>>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>>>>>>>         perl(IO::Zlib) >= 1.04 is needed by
>>>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>>>>>>>         perl(LWP::UserAgent) is needed by
>>>>>>>> spamassassin-toaster-3.2.5-1.3.14.x86_64
>>>>>>>> --------------------------
>>>>>>>>
>>>>>>>> My uname output:
>>>>>>>> Linux [server] 2.6.18-92.1.10.*el5xen* #1 SMP Tue Aug 5 08:11:18 EDT
>>>>>>>> 2008 *x86_64* x86_64 x86_64 GNU/Linux
>>>>>>>>
>>>>>>>> and here my perl modules:
>>>>>>>>
>>>>>>>> # rpm -qa |grep perl
>>>>>>>> perl-String-CRC32-1.4-2.fc6
>>>>>>>> perl-Net-DNS-0.59-3.el5
>>>>>>>> perl-URI-1.35-3
>>>>>>>> perl-DBD-MySQL-3.0007-1.fc6
>>>>>>>> perl-Net-IP-1.25-2.fc6
>>>>>>>> mod_perl-2.0.2-6.3.el5
>>>>>>>> perl-Socket6-0.19-3.fc6
>>>>>>>> perl-IO-Socket-INET6-2.51-2.fc6
>>>>>>>> perl-Digest-SHA1-2.11-1.2.1
>>>>>>>> perl-Digest-HMAC-1.01-15
>>>>>>>> perl-BSD-Resource-1.28-1.fc6.1
>>>>>>>> perl-DBI-1.52-1.fc6
>>>>>>>> perl-HTML-Tagset-3.10-2.1.1
>>>>>>>> perl-HTML-Parser-3.55-1.fc6
>>>>>>>> perl-5.8.8-10.el5_2.3
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks in advance.
>>>>>>>>
>>>>>>>> -- 
>>>>>>>>
>>>>>>>> Sincerely,
>>>>>>>> Luis Lopez
>>>>>>>>
>>>>>>>>  
>>>>>>>>
>>>>>>>> *
>>>>>>>>
>>>>>>>> *---------------------------
>>>>>>>> IT Support
>>>>>>>> Kiwibox.com <http://kiwibox.com/>
>>>>>>>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>>>>>>>> ---------------------------
>>>>>>>> 330 W. 38th #1602
>>>>>>>> New York, NY 10018
>>>>>>>> ---------------------------
>>>>>>>> Office    (212) 239-8210
>>>>>>>> Fax        (212) 239-8422*
>>>>>>>>
>>>>>>>> *Mobile   (917) 385-2541
>>>>>>>> --------------------------- *
>>>>>>>>
>>>>>>>> * *
>>>>>>>>
>>>>>>>> Information contained in this email and any attachments thereto shall 
>>>>>>>> be
>>>>>>>> considered privileged and/or confidential. You are hereby notified that
>>>>>>>> any dissemination, distribution or copying of this email or attachments
>>>>>>>> is prohibited, unless you have expressed permission. If you have
>>>>>>>> received this email in error, please notify the sender and delete the
>>>>>>>> email and the attachments.
>>>>>>>>
>>>>>>>>  
>>>>>>>>
>>>>>>>> * *
>>>>>>>>
>>>>>>>> * *
>>>>>>>>
>>>>>>>> * *
>>>>>>>>
>>>>>>>> *
>>>>>>>>
>>>>>>>>     
>>>>>>>>           
>>>>>>>>               
>>>>>>>   
>>>>>>>         
>>>>>>>             
>>>>   
>>>>       
>>
>>
>>   


-- 
-Eric 'shubes'

---------------------------------------------------------------------
     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