Re: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Johnny Hughes
Joseph L. Casale wrote: Can you identify which one of these packages individually is requiring the 32-bit perl? In other words, can you install perl-LDAP without it wanting to pull in the 32-bit perl? Same for all of them... You can also do an rpm -q -R -p rpm on the .rpm file to see what it

RE: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Joseph L. Casale
There is a known issue with the new version of yum on RHEL/CentOS 5.2 ... You need to specify the packages like this: yum install package_name.x86_64 not yum install package_name If you do not specify, then yum can install both (or either) of i386 or x86_64 packages to meet that requirement.

Re: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Ray Van Dolson
On Sun, Jul 06, 2008 at 09:55:03AM -0600, Joseph L. Casale wrote: There is a known issue with the new version of yum on RHEL/CentOS 5.2 ... You need to specify the packages like this: yum install package_name.x86_64 not yum install package_name If you do not specify, then yum can

RE: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Joseph L. Casale
Just to muddy the waters on this a bit more... for me, the rpmforge perl-Time-HiRes package won't install as it conflicts with my base installation of perl. Yea, I just figured that out. This is on a RHEL5.2 x86_64 system however. So I assume an x86 install doesn't have this issue? # rpm -qf

Re: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Akemi Yagi
On Sun, Jul 6, 2008 at 9:10 AM, Ray Van Dolson [EMAIL PROTECTED] wrote: On Sun, Jul 06, 2008 at 09:55:03AM -0600, Joseph L. Casale wrote: This is on a RHEL5.2 x86_64 system however. # rpm -qf --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n'

Re: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Johnny Hughes
Joseph L. Casale wrote: Just to muddy the waters on this a bit more... for me, the rpmforge perl-Time-HiRes package won't install as it conflicts with my base installation of perl. Yea, I just figured that out. This is on a RHEL5.2 x86_64 system however. So I assume an x86 install doesn't

RE: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Joseph L. Casale
I would say it is the Best one ... it seems there is a problem in this instance. Its just not my day :P I used my gmail to sign up to rpmforge, and received the sub confirmation instantly, replied to it and received my membership confirmation. Sent an email regarding both packages I am having

Re: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Johnny Hughes
Akemi Yagi wrote: On Sun, Jul 6, 2008 at 9:10 AM, Ray Van Dolson [EMAIL PROTECTED] wrote: On Sun, Jul 06, 2008 at 09:55:03AM -0600, Joseph L. Casale wrote: This is on a RHEL5.2 x86_64 system however. # rpm -qf --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n'

Re: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-06 Thread Johnny Hughes
Joseph L. Casale wrote: I would say it is the Best one ... it seems there is a problem in this instance. Its just not my day :P I used my gmail to sign up to rpmforge, and received the sub confirmation instantly, replied to it and received my membership confirmation. Sent an email regarding

[CentOS] i386 version of Perl getting installed on x64 system?

2008-07-05 Thread Joseph L. Casale
I am trying to install: perl-Compress-Zlib perl-Digest-Perl-MD5 perl-Net-DNS perl-Time-HiRes perl-Email-Valid perl-File-ReadBackwards perl-File-Scan-ClamAV perl-Mail-SPF-Query perl-libwww-perl perl-LDAP perl-Unix-Syslog perl-Mail-SRS perl-Net-CIDR-Lite perl-Mail-SPF which are all either noarch

Re: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-05 Thread Ray Van Dolson
On Sat, Jul 05, 2008 at 10:13:46PM -0600, Joseph L. Casale wrote: I am trying to install: perl-Compress-Zlib perl-Digest-Perl-MD5 perl-Net-DNS perl-Time-HiRes perl-Email-Valid perl-File-ReadBackwards perl-File-Scan-ClamAV perl-Mail-SPF-Query perl-libwww-perl perl-LDAP

RE: [CentOS] i386 version of Perl getting installed on x64 system?

2008-07-05 Thread Joseph L. Casale
Can you identify which one of these packages individually is requiring the 32-bit perl? In other words, can you install perl-LDAP without it wanting to pull in the 32-bit perl? Same for all of them... You can also do an rpm -q -R -p rpm on the .rpm file to see what it requires, but I'm not sure