LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 06-14-2009, 11:55 AM   #1
whiskey06
LQ Newbie
 
Registered: Apr 2009
Location: NVLOC
Distribution: centos 5
Posts: 7

Rep: Reputation: 0
F11 X64 - Perl Install Problem


Code:
yum install perl* -y
Which results in this error:
Code:
Transaction Check Error:
  file /usr/bin/ipv4calc conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
  file /usr/share/man/man1/ipv4calc.1.gz conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
I need teh perlz because I'm installing Zimbra.
Code:
perl: symbol lookup error: /opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi/auto/IO/IO.so: undefined symbol: Perl_Tstack_sp_ptr
And for your entertainment:
http://www.youtube.com/watch?v=kfXCYIUJcNg
 
Old 06-14-2009, 12:21 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by whiskey06 View Post
Code:
yum install perl* -y
Which results in this error:
Code:
Transaction Check Error:
  file /usr/bin/ipv4calc conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
  file /usr/share/man/man1/ipv4calc.1.gz conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
I need teh perlz because I'm installing Zimbra.
Code:
perl: symbol lookup error: /opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi/auto/IO/IO.so: undefined symbol: Perl_Tstack_sp_ptr
And for your entertainment:
http://www.youtube.com/watch?v=kfXCYIUJcNg
"teh perlz"?? Write clearly...don't post junk like that.

And if you read the errors you're getting, they indicate that you already HAVE perl installed, and you're trying to do another install, instead of an upgrade.
 
Old 06-14-2009, 10:39 PM   #3
whiskey06
LQ Newbie
 
Registered: Apr 2009
Location: NVLOC
Distribution: centos 5
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TB0ne View Post
"teh perlz"?? Write clearly...don't post junk like that.

And if you read the errors you're getting, they indicate that you already HAVE perl installed, and you're trying to do another install, instead of an upgrade.
Never in my life did I expect to be chastised on my English by someone from Alabama.

I realise that I have it installed but I need to upgrade it in order to get Zimbra installed up and running. Does anyone have any suggestions?
 
Old 06-14-2009, 11:01 PM   #4
Icantprintinlinux
LQ Newbie
 
Registered: Oct 2007
Posts: 15

Rep: Reputation: 0
Did you check your cable?
 
Old 06-15-2009, 07:39 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by whiskey06 View Post
Never in my life did I expect to be chastised on my English by someone from Alabama.
Oh, why is that? Know ANYTHING about the place you're talking about, other than what you see on TV? Grow up...and if you're asking for help, it'd be good to keep in mind to not insult people who are TRYING to help you.

Quote:
I realise that I have it installed but I need to upgrade it in order to get Zimbra installed up and running. Does anyone have any suggestions?
Try "yum upgrade <module name>", instead of "install". The upgrade will remove the old module(s), and install the newer ones. Reading the man page for yum would be a good start.

Last edited by TB0ne; 06-15-2009 at 02:14 PM.
 
Old 08-20-2009, 11:46 AM   #6
Aun
LQ Newbie
 
Registered: Dec 2008
Location: Islamabad , Pakistan
Distribution: Fedora . RHEL , centos
Posts: 8

Rep: Reputation: 0
-------------------------------------------------
Transaction Check Error:
file /usr/bin/ipv4calc conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
file /usr/share/man/man1/ipv4calc.1.gz conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
------------------------------------------------------


I am also facing the same issue on fedora 11, can anyone please suggest the solution.

Regards
Aun Muhammad
 
Old 08-20-2009, 02:52 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Aun View Post
-------------------------------------------------
Transaction Check Error:
file /usr/bin/ipv4calc conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
file /usr/share/man/man1/ipv4calc.1.gz conflicts between attempted installs of perl-Network-IPv4Addr-0.05-14.fc11.noarch and perl-Net-IPv4Addr-0.10-4.fc11.noarch
------------------------------------------------------


I am also facing the same issue on fedora 11, can anyone please suggest the solution.

Regards
Aun Muhammad
Please open your own thread, for you own questions, don't hijack someone elses thread that's been closed for two months.

And this question has been answered above...read and follow the advice.
 
Old 08-21-2009, 05:18 AM   #8
Aun
LQ Newbie
 
Registered: Dec 2008
Location: Islamabad , Pakistan
Distribution: Fedora . RHEL , centos
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by TB0ne View Post
Please open your own thread, for you own questions, don't hijack someone elses thread that's been closed for two months.

And this question has been answered above...read and follow the advice.
I have "read and follow" the advice, its useless for me. and BTW I am shocked to see such a non professional comment. I posts on many good forums but never found such an arrogant comment. Thanks any ways
 
Old 08-21-2009, 09:46 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Aun View Post
I have "read and follow" the advice, its useless for me. and BTW I am shocked to see such a non professional comment. I posts on many good forums but never found such an arrogant comment. Thanks any ways
Reopening a dead thread isn't good, no matter which 'good forums' you post to. Open your own question...if you want arrogance, that'd be shoving into some elses conversation, like YOU DID, and tacking your own question on.

The "yum update" DOES work for your situation...if not, there should be error messages, which you didn't bother posting (which would have been PROFESSIONAL of you). Also, if you Googled for that message, you'd have found it...the FedoraForums are loaded with info about it.

If you want to be treated with professionalism, act like it. Display courtesy of your own, open your own questions, and post relevant information. Also, please look here: http://www.linuxquestions.org/linux/...Ask_a_Question

Very first lines:
Quote:
Posting
To post a question, first click on the appropriate forum and then click the "New Thread" button.

Last edited by TB0ne; 08-21-2009 at 10:42 AM.
 
Old 08-21-2009, 12:12 PM   #10
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
this thread is hilarious

see also link in sig
 
Old 08-21-2009, 03:35 PM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by AlucardZero View Post
this thread is hilarious

see also link in sig
Indeed it is...in a sad sort of way.
 
  


Reply

Tags
fedora, perl, zimbra



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bcm4312 not working under F11 with fresh install hyjalsoul Fedora 9 07-31-2009 06:39 AM
Install XP _64 under F11 KVM wayner Linux - Newbie 0 06-10-2009 05:11 PM
LVM needs e2fsck after Upgrade from Kubuntu 8.10 x64 to 9.04 x64 don_wombat_73 Linux - Newbie 6 04-30-2009 04:13 PM
can i run linux mandriver x64 with windows x64 bit if so wich one should i install fi malmac2000 Linux - Software 2 04-26-2006 07:04 AM
Perl Install Problem Zeshan Linux - Software 1 09-06-2003 11:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 08:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration